I'm using cloud endpoints with authentication on python environment.
And I have two registered apps, one is native, other is web, on Cloud 
Console.

In native app, I can use my apis after authentication. But in web app, 
below error is happened.

> Oauth framework user didn't match oauth token user.


I can get the result of gapi.auth.authorize() with token.
And when I call gapi.client.oauth2.userinfo.get(), I can get user info 
without error.
But when I call my api, I get this oauth error.

I added client ids(native, web, api explorer) to allowed_client_ids.
But if the client id of web is removed, same error is happened and no 
warning about client id missing.
(As far as I know, If the client id in the request is not in 
allowed_client_ids, the warning about Client ID is not allowed is in the 
log)
And when I call api through the api explorer, same error is happened.

I don't have any idea how to investigate about this error with this short 
log message.
Is there any check points, suggestions?

Sorry for my poor English.
thanks,

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to