gcloud compute list networks error: “Some requests did not succeed: - Insufficient Permission”

后端 未结 4 1785
别那么骄傲
别那么骄傲 2021-01-06 10:22

I have created a project and setup a Windows 2012 VM. I am trying to list the networks in the project. Here are the steps I performed:

Initially, I logged into the V

4条回答
  •  既然无缘
    2021-01-06 10:54

    I ran into same error when i was trying to execute "gcloud compute zones list" command (When I logged into GCP instance by using "Open in browser window" option).

    Below are the steps which I executed to get it resolved.

    Step 1 : Log into GCP instance using "View gcloud command option".

    Step 2 : Click on "Run in Cloud Shell command"

    Step 3 : Execute gcloud specific command . In my case it was "gcloud compute zones list".

    Hola!! It works like magic.!!

提交回复
热议问题