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
Does this library use the GOOGLE_APPLICATION_CREDENTIALS env var? I set that value to the path of my application_default_credentials.json and have GCSFileSystem(project=MY_PROJECT), but I get the error gcsfs.retry.HttpError: Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object., 401.
GCSFileSystem(project=MY_PROJECT, token=os.getenv("GOOGLE_APPLICATION_CREDENTIALS")) works which makes me suspect this library doesn't respect GOOGLE_APPLICATION_CREDENTIALS.
I'm using the latest gcsfs 2022.8.2.
The text was updated successfully, but these errors were encountered:
Does this library use the
GOOGLE_APPLICATION_CREDENTIALS
env var? I set that value to the path of myapplication_default_credentials.json
and haveGCSFileSystem(project=MY_PROJECT)
, but I get the errorgcsfs.retry.HttpError: Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object., 401
.GCSFileSystem(project=MY_PROJECT, token=os.getenv("GOOGLE_APPLICATION_CREDENTIALS"))
works which makes me suspect this library doesn't respectGOOGLE_APPLICATION_CREDENTIALS
.I'm using the latest gcsfs 2022.8.2.
The text was updated successfully, but these errors were encountered: