You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cell in ai-explanations-image.ipynb that has !gsutil -m cp gs://flowers_model/test_flowers/* ./flowers throws the following error. I think this public bucket should have storage.objects.list permission for everyone as well.
AccessDeniedException: 403 [email protected] does not have storage.objects.list access to the Google Cloud Storage bucket.
CommandException: 1 file/object could not be transferred.
The text was updated successfully, but these errors were encountered:
davidxia
added a commit
to davidxia/ml-on-gcp
that referenced
this issue
Oct 14, 2021
and fix a few other commands.
* Use a regional ML API endpoint instead of global.
* N1 VMs aren't available in global.
* Must also specify the region later when creating the model version
to prevent a not found error.
* Use the parameterized `REGION` instead of hardcoded `us-central1`
strings.
* Use `mkdir -p flowers` instead of `mkdir flowers` to not fail if the
dir already exists.
TODO: this notebook doesn't run successfully yet because of this issue:
GoogleCloudPlatform#133
The cell in ai-explanations-image.ipynb that has
!gsutil -m cp gs://flowers_model/test_flowers/* ./flowers
throws the following error. I think this public bucket should have storage.objects.list permission for everyone as well.The text was updated successfully, but these errors were encountered: