ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: unable to resolve source

前端 未结 3 1408
攒了一身酷
攒了一身酷 2021-02-18 15:07

I am trying to deploy a go 1.11 runtime that used to work, but recently I\'ve been getting: ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: unable to resolve sou

3条回答
  •  萌比男神i
    2021-02-18 15:37

    Try disabling and enabling the Cloud Build API in your project so a new service account is created, then try to deploy again.

    This ensures that Cloud Build has permission to start builds (the service account name should look like project-number@cloudbuild.gserviceaccount.com).

提交回复
热议问题