gcloud - ERROR: (gcloud.app.deploy) Permissions error fetching application
问题 I am trying to deploy node js app on google cloud but getting following error - Step #1: ERROR: (gcloud.app.deploy) Permissions error fetching application [apps /mytest-240512]. Please make sure you are using the correct project ID and that you have permission to view applications on the project. I am running following command - gcloud builds submit . --config cloudbuild.yaml My cloudbuild.yaml file looks like - steps: #install - name: 'gcr.io/cloud-builders/npm' args: ['install'] #deploy -