2016-12-28 112 views
0

我正在關注本教程:https://developers.google.com/adwords/api/docs/guides/first-api-call#make_your_first_api_call_1谷歌Adwords:配置不正確加載

而我在那一步我鏈接。當我進入終端和運行PHP

path/to/GetCampaigns.php it returns this error: `PHP Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201609\cm\ApiException' with message '[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'_dev_token_']' in /var/www/AdwordsAPI/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php:39

我認爲它沒有發現我設置通過這個我adsapi_php.ini文件,這是在主要教程提示:https://github.com/googleads/googleads-php-lib

如果我去到瀏覽器,而不是和嘗試訪問該頁面,然後回到我的日誌,它記錄中返回此錯誤:

[Wed Dec 28 12:25:52 2016] [error] [client 70.162.15.23] PHP Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Config file not found as specified: 'adsapi_php.ini'. Home directory could not be located so it was not searched.' in /var/www/AdwordsAPI/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/ConfigurationLoader.php:71\nStack trace:\n#0 /var/www/AdwordsAPI/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/OAuth2TokenBuilder.php(51): Google\AdsApi\Common\ConfigurationLoader->fromFile('adsapi_php.ini')\n#1 /var/www/AdwordsAPI/vendor/googleads/googleads-php-lib/examples/AdWords/v201609/BasicOperations/GetCampaigns.php(76): Google\AdsApi\Common\OAuth2TokenBuilder->fromFile()\n#2 /var/www/AdwordsAPI/vendor/googleads/googleads-php-lib/examples/AdWords/v201609/BasicOperations/GetCampaigns.php(89): Google\AdsApi\Examples\AdWords\v201609\BasicOperations\GetCampaigns::main()\n#3 {main}\n thrown in /var/www/AdwordsAPI/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/ConfigurationLoader.php on line 71

如果我錯過了什麼讓我知道。

回答

0

看來在一週內,文檔已經改變了,而且我正在關注兩個不同版本的文檔。我需要做的是重新生成開發人員令牌並更新我的.ini文件。現在一切正常。