You need to go to the Drive API when using https://spreadsheets.google.com/feeds/

On January 22, I received an email with the subject “Important: steps to migrate documents from the discontinued API” from Google Apps.

Important: steps to migrate a document list from a discontinued API

Hello administrators

We recently reported that the document API will be discontinued on April 20, 2015. This change means that there will no longer be a service call for this API and any functions of Google Apps implemented using this API will no longer work.

Our records indicate that you may have an application that uses the API list of documents, and we recommend switching to the Drive API, which will compare functionality as soon as possible.

Here is what you need to do:

Determine if you have an application that queries these types of URLs:

Transfer applications to the Drive API . If you have questions about migration, contact Google Apps for Work support.

Sincerely, The Google Apps for Work Team

I think he says apps using https://spreadsheets.google.com/feeds/ should switch to the new drive API. But in the new API driver, this URL is also used: https://developers.google.com/google-apps/spreadsheets/#sheets_api_urls_visibilities_and_projections

Is there a typo somewhere in the URL, either in the email documentation, or in the Drive API app? Or is this email saying that when you determined that you were using any of these URLs, are you okay?

PS: I opened a case at Google, but I am afraid of a late answer, so I asked here.

+5
source share
2 answers

The short answer is no.

The Docslist API is being terminated because it has been replaced by the Drive API. In the case of the Spreadsheet API, there is no API (maybe one more day), so it is supported.

The only problem is that at some point only OAuth 2 will be supported for authentication / authorization, so if you use OAuth 1 or u / p, you have some work to do.

+5
source

The official answer from Google is that the spreadsheet API will continue to function after closing on April 20:

"Apologies for the confusing email. The sheet APIs are not outdated yet and will continue to work outside of the April outages."

https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3709

+1
source

Source: https://habr.com/ru/post/1211995/


All Articles