Вопрос

Я пытаюсь настроить аутентификацию Google Oauth для моего приложения.Я создал проект Google API и настроил Redirect 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."
 }
}
.

Как я понял, я должен активировать некоторые API из моей консоли Google Developer.Проблема в том, что я не понял четко, что API должен активировать из списка 87 предметов: Введите описание изображения здесь

Это было полезно?

Решение

Необходимое API для аутентификации на сайте - Google+, как я понял

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top