I am trying to connect to the admin API.
<https://cloud.google.com/appengine/docs/admin-api/getting-started/>

I get to this step

In your web browser, request an access token by using the client ID of your
API credentials. The following example uses client_id=[MY_CLIENT_ID] and
redirect_uri=https://www.google.com, where [MY_CLIENT_ID] is the client ID
of the credential that you created earlier:

https://accounts.google.com/o/oauth2/v2/auth?response_type=token&client_id=[MY_CLIENT_ID]&scope=https://www.googleapis.com/auth/cloud-platform&redirect_uri=https://www.google.com&prompt=none



With my correct client ID, I get redirected to the following instead of
receiving an access token  as stated.

https://www.google.co.il/?gfe_rd=cr&ei=j5yQWObhHIqT8QfG0pfQAw#error_subtype=access_denied&error=interaction_required

What do I need to do to get my access token?

-- 
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/CAD%3DB7cO3LLaHmhY5PWkOgDEEvk%2BYrR5%3Drq%3DOYfNNLfQ9vBYTLQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to