简体   繁体   中英

ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred while creating a Google Cloud Storage bucket

I was following this tutorial: link

This is the google cloud version i used:

(venv) C:\Users\user\Desktop\python-docs-samples\appengine\standard_python3\django>gcloud --version
Google Cloud SDK 367.0.0
bq 2.0.72
core 2021.12.10
gsutil 5.5

During the deploy process I was getting the following error:

(venv) C:\Users\user\Desktop\python-docs-samples\appengine\standard_python3\django>gcloud app deploy
Initializing App Engine resources...failed.
ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred while creating a Google Cloud Storage bucket.

I've searched from various sources and they suggest running this:

gcloud config set app/use_deprecated_preparation True

But when I run the error appears:

(venv) C:\Users\user\Desktop\python-docs-samples\appengine\standard_python3\django>gcloud config set app/use_deprecated_preparation True
ERROR: (gcloud.config.set) Section [app] has no property [use_deprecated_preparation].

I running it in the project directory folder.

Can anyone help me?

Does you network have a proxy? Maybe you can try the command without a proxy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM