gsutil cors set command returns 403 AccessDeniedException
I'm following these instructions on how to set a CORS configuration on a Google Cloud Storage bucket and when I run the gsutil cors set command it returns the following error message: AccessDeniedException: 403 The account for bucket "[REDACTED]" has been disabled. For the record, I have access to the bucket. I have owner privileges for this project in the Developer Console. Running gsutil cp and gsutil ls work just fine. Any ideas on what might be wrong here? I'm answering my question because I found the solution for this issue. I hope this helps anyone else who runs into this, because at the