I'm trying to access my appengine backend, built using cloud endpoints in python, from my android client - using authentication.
Authentication is working fine from the api explorer.
On the android side, I'm using the credentials/account picker method described here: https://developers.google.com/appengine/docs/python/endpoints/consume_android
But I get the following in the appengine log when accessing from an android client:
"Oauth framework user didn't match oauth token user."
And before that there's this warning:
"id_token verification failed: Unable to load pycrypto library. Can't verify id_token signature. See http://www.pycrypto.org for more information on"