I'm ready to OAuth2 client ID and secret, a developer token, and a refresh token,But when I execute GetCampaigns.php in the example program, I get the following error
{
"error": "invalid_grant",
"error_description": "Bad Request"
}
in /home/gg/google-ads-php/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113
Stack trace:
#0 /home/gg/google-ads-php/vendor/guzzlehttp/guzzle/src/Middleware.php(69): GuzzleHttp\Exception\RequestException::create(Object(GuzzleHttp\Psr7\Request), Object(GuzzleHttp\Psr7\Response), NULL, Array, NULL)
#1 /home/gg/google-ads-php/vendor/guzzlehttp/promises/src/Promise.php(204): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Response))
#2 /home/gg/google-ads-php/vendor/guzzlehttp/promises/src/Promise.php(153): GuzzleHttp\Promise\Promise::callHandler(1, Object(GuzzleHttp\Psr7\Response), NULL)
#3 /home/gg/google-ads-php/vendor/guzzlehttp/promises/src/TaskQueue.php(48): GuzzleHttp\Promise\Promise::GuzzleHttp\Promise\{closure}()
#4 /home/gg/google-ads-php/vendor/guzzlehttp/pr in /home/gg/google-ads-php/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php on line 113