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

前端 未结 2 689
面向向阳花
面向向阳花 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.

    0 讨论(0)
  • 2021-01-05 02:43

    SOLVED! Was using project name instead of ID

    0 讨论(0)
提交回复
热议问题