Trying to have my AppEngine app read a file from a GCS bucket,

I have billing enabled 
I have enabled the Cloud Stoarge APIs
I have added the ACL to the bucket (even though I don't think 
app-engine->gcs requires that when in the same project)

I get this error when ever I try to access the following two methods:
 -AppIdentityServiceFactory.getAppIdentityService().getDefaultGcsBucketName()
or
 - GcsServiceFactory.createGcsService().getMetadata(new GcsFilename( 
bucketName, fileName ))

com.google.appengine.tools.cloudstorage.NonRetriableException: 
com.google.appengine.api.appidentity.AppIdentityServiceFailureException: 
The AppIdentity service threw an unexpected error. Details: at 
com.google.appengine.tools.cloudstorage.RetryHelper.doRetry(
RetryHelper.java:120 
<https://console.developers.google.com/project/dpptestproject01/clouddev/source/resolve_location?appVersion=testing&timestampNanos=1411794236436000000&file=com%2Fgoogle%2Fappengine%2Ftools%2Fcloudstorage%2FRetryHelper.java&line=120>
) at com.google.appengine.tools.cloudstorage.RetryHelper.runWithRetries(
RetryHelper.java:166 
<https://console.developers.google.com/project/dpptestproject01/clouddev/source/resolve_location?appVersion=testing&timestampNanos=1411794236436000000&file=com%2Fgoogle%2Fappengine%2Ftools%2Fcloudstorage%2FRetryHelper.java&line=166>
)


Oddly, I also created a second project using Google's own examples
https://code.google.com/p/appengine-gcs-client/

and I get the exact same error.
Any help?


-- 
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/d/optout.

Reply via email to