I am running Google Cloud Shell on my Windows 7, when trying to fire a new bucket on my PRJOECT I am getting an error.
Command --> C:\Users********>gsutil mb gs://MY-PROJECT-ID -p MY-PROJECT-ID
Error
CommandException: "mb" command does not support "file://" URLs. Did you mean to use a gs:// URL?
Anyone to help?
thanks
Try this (bucket name argument at the end):
gsutil mb -p my-project-id gs://my-bucket-name
set cloud platform with the current project before do anything
gcloud config set project qwiklabs-gcp-PROJECT_ID
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With