• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Google Sheet Error - 429 - Resource has been exhausted (e.g. check quota).

rob_moser

Member
Your Task History ID
IjU3NjAwNTY1MDYzZjA0MzA1MjZmNTUzMDUxMzA1MTYxNTQzNyI_3D_pc
@Neeraj Currently pabbly connect's google sheet integration is not working properly and giving 429 error too many times even when we are not even close to the 1-minute quota limits.

We know that pabbly team thinks it is an issue from Google side and not from pabbly side.

But this makes using pabbly connect almost impossible for us. None of the other platforms like zapier or make are having these issues.

We don't know how you can solve it, but it needs to be solved immediately for making pabbly a reliable automation platform.
 

Supreme

Well-known member
Staff member
Hey @rob_moser

As we can see from your shown error, you have exhausted your rate limit to pass the request to write data per minute by "Google Sheets : Lookup Spreadsheet Rows".

1688621710472.png


Google API documentation for the error which you have got.

cloud.google.com
Errors | Cloud APIs | Google Cloud
cloud.google.com cloud.google.com


1688621757296.png


Moreover, you are also running the tasks in bulk and because of that, the error has occurred by the Google API. So, we should suggest to use a delay action step to delay the task to run after 1 min after every update of value, in that way, you wouldn't be exhausting your rate limit.

1688621771751.png
 
Last edited:
Hey @rob_moser

As we can see from your shown error, you have exhausted your rate limit to pass the request to write data per minute by "Google Sheets : Lookup Spreadsheet Rows".

View attachment 28196

Google API documentation for the error which you have got.

cloud.google.com
Errors | Cloud APIs | Google Cloud
cloud.google.com cloud.google.com


View attachment 28198

Moreover, you are also running the tasks in bulk and because of that, the error has occurred by the Google API. So, we should suggest to use a delay action step to delay the task to run after 1 min after every update of value, in that way, you wouldn't be exhausting your rate limit.

View attachment 28199
Where do we put this delay function? Our recipe is iterating through an array of data and writing out one row for every row of data. There are about 300 records. Is there another way to 'output' this data such as into a text file? I could perhaps format it like a CSV? Thanks for your help / suggestions on this.
 

Supreme

Well-known member
Staff member
Could you kindly provide the complete use case along with the workflow URL where you are implementing the same? This will enable us to investigate the matter further.
 
Could you kindly provide the complete use case along with the workflow URL where you are implementing the same? This will enable us to investigate the matter further.
Use Case: to retrieve a full list of customers from Freshbooks and write these names to a Google Sheet.

Using interval trigger (set to run once), pulls names from Freshbooks (get all clients) then uses iterator to parse data, then add the data to Google sheets using "add multiple rows",

 

Supreme

Well-known member
Staff member
Please incorporate a Delay action step prior to the Google Sheets action step in order to extend the processing interval.

1699614835873.png
 
Top