but how can I change this, this is not code that's part of my app, its the 
OAUTH window that appears when you let eclipse access your google account 
to be able to deploy


El miércoles, 9 de agosto de 2017, 21:43:39 (UTC-5), Kenworth (Google Cloud 
Platform) escribió:
>
> 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/abf12d89-45d1-45f3-93c9-32cbdb298250%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to