seong
Flutter Firebase Google Oauth 로그인 중 에러( People API has not been used in project 596174272297 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/people.googleapis.com/overview?project=596174272297 t.. 본문
Flutter/Errors
Flutter Firebase Google Oauth 로그인 중 에러( People API has not been used in project 596174272297 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/people.googleapis.com/overview?project=596174272297 t..
hyeonseong 2023. 7. 20. 17:25구글 로그인 기능을 테스트 하던 도중 첫 테스트 부터 에러가 발생했다.
에러내용은 아래와 같다.
People API has not been used in project 596174272297 before or it is disabled.
Enable it by visiting https://console.developers.google.com/apis/api/people.googleapis.com/overview?project=596174272297 then retry.
If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."
이유를 찾아보니 프로젝트의 API가 비활성화 되었다고.. 위에서도 나와있다.
활성화 시켜주자.
1. 오류에서 나오는 링크를 복사 후 이동
2. 현재 사용중인 프로젝트를 선택 -> 라이브러리 클릭
3. 검색란에 "People API" 검색 및 클릭
4.활성화 시켜주기