You might have to zoom in the picture, but I'm trying to update my bucket's CORS configuration by using the command
"gsutil cors set <CORS_JSON_FILE> gs://<BUCKET_NAME>"
but seems like it can't find my file even though it is clearly there?
jzhang172@cloudshell:~ (bionic-kiln-356221)$ gsutil cors set gs://portfolio-jzhang172/CORS_JSON_FILE.json gs://portfolio-jzhang172
OSError: No such file or directory.
jzhang172@cloudshell:~ (bionic-kiln-356221)$ gsutil cors set CORS_JSON_FILE.json gs://portfolio-jzhang172
OSError: No such file or directory.
jzhang172@cloudshell:~ (bionic-kiln-356221)$ gsutil cors set CORS_JSON_FILE gs://portfolio-jzhang172
OSError: No such file or directory.