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.
相关问题
- java.lang.NullPointerException at java.io.PrintWri
- __call__() missing 1 required positional argument:
- Upload file to Google Cloud Storage using AngularJ
- Where is the best place to put one-time and every-
- facebook “could not retrieve data from URL”
相关文章
- Is there a size limit for HTTP response headers on
- appcfg.py command not found
- Google app engine datastore string encoding proble
- Angular route not working when used with Google Ap
- Doctrine not finding data on Google App Engine?
- Using OkHttp client via OKClient on Google App Eng
- Google appEngine: 404 when accessing /_ah/api [dup
-
Google App Engine Error:
INVALID_ARGUMENT
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.)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".