GoogleCloudPlatform / ai-platform-text-classifier-shap

Text classification demo from our Next '19 breakout session
https://sararobinson.dev/2019/04/23/interpret-bag-of-words-models-shap.html
Apache License 2.0
80 stars 62 forks source link

Dataset is not avai #1

Closed renatoviolin closed 5 years ago

renatoviolin commented 5 years ago

The download link !gsutil cp 'gs://cloudml-demo-lcm/SO_ml_tags_avocado_188k_v2.csv' ./

is returning "ServiceException: 401 Anonymous caller does not have storage.objects.get access to cloudml-demo-lcm/SO_ml_tags_avocado_188k_v2.csv."

sararob commented 5 years ago

The access on this file requires you to be authenticated with a Google account. Can you try running either:

gcloud auth login

or if you're in Colab:

from google.colab import auth
auth.authenticate_user()

and let me know if you can access it? If so I'll add this to the readme. Thanks!

renatoviolin commented 5 years ago

Thanks, using from google.colab import auth auth.authenticate_user() worked now.

sivavaraprasadg commented 3 years ago

I tried to access the csv but I got this Dear Sara

AccessDeniedException: 403 gsivavaraprasad@gmail.com does not have storage.objects.list access to the Google Cloud Storage bucket.

please help

sivavaraprasadg commented 3 years ago

I tried this

from google.colab import auth auth.authenticate_user()

I got access but still the above problem is there