Google Sheet API project with webhooks

DrNapester

Member
Dear, ALL

I have chrome extension "Pabbly Connect Webhooks"
when I'm using it to send data from google sheet api , it make writing request for 60 requests per min. only
and shows this message "Quota exceeded for quota metric 'Write requests' and limit 'Write requests per minute per user' of service 'sheets.googleapis.com' for consumer 'project_number:1011300378975'."

The problem that in my google console I have only project which ID is 343272851539 and the limit for writing requests is 150 per min.

how can I use my project ID# 343272851539 which has higher writing requests in pabbly webhooks to read or write sheet api ?
 

ArshilAhmad

Well-known member
Staff member
Hi @DrNapester,

Currently, there is no such option to change the Project ID. However, you can try adding a Delay module to your workflow to help avoid the issue you are encountering.

 
Top