i am facing an issue while running gcloud app deploy. Getting the error :
[owner email]@cloudshell:~/helloworld ([project id])$ gcloud app deploy
ERROR: (gcloud.app.deploy) Permissions error fetching application [apps/[project id]]. Please make sure that you have permission to view applications on the project and that [owner email]@gmail.com has the App Engine Deployer (roles/appengine.deployer) role.
tried giving the appengine.deployer permission specific role but still facing the issue.
i am facing an issue while running gcloud app deploy. Getting the error : [owner email]@cloudshell:~/helloworld ([project id])$ gcloud app deploy ERROR: (gcloud.app.deploy) Permissions error fetching application [apps/[project id]]. Please make sure that you have permission to view applications on the project and that [owner email]@gmail.com has the App Engine Deployer (roles/appengine.deployer) role.
tried giving the appengine.deployer permission specific role but still facing the issue.