[gcloud] throw new Error('Could not load the default credentials. Browse to https://cloud.google.com/docs/authentication/getting-started for more information.');

박범민·2023년 7월 24일
0

ERROR

목록 보기
5/10
post-thumbnail

문제상황

google api를 쓰는 중 다른 환경에서 사용 시 인증이 되지 않아서 발생

해결방안

https://cloud.google.com/sdk/docs/install?hl=ko
gcloud CLI 설치

프로젝트를 올바르게 설정해준다.
만약 잘못골랐다면 gcloud config set project PROJECT_ID 으로 변경 가능

gcloud auth application-default login을 하면 로컬환경에서 인증이 되도록 해준다

profile
사람은 모로가도 제자리에 놓이게 된다.

0개의 댓글