I figured out why: gcloud version 134 fixed this. As of version 133 when I run gcloud auth application-default login the scopes are: " https://www.googleapis.com/auth/cloud-platform"
As of version 134, they are now: " https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/cloud-platform" So this is resolved now; thanks! ADDITIONAL DETAILS: version 133's redirect URL (with some of my dada stripped): https://accounts.google.com/o/oauth2/auth?access_type=offline&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform Version 134's redirect URL: https://accounts.google.com/o/oauth2/auth? access_type=offline&scope=https%3A%2F%2Fwww.googleapis.com %2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com %2Fauth%2Fcloud-platform On Fri, Nov 11, 2016 at 3:55 PM, 'George (Cloud Platform Support)' via Google App Engine <[email protected]> wrote: > Hello Evan, > Followed the steps you indicated, first the "gcloud auth > application-default login" command, then the “Using the Remote API shell” > chapter from the linked page. Still, command “remote_api_shell.py -s > [YOUR-PROJECT-ID].appspot.com” worked as expected. Maybe worth > mentioning: the app was deployed with the “remote_api: on” option. > Do you see any significant parameters that may still differ on our two > setups? > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google App Engine" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/google-appengine/ptc-76K6Kk4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > 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/b8b1fb8c-b38b-4626-a39a- > 94b30c37a5d7%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/b8b1fb8c-b38b-4626-a39a-94b30c37a5d7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CACRPLjh-N%2BYu8Myqf_jbjjvJV4UhZQyMgLc2YBAqAkAhaE1v_w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
