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
Currently, downloading raw/processed files from google cloud bucket requires gcloud authorization. Ideal scenario would be to be able to download datasets without any authorization.
The text was updated successfully, but these errors were encountered:
The issue seems that while the bucket is open, the user still need to pass an auth to gs and by not having gcloud auth setup it will always fail the request.
To avoid this I changed the filesystem to a general https request and updated the new “public” bucket gs path to a more general public https path.
Currently, downloading raw/processed files from google cloud bucket requires gcloud authorization. Ideal scenario would be to be able to download datasets without any authorization.
The text was updated successfully, but these errors were encountered: