jpillora / node-edit-google-spreadsheet

A simple API for editing Google Spreadsheets
304 stars 101 forks source link

Google Documents List API is being deprecated | Migrate to Drive #55

Closed NickCis closed 9 years ago

NickCis commented 9 years ago
Warning: The deprecation period for Version 3 of the Google Documents List API is nearly at an end. 
On April 20, 2015, we will discontinue service for this API. This means that service calls to the API are 
no longer supported, and features implemented using this API will not function after April 20, 2015. 
You must migrate to the Drive API as soon as possible to avoid disruptions to your application.

source

Posible solution: migrate to drive

jpillora commented 9 years ago

Thanks for the warning will definitely get to this before the cut off date

On Monday, January 26, 2015, Nicolas Cisco notifications@github.com wrote:

Warning: The deprecation period for Version 3 of the Google Documents List API is nearly at an end. On April 20, 2015, we will discontinue service for this API. This means that service calls to the API are no longer supported, and features implemented using this API will not function after April 20, 2015. You must migrate to the Drive API as soon as possible to avoid disruptions to your application.

source https://developers.google.com/google-apps/documents-list/

Posible solution: migrate to drive https://developers.google.com/drive/

— Reply to this email directly or view it on GitHub https://github.com/jpillora/node-edit-google-spreadsheet/issues/55.

jpillora commented 9 years ago

I just remembered why I mentioned the doc-list API in the README - I was going to add a feature to create spreadsheets, though it was bigger than I thought it would be and fell far behind the stable branch. I think I'll just make to decision now to wipe it as this module should only deal with the spreadsheets API and that's it. If people want to create spreadsheets they can use the google-drive module. Thanks for the heads up though

NickCis commented 9 years ago

I'm currently not using it to create spreadsheets, only to edit existing ones, will i be affected by this issue?.

Thanks for the fasts answers!

jpillora commented 9 years ago

You won't, all will work as normal

On Tuesday, January 27, 2015, Nicolas Cisco notifications@github.com wrote:

I'm currently not using it to create spreadsheets, only to edit existing ones, will i be affected by this issue?.

Thanks for the fasts answers!

— Reply to this email directly or view it on GitHub https://github.com/jpillora/node-edit-google-spreadsheet/issues/55#issuecomment-71522714 .

NickCis commented 9 years ago

Thanks!