我已经设置了 oauth 并且正在正确检索访问令牌。
这是我从击中得到的回应
https://www.google.com/accounts/AuthSubTokenInfo?access_token=<token>
parsed_response="Target=645428735890.apps.googleusercontent.com\nSecure=false\nScope=https://www.googleapis.com/auth/userinfo.profile\nScope2=https://www.googleapis.com/auth/userinfo.email\nScope3=https://www.googleapis.com/auth/glass.timeline\nScope4=https://www.googleapis.com/auth/glass.location\n"
我认为这正确表明我已请求正确的权限。
打电话给
https://www.googleapis.com/mirror/v1/timeline?access_token=<token>
产量:
"errors"=>[{"domain"=>"usageLimits", "reason"=>"accessNotConfigured", "message"=>"Access Not Configured"}]
很难弄清楚这意味着什么。我没有真正的玻璃硬件。文档看起来好像这个访问令牌允许我向镜像 api 发出任何请求。
我是否需要要求我错过的其他设置或权限?在应用程序方面?这与我的谷歌帐户有关并且没有设置玻璃吗?
编辑:
好的,来自授权文档:
Select the Services tab in your API project, and enable the Google Mirror API.
但是,我没有在服务选项卡上看到 Google Mirror API?