Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My app engine app is not automatically creating default bucket

My app engine app is not automatically creating default bucket I don't understand why this is. My other app works fine but when i run the same code in a new app I'm working on it doesn't create the Google cloud storage bucket. Anyone have any ideas.

like image 482
Hayden Morris Avatar asked Jun 16 '14 04:06

Hayden Morris


2 Answers

Deprecated method: Go to your App Engine Developer console:

https://appengine.google.com/dashboard?&app_id=s~your-app-id

Then to Application Settings > Cloud Integration and turn on the GCS option.

Current Method: (Thanks to Grey Panther below)

The old interface has been deprecated. In the new interface, go to:

https://console.cloud.google.com/

Then to App Engine > Settings and click on "Create Default Bucket" under "Default Cloud Storage Bucket". (If the default bucket was already created, it will appear here instead of the "Create Default Bucket" option.)

like image 159
GAEfan Avatar answered Nov 10 '22 02:11

GAEfan


The old interface (the one indicated by @GAEfan) has been deprecated. In the new interface you can find the option to create the default cloud storage bucket by going to the Google Cloud Console (https://console.cloud.google.com/) and then going to App Engine > Settings and clicking on "Create Default Bucket" under "Default Cloud Storage Bucket".

like image 25
Grey Panther Avatar answered Nov 10 '22 03:11

Grey Panther