Google plus API问题

时间:2014-03-10 05:21:12

标签: google-plus

使用Google Plus API,我在开发者控制台中启用了google + api,并多次重新生成appkey,并尝试使用profile.get访问配置文件,但每次我都遇到以下问题:

{
 "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."
 }
}

这是链接,我正在尝试:

https://www.googleapis.com/plus/v1/people/113377691202864347297?key= {的myKey}

传递我为该域生成的密钥,我收到上述错误。为什么它不起作用

启用API的屏幕截图

API

2 个答案:

答案 0 :(得分:1)

我猜你正在使用错误的API密钥。 API密钥不是客户端ID或客户端密钥 - 它不应该具有“。”在里面。在新的控制台(https://developers.google.com/console)中,它们是在凭据>下生成的。公共API访问部分应该看起来像'AIzaSyC-iPgOiU2hSqnpjc-KrtHpwThsWh_hQdO'。

如果你做了一个确保允许的IP地址或浏览器URL(取决于密钥类型)包括你正在进行呼叫的那个。我在下面列出了关键部分的截图。

A screenshot of the key section

答案 1 :(得分:-2)

我应该包含哪个jar来检索用户的公开帖子。 我使用谷歌+ v1 api罐子,但json似乎有些问题。它无法解决它。