Reputation: 183929
Is there a full list of the API scopes available for domain-wide delegation, as per the instructions here?: Using OAuth 2.0 for Server to Server Applications
Upvotes: 1
Views: 1772
Reputation: 183929
NOTE: While @Patrick's answer covers the standard Google services, they don't include scopes for the Google Apps admin apis.
To get scopes for the admin apis, choose the service you want from this page, and click "Authorize Requests" in the left menu.
Example: https://developers.google.com/admin-sdk/directory/v1/guides/authorizing
Upvotes: 0
Reputation: 506
The scopes that you need depend on the API that you are calling. See OAuth 2.0 Scopes for Google APIs for a complete list.
Upvotes: 4