Coda API Error: “Bandwidth Quota Exceeded” When Syncing with Google Sheets

I am wiring an API call to google sheets using API and trigger, and got this message
”Bandwidth quota exceeded–My AP string–Try reducing the rate of data transfer.”
The trigger runs every 15 minutes. IS this a number of times issue, or could it be a size issue or both combined? The call is pulling very little info (about 46 line items, 7 or 8 columns)

I can have it run every hour (and possibly only between a 16 hour window during normal work week. Would that help? And where do i see my bandwith usage etc to make sure i am not wasting any on old/non used calls from other persons in my company.

1 Like

That is a bit odd, given that API rate limit for reading is 100 requests per 6 second, according to the documentation. I would say, check your code to see if it is iterating over data pass that limit (hardly think so).

1 Like