In order to investigate the issue further, please provide us with the complete API logs (request and response logs with request-id and request header) generated at your end along with the uncropped UI screenshot (with visible customer Id) to better assist you on this request.
If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.
You can send the details via Reply privately to the author option, or direct private reply to this email.![]() |
Google Ads API Team |
Hi,
Thank you for reaching out to the Google Ads API support team.
Kindly note that encountering the RESOURCE_EXHAUSTED error when having standard access indicates that you could be performing too many requests within a short period of time, or that the API's servers are imposing a limit based on all users traffic :
That said, we recommend mitigating the number of requests being made within a short period of time, checking for any parallel processes that also uses your account and developer token, as well as performing retries and the methods mentioned in the guide, to avoid or manage this error.
If you are still facing the same issue, kindly provide us with the complete API logs (request and response with request-id and request header) generated at your end.
If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.
You can send the details via Reply privately to the author option, or direct private reply to this email.
![]() |
Google Ads API Team |