On Sat, Sep 27, 2014 at 12:38 AM, <[email protected]> wrote: > Trying to have my AppEngine app read a file from a GCS bucket, > > I get this error when ever I try to access the following two methods: > > -AppIdentityServiceFactory.getAppIdentityService().getDefaultGcsBucketName() > > com.google.appengine.tools.cloudstorage.NonRetriableException: > com.google.appengine.api.appidentity.AppIdentityServiceFailureException >
Can you post the whole exception, including the entire stack trace? Or did the exception come with just two frames in the stack? How did you add the ACL to the bucket; e.x. did you use the app engine service account, or another way? Also, check the Application Settings page of the classic App Engine console ( appspot.com ) and see if there's an option to integrate your App Engine application, similar to this: http://imgur.com/UAmJMNP Finally, how did you enable billing? Did you enable billing through the classic App Engine console ( appspot.com ), or the cloud console ( cloud.google.com/console ). Can you check the billing settings in each console and see if they're configured for billing? ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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.
