【发布时间】:2014-02-08 03:20:45
【问题描述】:
我正在使用 PHP 版本的 Google Glass 开发工具包。根据示例代码说明设置所有内容。 API/凭证都很好,帐户计费已设置,已将 Mirror API 添加到项目中,但在我许可应用程序后,我收到以下错误:
An error ocurred: Error calling POST
https://www.googleapis.com/mirror/v1/timeline?key=xxxxxx
(403) Access Not Configured.
Please use Google Developers Console to activate the API for your project.
我已经添加了 Mirror API 并启用了计费和设置,所以我不知道为什么我会收到错误消息。通过 Glass Explorer 测试应用就可以了。
【问题讨论】:
标签: php google-api google-glass google-mirror-api