Google+访问令牌权限不足

Posted

技术标签:

【中文标题】Google+访问令牌权限不足【英文标题】:Google + access token insufficient permission 【发布时间】:2015-01-09 04:05:42 【问题描述】:

使用 OAuth 代码,我可以为 google+ API 生成访问令牌。

在oauthpalyground 中使用此访问令牌,我得到 JSON 响应。

当我将此 URL 粘贴到浏览器中时,会收到一条错误消息。

 https://www.googleapis.com/plus/v1/activities?query=%22great%22&access_token=xxxxxxxxxxx 

错误信息


 "error": 
  "errors": [
   
    "domain": "global",
    "reason": "insufficientPermissions",
    "message": "Insufficient Permission"
   
  ],
  "code": 403,
  "message": "Insufficient Permission"
 

谁能给我解释一下为什么?

【问题讨论】:

尝试将 &access_token 更改为 &oauth_token= access_token 是正确的查询参数。 您在进行身份验证时要求的范围是什么? 【参考方案1】:

您不能直接从将 access_token 作为查询字符串发送的浏览器进行查询。您必须以这种方式在标头中发送 access_ 令牌:

Authorization: Bearer <access_token>

用 Fiddler 或类似的软件试试吧。

【讨论】:

以上是关于Google+访问令牌权限不足的主要内容,如果未能解决你的问题,请参考以下文章

Microsoft Graph API:权限不足,无法完成操作

尝试获取用户 Youtube 频道时出现权限不足错误

Google.Apis.Requests.RequestError 权限不足 [403]

为啥 Google Calendar API (oauth2) 以“权限不足”响应?

钉钉接口访问权限不足怎么解决

Google Play Android Developer API - 列出权利 - “权限不足”