
For details, see the Google Developers Site Policies. They are available for a variety of programming languages check the page with libraries and samples for more details.Įxcept as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. Tip: The Google APIs client libraries can handle some of the authorization process for you. Information that Google supplies when you register your application (such as the client ID and the To request access using OAuth 2.0, your application needs the scope information, as well as Grants the ability to query the Drive Activity API. Here's the OAuth 2.0 scope information for the Google Drive Activity API: Scope


For detailed information about flows for various types of applications, see Google's OAuth 2.0 documentation. Some flows include additional steps, such as using refresh tokens to acquire new access tokens.

If your application uses Google Sign-In, some aspects of authorization are handled for you. No other authorization protocols are supported. Your application must use OAuth 2.0 to authorize requests. The token also identifies your application to Google. Every request your application sends to the Google Drive Activity API must include an authorization token.
