Hi,

I have created a new App Engine app last week and through that I am not 
able to access GCS (Google Cloud Storage) bucket which is part of the same 
cloud project.
I am getting following errors
   W 08:21:29.581
suspended generator _make_token_async(rest_api.py:101) raised 
InternalError(1: )
   W 08:21:29.581
suspended generator get_token_async(rest_api.py:212) raised 
InternalError(1: )
   W 08:21:29.581
suspended generator urlfetch_async(rest_api.py:244) raised InternalError(1: 
)
   D 08:21:29.581
Tasklet is <bound method _StorageApi.urlfetch_async of 
<cloudstorage.storage_api._StorageApi object at 0xfbee7750>>
   D 08:21:29.582
Got exception "InternalError('1: ',)" from tasklet.
   D 08:21:29.582
Retry in 0.1 seconds.
   W 08:21:29.692
suspended generator _make_token_async(rest_api.py:101) raised 
InternalError(1: )
   W 08:21:29.692
suspended generator get_token_async(rest_api.py:212) raised 
InternalError(1: )
   W 08:21:29.692
suspended generator urlfetch_async(rest_api.py:244) raised InternalError(1: 
)
   D 08:21:29.693
Got exception "InternalError('1: ',)" from tasklet.
   D 08:21:29.693
Retry in 0.2 seconds.
 
I did create the app through Google Developers Console and created a 
non-default bucket (enabled billing etc) 
What I noticed is 

1. Under API & auth -> Credentials menu in Dev Console is missing "Compute 
Engine and App Engine" credentials of service account
2. Under Permissions only 2 entries exist
     <app-id>@appspot.gserviceaccount.com
     <cloud-project-number>-comp...@developer.gserviceaccount.com
     it seems its missing 
<cloud-project-id>-<client-id>@developer.gserviceaccount.com corresponding 
to No. 1 above

I tried to "Create" "Cloud Integration" from AppEngine console "Application 
Settings" page as suggested for legacy app engine apps (although mine is 
not as it was created last week.)
This Create operation fails all the time for me.

I believe there are others having similar issue as discussed on 
stackoverflow 
here 
https://stackoverflow.com/questions/26104138/missing-credentials-compute-engine-and-app-engine

I am using latest cloudstorage api module downloaded yesterday.

AppEngine -> GCS connection is working fine for my old/legacy apps which 
has appropriate credentials.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to