My app engine app is not automatically creating de

2019-03-26 16:34发布

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.

2条回答
甜甜的少女心
2楼-- · 2019-03-26 17:09

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.)

查看更多
一夜七次
3楼-- · 2019-03-26 17:11

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".

查看更多
登录 后发表回答