Make sure you are using the right scope URL. When you run the scope URL to 
your browser, it should return a string. 

Example: 
1.1 https://www.googleapis.com/auth/appengine.admin returns "appengine.admin
"
1.2 https://www.googleapis.com/auth/drive returns "drive"
1.3 https://www.googleapis.com/auth/drive.scripts returns "drive.scripts"

For the following, however, it returns an error:
1.4- https://www.googleapis.com/auth/projecthosting
1.5- https://www.googleapis.com/auth/sqlservice 
1.6- https://www.googleapis.com/auth/userinfo#email

You can cross-reference the valid OAuth 2.0 Scopes for Google APIs on this 
article <https://developers.google.com/identity/protocols/googlescopes>. 
Per this doc, Item #1.6 should be "../userinfo.email" and not 
"../userinfo#email".

 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3ebea955-474e-4c8e-a38d-ed4476908fb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to