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
- RAID
- OpenStack
- 명령어
- 개념
- 클라우드
- 도커
- 실습
- worker
- RAPA
- 용어정리
- mysql
- express
- gns3
- 쿠버네티스
- IaaS
- Docker Swarm
- PAT
- docker
- kubernetes
- Javascript
- PaaS
- node.js
- MongoDB
- dockerfile
- 네트워크
- git
- Docker-compose
- network
- 이론
- nodejs
Archives
- Today
- Total
융융이'Blog
firebase Oauth 오류 본문
[debug] [2020-02-15T08:04:41.053Z] > refreshing access token with scopes: ["email","https://www.googleapis.com/auth/cloud-platform","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","openid"]
[debug] [2020-02-15T08:04:41.054Z] >>> HTTP REQUEST POST https://www.googleapis.com/oauth2/v3/token
<request body omitted>
[debug] [2020-02-15T08:04:41.587Z] <<< HTTP RESPONSE 400
[debug] [2020-02-15T08:04:41.588Z] >>> HTTP REQUEST GET https://firebase.googleapis.com/v1beta1/projects?pageSize=100
[debug] [2020-02-15T08:04:42.518Z] <<< HTTP RESPONSE 401
[debug] [2020-02-15T08:04:42.519Z] <<< HTTP RESPONSE BODY
[debug] [2020-02-15T08:04:42.520Z] HTTP Error: 401, Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
[debug] [2020-02-15T08:04:42.974Z] FirebaseError: HTTP Error: 401, Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
뜨면 계정 토큰오류다
그래서 간단하게
firebase logout
firebase login
하면 간단하게 해결할 수 있다......
debug를 끝까지 읽어보는 습관을 들이자.... 왜 난 이걸 2시간 씩이나 헤맷을까....
'2022이전 > etc' 카테고리의 다른 글
디스크의 이해 (0) | 2020.05.20 |
---|---|
리액트 어드민 페이지 템플릿 (0) | 2020.02.15 |
ORM 프레임워크(Oject-Relational-Mapping) (0) | 2020.01.12 |
git Branch 전략 (0) | 2020.01.06 |
git의 기본 명령문 (0) | 2020.01.06 |