Hello, We have an API integration with GoogleAds across a large amount of GoogleAds Accounts and we are receiving a unique error from a single one of the accounts and getting the following errors
[2020-09-18 15:32:10] production.ERROR: Error creating resource: [message] fopen(
https://adwords.google.com/api/adwords/reportdownload/v201809): failed to open stream: HTTP request failed!
[file] /var/www/html/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
[line] 324 {"exception":"[object] (GuzzleHttp\\Exception\\RequestException(code: 0): Error creating resource: [message] fopen(
https://adwords.google.com/api/adwords/reportdownload/v201809): failed to open stream: HTTP request failed!
[file] /var/www/html/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
[line] 324 at /var/www/html/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:52)
It is throwing this error when attempting to call this point in the the GoogleAds:
SDK:downloadReportWithAwql()
We would like to understand the reason for this error because we do not seem to have control over this. Let us know how we should proceed.