Here is the Google Team message: *Determine if you have an application that makes requests to these types of URLs:*
1. *https://docs.google.com/feeds/* <https://docs.google.com/feeds/> 2. *https://docs.googleusercontent.com/* <https://docs.googleusercontent.com/> 3. *https://spreadsheets.google.com/feeds/* <https://spreadsheets.google.com/feeds/> *Migrate the applications to Drive API. If you have questions about migration, please contact Google Apps for Work Support.* >From here I know that Google is going to deprecate Google DocumentationList API <https://developers.google.com/google-apps/documents-list/> but still support Google spreadsheet API <https://developers.google.com/google-apps/spreadsheets/>. these two APIs both point to the same location <https://code.google.com/p/gdata-java-client/downloads/list>to download jar file.https://code.google.com/p/gdata-java-client/downloads/list For google spreadsheet application, I need gdata-speradsheet-3.0.jar and gdata-core-1.0.jar, since these two jar files are used by Google DocumentationList API, i am not sure it's still available after 20th April. I searched for Google Drive API, and got a new set of jars named as google-api-client-assembly-1.18.0.zip, and not sure i should use these jars instead. Anyone has suggestions? -- You received this message because you are subscribed to the Google Groups "Google Spreadsheets API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
