【问题标题】:Google OAuth: Access Not ConfiguredGoogle OAuth:未配置访问权限
【发布时间】:2014-09-23 06:37:00
【问题描述】:

我正在尝试为我的应用设置 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."
 }
}

据我了解,我应该从我的 Google 开发者控制台激活一些 API。问题是我不清楚我应该从 87 个项目的列表中激活什么 api:

【问题讨论】:

  • 您到底想做什么,为什么要启用 Google oauth?

标签: oauth oauth-2.0 google-api google-oauth


【解决方案1】:

据我所知,用于现场身份验证的必要 API 是 Google+

【讨论】:

  • 你帮我省了很多麻烦!谢谢!
猜你喜欢
  • 2017-02-11
  • 2013-01-06
  • 2014-01-16
  • 2017-09-18
  • 2015-01-22
  • 2020-04-30
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多