我在开发者控制台中为我的项目启用了镜像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:禁止。
答案 0 :(得分:1)
1)在游乐场中构建请求
在Glass Playground网站上,底部有一个名为显示游乐场使用信息的红色按钮。
如果点击该按钮,您会看到为Playground提供时间轴信息。
让Playground访问时间轴:
2)以编程方式构建请求
如果您在以编程方式发送403: Forbidden
时出现TimelineItem
错误,则可能是因为您没有使用 clientId 和 clientSecret 。
修改:从Glass Playground网站(红色按钮下)复制了三个项目。