GCS API 403 caller has no permission

GCS API 403 caller has no permission

  • 에러 : 403 caller has no error.
    GCS 사용하다가 마주친 에러

  • Solution 1 : 결제 에러 관련

    bucket을 새로 만들어본다.

    • 조회 명령어

      gsutil ls gs://my-awesome-bucket
    • bucket 새로 생성

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

  • Solution 2 : 권한 에러 관련

    공개로 돌려버리면 된다.


    all users를 추가하면 된다.

Comments

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×