문제

내 앱에 대한 Google OAuth 인증을 설정하려고합니다.Google API 프로젝트를 만들고 리디렉션 URI를 설정했습니다.인증을 위해 링크를 사용하면 응답을 얻습니다.

{"errors"=>[{"domain"=>"usageLimits", "reason"=>"accessNotConfigured", "message"=>"Access Not Configured. Please use Google Developers Console to activate the API for your project."}], "code"=>403, "message"=>"Access Not Configured. Please use Google Developers Console to activate the API for your project."}: 
{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "accessNotConfigured",
    "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
   }
  ],
  "code": 403,
  "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
 }
}
.

i Google 개발자 콘솔에서 일부 API를 활성화해야합니다.문제는 87 개의 항목 목록에서 API를 활성화 해야하는 API를 명확하게 이해하지 못합니다. 여기에 이미지 설명

도움이 되었습니까?

해결책

사이트에서 인증을위한 필요한 API는

를 이해하는 것처럼 Google+입니다.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top