我正在尝试使用Google AnalyticsAPI。启用Analytic API后,我收到了client_secrets.p12并下载了API客户端库。然后我替换了service_account_email
并更改了key_file_location
。然而,当我运行我的脚本'HelloAnalytics.php'
时,我收到一个错误:
PHP致命错误:未捕获的异常' Google_IO_Exception'同 邮件'无法连接到accounts.google.com端口443:操作 超时'在 /Users/weiqi.tan/Downloads/ga_api/google-api-php-client/src/Google/IO/Curl.php:115
堆栈追踪:
0 /Users/weiqi.tan/Downloads/ga_api/google-api-php-client/src/Google/IO/Abstract.php(136): Google_IO_Curl-> executeRequest(Object(Google_Http_Request))1 /Users/weiqi.tan/Downloads/ga_api/google-api-php-client/src/Google/Auth/OAuth2.php(342): Google_IO_Abstract-> makeRequest(Object(Google_Http_Request))2 /Users/weiqi.tan/Downloads/ga_api/google-api-php-client/src/Google/Auth/OAuth2.php(314): Google_Auth_OAuth2-> refreshTokenRequest(数组)3 /Users/weiqi.tan/Downloads/ga_api/HelloAnalytics.php(30): Google_Auth_OAuth2-> refreshTokenWithAssertion(对象(Google_Auth_AssertionCredentials)) 4 /Users/weiqi.tan/Downloads/ga_api/HelloAnalytics.php(105): 抛出getService()5 {main} /Users/weiqi.tan/Downloads/ga_api/google-api-php-client/src/Google/IO/Curl.php 在第115行
我不知道是否有其他人遇到过同样的问题。请告诉我为什么会这样,以及如何解决它。
答案 0 :(得分:0)
今天我遇到了同样的问题
我只是禁用防火墙,它对我有用
我正在使用avg网络安全