Hey, guys hope you doing well. I have a problem in my google sheet node this is a hosted in n8n. I got this error
The service is receiving too many requests from you
Quota exceeded for quota metric ‘Read requests’ and limit ‘Read requests per minute’ of service ‘sheets.googleapis.com’ for consumer ‘project_number:498586711441’.
Additional info: all our workflows are hosted in n8n Cloud, not self-hosted. Therefore, I don’t think we can access Google Sheets API quota usage directly since you never set a client id or client secret of a google console project in the google sheet n8n credential. Is there a good way to handle this, or another method to monitor our quota usage? only other option i see is to use the http request node with a bearer token from the google console project. then you would be able to see the usage
Hello Adam. In the page you just shared on the screenshot, you can click on the chart next to the three dots on the right and see how many requests you have made up to now and all the details.
Also you can ask google to increase you the quota by clicking the 3 dots .
Also as i can see , your read request is 60. per user/minute, it should be more otherwise you will have quota limit exceeded on n8n google sheet node.
Hi Chalma, thank you for the reply. My question is this: are you using an HTTP Request node to call the Google Sheets API or the built-in Google Sheets node? And is your workflow hosted on n8n?
You can connect your project because it’s self-hosted, right? If it isn’t, can we still monitor usage? I saw this thread (https://community.n8n.io/t/do-n8n-cloud-users-share-google-sheets-quota/73596/2) but haven’t received an answer. My goal is to view the quota usage in the Google Console for our n8n Cloud–hosted workflows. Currently, I believe I need to use an HTTP Request node, since it’s the only way to reference the client ID and client secret for a specific project.
My project on google clound is independent from n8n.
I created my project on google cloud and used the secret key and client to connect to the api of google sheet , so only google sheet credentials are mine i didn’t need a http request .
If you can share how you are connectint to google sheet maybe i can help you better.
We have multiple projects in the Google Console, but n8n Cloud doesn’t let you enter your own client ID and secret, so it can’t know which project’s quota to use. I believe n8n uses the same credentials for everyone.
I think, to be able to see quota inside google console for n8n cloud hosted, you currently have to use the http request node. Maybe somebody of the n8n staff can confirm this.