My app for the app does not automatically create the default cart

My app for the app does not automatically create the default cart. I do not understand why this is so. My other application works fine, but when I run the same code in the new application I'm working on, it does not create a Google storage bucket. Does anyone have any idea.

+8
google-app-engine google-cloud-storage
source share
2 answers

Deprecated Method: Go to the App Engine Developer Console:

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

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

Current Method: (thanks to Gray Panther below)

The old interface is out of date. In the new interface, follow the link:

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

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

+13
source share

The old interface (the one specified by @GAEfan) is deprecated. In the new interface, you can find a way to create a default cloud cloud storage by going to the Google Cloud Console ( https://console.cloud.google.com/ ) and then in App Engine> Settings and clicking on "Create a default basket" in Cloud Storage Default Scale section.

+1
source share

All Articles