Since the Google APIs are out of date, which api to use for Google sites?

Since the Google APIs are deprecated by Google, so we can use the "Google Drive APIs" for Google Drive, but what about Google Sites? I am currently using the Google.Gdata.client.dll link to work with Google sites.

+6
source share
2 answers

It seems Google supports the following page to help people who use their APIs keep track of their transition from gdata: https://developers.google.com/gdata/docs/directory

As of 01/06/2015 there is no replacement for the Google Sites API.

+1
source

You continue to use the existing GData API according to the @froggythefrog page:

I see that many GData APIs are outdated and newer versions are no longer based on it, but it says that the Google Site Data API is not changing, in particular "the GData version is still online."

This may mean that the days can be numbered, but at the moment this is the current API.

I see no mention of the fact that the GData API as a whole is completely out of date.

0
source

All Articles