Description
From [email protected] on November 28, 2014 04:45:46
What steps will reproduce the problem? If possible, provide a live demo of the issue. 1. Using multiple google apis in the same environment
2. authorize for one of the scopes with the parameter "include granted scopes" set to true What is the expected output? What do you see instead? All granted scopes should be authorized, while it looks like some scopes are missing What version of the product are you using? On what operating system? Mac OS X, in a chrome extension Please provide any additional information below. I've experimented which scopes work and which don't, and made the following list:
For making this list, I used this scope: https://www.googleapis.com/auth/plus.profile.emails.reade included scopes: https://www.googleapis.com/auth/plus.profile.emails.read https://www.googleapis.com/auth/adsense https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/blogger https://www.googleapis.com/auth/books https://www.googleapis.com/auth/buzz https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/contacts https://www.googleapis.com/auth/datastore https://www.googleapis.com/auth/discussions https://www.googleapis.com/auth/drive https://www.googleapis.com/auth/forms https://www.googleapis.com/auth/freebase https://www.googleapis.com/auth/fusiontables https://www.googleapis.com/auth/mapsengine https://www.googleapis.com/auth/onetoday https://www.googleapis.com/auth/picasa https://www.googleapis.com/auth/projecthosting https://www.googleapis.com/auth/youtube scopes not included: https://www.googleapis.com/auth/webmasters.readonly https://www.googleapis.com/auth/webmasters https://www.googleapis.com/auth/coordinate https://www.googleapis.com/auth/snippets https://www.googleapis.com/auth/orkut https://www.googleapis.com/auth/photos https://www.googleapis.com/auth/tasks https://www.googleapis.com/auth/urlshortener
Original issue: http://code.google.com/p/google-api-javascript-client/issues/detail?id=174