google / gdata-python-client

444 stars 228 forks source link

Update required due to deprecation of Document List #3

Closed pbavinck closed 9 years ago

pbavinck commented 9 years ago

Code depending on https://docs.google.com/feeds/, https://docs.googleusercontent.com/ and https://spreadsheets.google.com/feeds/ need to be updated according to https://developers.google.com/drive/web/migration.

aliafshar commented 9 years ago

That code should be removed since the new API depends on a different client library. Documents List API should be going away soon.

haight6716 commented 9 years ago

I'm curious what the resolution to this is? I got a scary email from google saying it seems like I'm using one of these APIs. I'm appending rows to a google sheet using gdata. I'm not listing files. Am I going to be affected? I wish google provided a sure way to know what API requests I'm making and whether they are being deprecated.