Hello everyone,
We are encountering an issue with the Google Ads API. Despite having our quota listed as unlimited, we are receiving the following error after breaching 15,000 API calls per day:
{
'error': {
'code': 429,
'message': 'Resource has been exhausted (e.g. check quota).',
'status': 'RESOURCE_EXHAUSTED',
'details': [
{
'@type': '
type.googleapis.com/google.ads.googleads.v16.errors.GoogleAdsFailure',
'errors': [
{
'errorCode': {'quotaError': 'RESOURCE_EXHAUSTED'},
'message': 'Too many requests. Retry in 40021 seconds.',
'details': {
'quotaErrorDetails': {
'rateScope': 'DEVELOPER',
'rateName': 'Number of operations for basic access',
'retryDelay': '40021s'
}
}
}
],
'requestId': 'C429vsZB8uLsk2lQ8kPsAQ'
}
]
}
}
From our understanding, our quota is supposed to be unlimited. However, it appears that we are getting a error of 'RESOURCE_EXHAUSTED' after 15,000 API calls daily. This issue is severely impacting our business operations.
We are attaching a screenshot of our Cloud Console where it shows that our API calls limit is unlimited.
We are currently utilizing the v16 of GoogleAds: SearchStream API.
We look forward to your prompt response.