오늘의 에러 ServiceException: 401 Anonymous caller does not have storage.objects.list access to the Google Cloud Storage bucket. 발생 원인 google cloud에 login이 안되어 있어서 발생한 것으로, 다시 로그인을 해주면 해결된다 ㅎ 해결 방안 $ gsutil config 위의 코드를 입력한다.
나의 경우에는 아래와 같은 문구가 나왔다. CommandException: OAuth2 is the preferred authentication mechanism with the Cloud SDK.
Run "gcloud auth login" to configure authentication, unless: - You don't want gsutil to use OAuth2 credentials from the Cloud SDK, but instead want to manage credentia...
#
cloud
#
google
#
gsutil
원문 링크 : Anonymous caller does not have storage.objects.list access to the Google Cloud Storage bucket.