PipedreamHQ / PipedreamHQ/pipedream
Google Ads
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
### App
Google Ads
### Summary:
Rate limited on action
### Details:
{
"status": 429,
"statusText": "Too Many Requests",
"error": {
"code": 429,
"message": "Resource has been exhausted (e.g. check quota).",
"status": "RESOURCE_EXHAUSTED",
"details": [
{
"@type": "type.googleapis.com/google.ads.googleads.v21.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": { "quotaError": "RESOURCE_EXHAUSTED" },
"message": "Too many requests. Retry in 40591 seconds.",
"details": {
"quotaErrorDetails": {
"rateScope": "DEVELOPER",
"rateName": "Number of operations for basic access",
"retryDelay": "40591s"
}
}
}
],
"requestId": "xN_KaZRHZuU6Rlgt3cM2uQ"
}
]
},
"attribution": {
"origin": "upstream_api",
"network_calls_count": 1,
"last_call": {
"client": "http",
"method": "POST",
"host": "googleads.m.pipedream.net",
"status": 429,
"duration_ms": 274
}
}
}
### Screenshots:
No screenshots included
Contributor guide
Assessment
This issue has not been assessed yet.