On Sat, Aug 9, 2014 at 7:32 PM, Bentley Carr <[email protected]> wrote: > > It also says I can get the default bucket by > app_identity.get_default_gcs_bucket_name() but that returns None. (I'm > using Python.) > > Does anyone know how to fix this? Any help would be much appreciated >
Can you go to appspot.com (the original App Engine console), open up your application, then go to the Application Settings page (the link is on the left hand nav bar) and scroll down? You'll see a Cloud Integration setting similar to this: http://imgur.com/zD9DCOY If you see a Create button or similar, click it and wait 10-15 minutes. Then retry the call to *get_default_gcs_bucket_name()*. ----------------- -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.
