I'm trying to create and mount a Google storage bucket on a Ubuntu Linux instance using gsutil.
sudo gsutil mb -c STANDARD -l us-central1-a gs://test-bucket
Here's what I'm getting:
Creating gs://test-bucket/... AccessDeniedException: 403 Insufficient Permission
I've been searching around for a solution with no success. Can anyone help?