Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- sentiment analysis
- naver movie review
- CUDA
- 자연어처리
- 대학원
- 석사
- 인공지능
- word embedding
- NLP
- Classification Task
- 전처리
- 수기
- pytorch
- 품사태깅
- Word2Vec
- 우울증
Archives
- Today
- Total
슬기로운 연구생활
[ Google Cloud Storage API ] 403 caller has no permission 에러 본문
* 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를 추가하면 된다.
'슬기로운 에러 생활' 카테고리의 다른 글
[ Server ] Ubuntu E: Problem executing scripts APT 해결 방법 (0) | 2019.09.10 |
---|---|
[ Server ] Ubuntu E: Problem executing scripts APT 해결 방법 (0) | 2019.09.10 |
[ PHP ] Exec Error (0) | 2019.09.10 |
[ Pycharm ] pycharm java_home error (0) | 2019.09.08 |
[ Tensorflow ] TypeError: Expected int32, got list containing Tensors of type '_Message' instead. (0) | 2019.09.08 |
Comments