获取403:禁止发布到我的时间线

时间:2014-02-07 00:45:57

标签: android google-mirror-api

我在开发者控制台中为我的项目启用了镜像API。我授权镜像API并在OAuth游乐场中生成访问令牌。在游乐场中构建请求或手动发送请求我总是得到403错误。有人可以帮忙吗?

wget --header =“授权:Bearer access-token”--header =“Content-Type:application / json”--post-data =“{\”text \“:\”Hello world \“} “https://www.googleapis.com/mirror/v1/timeline --2014-02-07 00:35:00-- https://www.googleapis.com/mirror/v1/timeline 解析www.googleapis.com(www.googleapis.com)... 74.125.129.95,2607:f8b0:400e:c04 :: 5f 连接到www.googleapis.com(www.googleapis.com)| 74.125.129.95 |:443 ...已连接。 发送HTTP请求,等待响应... 403禁止 2014-02-07 00:35:00错误403:禁止。

1 个答案:

答案 0 :(得分:1)

1)在游乐场中构建请求

Glass Playground网站上,底部有一个名为显示游乐场使用信息的红色按钮。

如果点击该按钮,您会看到为Playground提供时间轴信息。

让Playground访问时间轴:

  1. 创建Google APIs project client ID
  2. https://mirror-api-playground.appspot.com添加到列表中 客户端ID的授权JavaScript来源 enter image description here
  3. 将您的客户端ID复制到Playground并开始与之交互 你的时间表。 enter image description here
  4. 2)以编程方式构建请求

    如果您在以编程方式发送403: Forbidden时出现TimelineItem错误,则可能是因为您没有使用 clientId clientSecret 。

    修改:从Glass Playground网站(红色按钮下)复制了三个项目。