How to fix n8n Google Sheets "Quota exceeded" rate-limit errors
Google Sheets API allows around 100 reads per 100 seconds per user. In n8n: add a 1-second delay between items, enable batching on the node, or switch to a service account with its own quota.