Google Slide Trigger Error!

zest83

Member
Received this error
Did not understand How to Fix this
Please advise



This email is to notify you that for the workflow "AUTO: Power BI Pradeep DEMO 2999: Participation Certificate" , a recent task was not executed due to following error -

Workflow URL:

Task History ID: IjE4NTk2MjEzMCI_3D
Step Name: Google Slides > Create Presentation From Template
Task Error Detail:

{
"error > code": 429,
"error > message": "Quota exceeded for quota metric \u0027Write requests\u0027 and limit \u0027Write requests per minute per user\u0027 of service \u0027slides.googleapis.com\u0027 for consumer \u0027project_number:778698650280\u0027.",
"error > status": "RESOURCE_EXHAUSTED",
"error > details > 0 > @type": "type.googleapis.com/google.rpc.ErrorInfo",
"error > details > 0 > reason": "RATE_LIMIT_EXCEEDED",
"error > details > 0 > domain": "googleapis.com",
"error > details > 0 > metadata > consumer": "projects/778698650280",
"error > details > 0 > metadata > quota_metric": "slides.googleapis.com/write_requests",
"error > details > 0 > metadata > service": "slides.googleapis.com",
"error > details > 0 > metadata > quota_limit": "WriteRequestsPerMinutePerUser",
"error > details > 0 > metadata > quota_location": "global",
"error > details > 0 > metadata > quota_limit_value": "60",
"error > details > 1 > @type": "type.googleapis.com/google.rpc.Help",
"error > details > 1 > links > 0 > description": "Request a higher quota limit.",
"error > details > 1 > links > 0 > url": "https://cloud.google.com/docs/quota#requesting_higher_quota"
}
 

zest83

Member
Got Another Error (with the same message for another workflow)

This email is to notify you that for the workflow "AUTO: Power DIGITAL 784: Participation Certificate" , a recent task was not executed due to following error -​

Task History ID: IjE4NTk2MjEzNyI_3D
Step Name: Google Slides > Create Presentation From Template
Task Error Detail:

{
"error > code": 429,
"error > message": "Quota exceeded for quota metric \u0027Write requests\u0027 and limit \u0027Write requests per minute per user\u0027 of service \u0027slides.googleapis.com\u0027 for consumer \u0027project_number:778698650280\u0027.",
"error > status": "RESOURCE_EXHAUSTED",
"error > details > 0 > @type": "type.googleapis.com/google.rpc.ErrorInfo",
"error > details > 0 > reason": "RATE_LIMIT_EXCEEDED",
"error > details > 0 > domain": "googleapis.com",
"error > details > 0 > metadata > quota_limit_value": "60",
"error > details > 0 > metadata > consumer": "projects/778698650280",
"error > details > 0 > metadata > service": "slides.googleapis.com",
"error > details > 0 > metadata > quota_limit": "WriteRequestsPerMinutePerUser",
"error > details > 0 > metadata > quota_metric": "slides.googleapis.com/write_requests",
"error > details > 0 > metadata > quota_location": "global",
"error > details > 1 > @type": "type.googleapis.com/google.rpc.Help",
"error > details > 1 > links > 0 > description": "Request a higher quota limit.",
"error > details > 1 > links > 0 > url": "https://cloud.google.com/docs/quota#requesting_higher_quota"
}
 

Supreme

Well-known member
Staff member
Hey @zest83

As we can see from your Google Docs API error, you have exceeded the rate limit of Google Docs to read and write the document.

Please check out the following API docuemantion and kindly contact the Google Docs community as well for the same.


2022-07-05_17h48_47.png
 
Top