【发布时间】:2014-03-10 05:21:11
【问题描述】:
使用 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
-
我确实激活了,我可以在这里显示截图
-
知道出了什么问题
标签: google-plus