mbrenig / SheetSync

A python library to create, update and delete rows of data in a google spreadsheet.
http://sheetsync.readthedocs.org
MIT License
48 stars 18 forks source link

Google dropping support for Documents List API on April 20th 2015 #7

Closed fabiant7t closed 9 years ago

fabiant7t commented 9 years ago

Hi Mark,

Google will drop support for the Documents List API in a week from now. I guess SheetSync will stop working then and wonder if there is a migration plan to the Drive API?

Best, Fabian

fabiant7t commented 9 years ago

Hi Mark, since it continues to work, I assume it's not using it.

Best, Fabian

mbrenig commented 9 years ago

FYI this is now fixed in the master branch and documented here: http://sheetsync.readthedocs.org/en/latest/getting_started.html#setting-up-oauth-2-0-access

fabiant7t commented 9 years ago

Thanks a lot, @mbrenig