Solway

Tietoja minusta

Kehittäjätiedot
Nimi Solway
Käyttäjä alkaen kesä 30, 2015
Kehitettyjä lisäosia 0 lisäosaa
Average rating of developer's add-ons Ei vielä pisteytetty

Omat arviot

Google Contacts

Arvosteltu: 5/5 tähteä

We need to save this addon as a community!!!

I would have fixed this by now if i knew how to code better! So github it??

Looks like google officially deprecated the old ClientLogin api.
as shown here
https://developers.google.com/identity/protocols/AuthForInstalledApps

google now uses the new OAuth2 API and new API files.
as shown here
https://developers.google.com/identity/protocols/OAuth2

and just peaking into the gmcont.js file is see the following code for one...
var feedUrl = "https://www.google.com/accounts/ClientLogin";

i guess we just need to update all code to the new API and API files.??? doubt it'll be that simple.
problem is i think this new Oauth2 needs to be enabled via the developers admin console to use the new API.

so i guess its reworking it to work with a new account too

if only i had the skill.

gContactSync doesn't seem better than this if im honest.