Since GAE SDK 1.9.18, I've been getting error using the cloudstorage api on my local dev server when starting server using command line manage.py runserver. It works fine when running via GAE launcher.
This is the error:
ERROR 2015-02-20 09:50:21,729 api_server.py:221] Exception while handling service_name: "app_identity_service"
method: "GetAccessToken"
request: "\n7https://www.googleapis.com/auth/devstorage.full_control"
request_id: "WoMrXkOyfe"
There was known issue in 1.9.18 affecting all GAE users (not just nonrel), but it was since fixed as discussed here:
http://stackoverflow.com/questions/28626222/using-gcs-in-gae-local-devserver
But still in 1.9.20, I'm seeing this error. Since it only occurs when using manage.py runserver, it seems like a bug in setting up stubs. Any ideas?