使用Mirror API 运行Google Glass快速入门 PHP 项目时遇到错误。我在论坛中看到了类似的问题,但在我的情况下,我在 Google API 控制台中启用了Mirror api。我们正在使用一个新的Gmail帐户(恰如其分地描述我们的小组)工作,该帐户最近与我们的Glass相关联。
在错误日志中,它说:
Uncaught exception 'Google_ServiceException' with message 'Error calling GET
https://www.googleapis.com/mirror/v1/timeline?maxResults=3&key=xxxxxxxxxxx: (403)
Access Not Configured'
非常感谢这方面的任何帮助。
提前感谢专家。
完整的错误日志:
PHP致命错误:在/ var / www / mirror-quickstart-php / google-api-php-client中显示消息'错误调用GET https://www.googleapis.com/mirror/v1/timeline?maxResults=3&key=xxxxxxxxxxxxxx:(403)未配置访问'的未捕获异常'Google_ServiceException' /src/io/Google_REST.php:66 \ nStack trace:\ n#0 /var/www/mirror-quickstart-php/google-api-php-client/src/io/Google_REST.php(36):Google_REST: :decodeHttpResponse(Object(Google_HttpRequest))\ n#1 /var/www/mirror-quickstart-php/google-api-php-client/src/service/Google_ServiceResource.php(186):Google_REST :: execute(Object(Google_HttpRequest) ))\ n#2 /var/www/mirror-quickstart-php/google-api-php-client/src/contrib/Google_MirrorService.php(434):Google_ServiceResource-> __ call('list',Array)\ n #3 /var/www/mirror-quickstart-php/index.php(142):google_TimelineServiceResource-> listTimeline(Array)\ n#4 {main} \ n在/ var / www / mirror-quickstart-php /中抛出第66行google-api-php-client / src / io / Google_REST.php
在index.php第142行显示:
//Load cool stuff to show them.
$timeline = $mirror_service->timeline->listTimeline(array('maxResults'=>'3'));