简体   繁体   中英

How do I migrate from the Google Reporting API to the Admin SDK Reports API?

On April 20, 2015 the Google Reporting API and Admin Audit API are scheduled to be shut down. I need to migrate my code to use the Admin SDK Reports API instead. How do I go about this migration?

Refer to the migration guide determine you how to translate calls to the Reporting API and Admin Audit API to their corresponding calls in the Admin SDK Reports API. Refer to the Admin SDK Reports API's documentation for information on how to download libraries and get started.

Be aware that support for older authorization methods ( ClientLogin , AuthSub , and OAuth 1.0 ) are also scheduled to be shut down at the same time. If you are currently using these methods please also migrate to OAuth2 at the same time.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM