netbe / Babelish

Chaotically confused, like Babel
http://netbe.github.io/Babelish
MIT License
254 stars 84 forks source link

The Doclist API has been shut down #66

Closed jjochen closed 9 years ago

jjochen commented 9 years ago

Suddenly I get the following error message when trying to download from google drive:

Fetching csv file [...] from Google Drive
/Users/[...]/.rvm/gems/ruby-2.1.1/gems/google_drive-0.3.11/lib/google_drive/session.rb:472:in `request': Response code 400 for get https://docs.google.com/feeds/default/private/full?v=3&title=[...]&title-exact=true: <errors xmlns='http://schemas.google.com/g/2005'><error><domain>GData</domain><code>BadRequestException</code><internalReason>The Doclist API has been shut down. Please use the new Drive API, https://developers.google.com/drive/.</internalReason></error></errors> (GoogleDrive::Error)
netbe commented 9 years ago

@jjochen sorry should be resolved in next release 0.4.0, which should be released at the worst case end of the week. In the meantime can try using the code in master branch (let me know if that works)

netbe commented 9 years ago

See version 0.4.0

jjochen commented 9 years ago

Wow, that was fast. Thank You!!!