google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 118 forks source link

Which Api is used #81

Closed qeqar closed 9 years ago

qeqar commented 9 years ago

hi,

i got a google notification that i use some deprecated Api: [URGENT Action Required] Your Google Apps account is using the discontinued Documents List API

the only tool im aware of we using is skicka, so which ape did you use?

thanks in avanced, mark

mmp commented 9 years ago

Hm, interesting. Skicka definitely does not use the Documents List API; it just uses the Drive API, so there shouldn't be any problems from the Documents List API going away.

It's possible that the application client id that you created from https://console.developers.google.com for skicka had usage of that API enabled (though skicka doesn't use it.) FWIW in the next day or so an update to skicka will land that moves away from user-created client ids to a skicka-specific one, which would address this if that's the case.

qeqar commented 9 years ago

ok, thanks for the info.

i will look in our console if the old api is enabled.

mark