Every time I try to configure the GCP server through cloud shell I get this error message – You do not appear to have access to project [shopify-275621] or it does not exist.
The project Id is this only – shopify-275621 and I have received the accesses/roles from my client to my google account. Client has provided me admin roles of all the accesses but still no luck.
Anyone here can please guide me with the exact roles that I need to have full access of the project.
I am sorry if my question is silly for you geeks, I am very new with the GCP.
Look forward for a kind & helpful response. Thanks in advance!
https://www.awesomescreenshot.com/image/14149802?key=b38d2ec1339a3b654bec26ef908584a9
2
Answers
Probably, the id of your project is different from the one you are using.
You could check the list of available projects first:
The project ‘shopify-275621’ should appear on the list. If it’s not like that, either the ID is different, or you don’t have access to that project.
Check it and tell me if it works!
Edit:
Try to connect through the gcloud init command.
configuration or create a new one.
Something like this:
try to use project_id. It can be found using "gcloud projects list"
gcloud config set project <project_id>