python - Google App Engine - why is User Class user_id different from Googleapis id -
user_id in gae different id in google apis
example - same email@gmail.com
gae (user_id) = 115540519337309141732
whereas
google api https://www.googleapis.com/oauth2/v1/userinfo
(id) = 135544519337309141732 happens same id if go plus.google.com/id
so wondering if it's possible google api id in gae without having go through oauth2 because can't work, can users class work. thanks!
you correct, id space used app engine different used other google sign in apis , there's no easy way conversion. please file bug @ https://code.google.com/p/googleappengine/issues if issue important you.
Comments
Post a Comment