gcloud app deploy ERROR: Permissions error fetching application [apps/]

前端 未结 2 695
面向向阳花
面向向阳花 2021-01-05 01:52

I\'m deploying a simple Python 3 App Engine App (Flexi environment) by issuing following command: gcloud app deploy --version=ver0-1

and getting followi

2条回答
  •  广开言路
    2021-01-05 02:23

    Solved this by running the following :

    1. `gcloud config unset project`
    2. `gcloud config set project PROJECT_ID`
    

    where PROJECT_ID is your project id,

    to see the correct project id, you may want to run gcloud projects list.

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题