Google plus 谷歌+;操场空气污染指数不起作用

Google plus 谷歌+;操场空气污染指数不起作用,google-plus,google-oauth,google-playground,Google Plus,Google Oauth,Google Playground,我正在使用谷歌游乐场访问谷歌+API。当我尝试调用API时 https://www.googleapis.com/plusDomains/v1/people/[user_id]/circles …然后会导致错误: { "error": { "code": 403, "message": "Access Not Configured. Please use Google Developers Console to activate the API for your pro

我正在使用谷歌游乐场访问谷歌+API。当我尝试调用API时

 https://www.googleapis.com/plusDomains/v1/people/[user_id]/circles
…然后会导致错误:

{
  "error": {
    "code": 403, 
    "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project.", 
    "errors": [
      {
        "domain": "usageLimits", 
        "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project.", 
        "reason": "accessNotConfigured"
      }
    ]
  }
}
在操场页面的步骤1中,我选择了“Google+域API”和“Google+API v1”,并授权并获得访问令牌。当然,在进行API调用之前,[user_id]被正确替换。

找到了原因。 如果没有在Google上配置域帐户,就不能访问Google+域API。在Google上设置域帐户后,管理员需要设置允许访问这些API的权限


有时,传播更改需要几个小时。您还可以尝试创建一个新的API键,看看它是否拾取了已启用的API。@abraham即使过了很多天,它仍然无法工作:)