Reputation: 563
We are trying to find solutions for the Service invoked too many times for one day: urlfetch
exception that our Google Sheets custom function keeps throwing (many users across the world).
Following this guide: https://cloud.google.com/docs/quota#requesting_higher_quota
We navigate to our quota page and there is no usage being reported? The project is connected correctly as our error dashboard is full. My profile also has full super user access for each role.
The urlFetch
quota doesn't even appear if I enter it in the search???
Upvotes: 0
Views: 122
Reputation: 117261
In the future you should not ask two questions in the same question. If you had just asked about the error we could have just linked to the duplicate question. Please see my answer to both of your questions.
Why are my project quotas not being displayed?
To answer your question:
Google APis quotas are available on Google Developer Console Its not the same system as Google Cloud console.
Under library search for sheets -> click Manage -> on the right there is a menu called quota.
We are trying to find solutions for the Service invoked too many times for one day: urlfetch exception that our Google Sheets custom function keeps throwing (many users across the world).
To answer your second question please see Exception: Service invoked too many times for one day: urlfetch
You can implement CacheService and PropertiesService together and only retrieve the URL again after a specified amount of time.
Upvotes: 1