5

I am looking for a list of all possible scope values for use with the Google OAuth 2.0 enabled API's, such as:

https://www.googleapis.com/auth/urlshortener
https://www.googleapis.com/auth/tasks

I got lost in the Google API docs and can't find a page containing such information. Where can I find it?

Thanks.

Scott T.
  • 6,152
  • 1
  • 26
  • 32
gilzero
  • 1,832
  • 4
  • 19
  • 26
  • Possible duplicate of [Where can I find a list of scopes for Google's OAuth 2.0 API?](http://stackoverflow.com/questions/10664868/where-can-i-find-a-list-of-scopes-for-googles-oauth-2-0-api) – William Denniss Dec 01 '15 at 22:37

2 Answers2

7

These are available on google oauth playground Here and here. may not be full but most are available there.

sudmong
  • 2,036
  • 13
  • 12
0

You can get a list of all scopes in all Google api's here

It also list which scopes each api needs to execute.

Foreever
  • 7,099
  • 8
  • 53
  • 55