Error: You are attempting to perform an operation that requires a project id, with none configured. #googlecloud

Error: You are attempting to perform an operation that requires a project id, with none configured. #googlecloud


I'm trying to create a bucket with project id as name.

gsutil mb -l eu gs://PROJECT-ID

Creating gs://root****/...?

Error:?You are attempting to perform an operation that requires a project id, with none configured. Please re-run gsutil config and make sure to follow the instructions for finding and entering your default project id.

Steps that resolved for me:

  1. gcloud auth login
  2. gcloud config set project <PROJECT-ID>
  3. gsutil mb -l eu gs://<PROJECT-ID>

Creating gs://root***/...

ERROR gone out of the way and works as expected

#googlecloud #cloudbucket #error #pavankumaraleti #aletisoftwaresystems

要查看或添加评论,请登录

Pavan Kumar Aleti的更多文章

社区洞察

其他会员也浏览了