Responses must not exceed this limit. For example, a search request that includes a lot of fields may generate a response that exceeds 64 MB in size. To avoid this limit, you can reduce the number of selected fields, reduce the page size, or use streaming. For mutates, send fewer operations per request.
Requests that violate this limitation will not generate a GoogleAdsError, but will generate a 429 Resource Exhausted gRPC error. Refer to the list of gRPC error codes and messages.
{
"quotaError": "RESOURCE_EXHAUSTED"
},
"message": "Too many requests. Retry in 22986 seconds.",
"details": {
"quotaErrorDetails": {
"rateScope": "DEVELOPER",
"rateName": "Number of operations for basic access",
"retryDelay": "22986s"
}
}
|
||||||