Difference between revisions of "ServiceException: 401 Anonymous caller"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* <code>[[GOOGLE_APPLICATION_CREDENTIALS]]</code> | * <code>[[GOOGLE_APPLICATION_CREDENTIALS]]</code> | ||
* <code>[[gcloud iam service-accounts keys create]]</code> | * <code>[[gcloud iam service-accounts keys create]]</code> | ||
− | * <code>[[gcloud auth activate-service-account]]</code> | + | * <code>[[gcloud auth activate-service-account]] --key-file=[[your_key_file_name.json]]</code> |
* <code>[[gcloud projects list]]</code> | * <code>[[gcloud projects list]]</code> | ||
Revision as of 07:04, 22 June 2022
ServiceException: 401 Anonymous caller does not have storage.objects.list access to the Google Cloud Storage bucket.
Related
GOOGLE_APPLICATION_CREDENTIALS
gcloud iam service-accounts keys create
gcloud auth activate-service-account --key-file=your_key_file_name.json
gcloud projects list
See also
Advertising: