슬기로운 연구생활

[ Google Cloud Storage API ] 403 caller has no permission 에러 본문

슬기로운 에러 생활

[ Google Cloud Storage API ] 403 caller has no permission 에러

vhrehfdl 2019. 9. 10. 11:21

* 403 caller error

 

1. Solution1 ( 결제 에러 관련 ) : bucket을 새로 만들어본다.

 

- 조회 명령어

gsutil ls gs://my-awesome-bucket

 

- bucket 새로 생성

gsutil mb -l us-east1 gs://my-awesome-bucket/

 

 

2. Solution2 ( 권한 에러 관련 ) : 공개로 돌려버리면 된다.

all users를 추가하면 된다.

Comments