evepraisal / evepraisal-google-sheets

Evepraisal helper functions intended for use in Google sheets
MIT License
13 stars 8 forks source link

Error Exception: Service invoked too many times for one day: urlfetch. (line 77). #2

Open LoogieEVE opened 6 years ago

LoogieEVE commented 6 years ago

Error Exception: Service invoked too many times for one day: urlfetch. (line 77).

Do email addresses or users have a limit on how many pulls we can do per day? What is it?

Marcehs commented 6 years ago

https://developers.google.com/apps-script/guides/services/quotas

sudorandom commented 6 years ago

The relevant row is "URL Fetch calls" on https://developers.google.com/apps-script/guides/services/quotas

In reality you might get a bit more than what that page says that due to caching that happens in the add-on if you use the "Evepraisal Tools" version in the google play store.

gschadow commented 4 years ago

I have a sheet with only 1000 rows and in one day I reached this limit. Same spreadsheet was open the whole time. It's calling way too often. Isn't there some caching mechanism?