CommandException: "mb" 命令不支持 "file://" URLs。您是要使用 gs:// URL 吗?

CommandException: "mb" command does not support "file://" URLs. Did you mean to use a gs:// URL?

我 运行 Google Cloud Shell 在我的 Windows 7 上,当我试图在我的 PRJOECT[=24 上发射一个新的桶时=] 我收到一个错误。

Command --> C:\Users********>gsutil mb gs://MY-PROJECT-ID -p MY-PROJECT-ID

错误

CommandException: "mb" command does not support "file://" URLs. Did you mean to use a gs:// URL?

有人帮忙吗?

谢谢

试试这个(末尾的存储桶名称参数):

gsutil mb -p my-project-id gs://my-bucket-name

在做任何事情之前用当前项目设置云平台 gcloud config set project qwiklabs-gcp-PROJECT_ID