Error Response: [13] An internal error occurred while creating a Google Cloud Storage bucket

前端 未结 2 1022
隐瞒了意图╮
隐瞒了意图╮ 2021-01-06 12:41

I am trying to push a Nodejs sample app Hello World but after pushing I am getting error.

ERROR: (gcloud.app.deploy) Error

2条回答
  •  太阳男子
    2021-01-06 13:24

    Try by setting this configuration parameter first:

    gcloud config set app/use_deprecated_preparation True

    as proposed in Google's Public Issue Tracker

提交回复
热议问题