asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
544 stars 152 forks source link

The library will broken with the "Document List API" deprecation ? #69

Closed gustavobgama closed 9 years ago

gustavobgama commented 9 years ago

As anunced here the document list API will no longer available from april 20th.

And I received from Google an email notifying me that I need to search for requests for those URLs in my apps:

And migrate to Google Drive API. BTW in the previous link, there is the warning:

"The Drive API v2 is built on Google's new JSON-based API infrastructure, which is not backward compatible with the XML-based Documents List API v3."

And I see in code that the library relies on XML format.

The library will broken after april 20th ?

asimlqt commented 9 years ago

This library Uses the spreadsheet API (https://developers.google.com/google-apps/spreadsheets/) and not Document List API so I'm sure it will be fine.

Thanks for the info anyway.

gustavobgama commented 9 years ago

Thanks for the response. Great to hear that !