我正在 iOS PhoneGap 应用程序中使用“Google+ 登录”。我正在获取除朋友列表之外的用户个人资料详细信息。我试过这个
https://www.googleapis.com/plus/v1/people/me/people/visible?key={apikey}
但我收到以下错误:
{
"error": {`enter code here`
"errors": [
{
"domain": "global",
"reason": "forbidden",
"message": "Forbidden"
}
],
"code": 403,
"message": "Access Not Configured"
}
}
我该如何解决这个问题?请提出解决方案。
谢谢