Clay Icon

Error: Service Invoked Too Many Times for URL Fetch in Google Sheets

Β·
Β·

Built an internal tool for our SDRs using Google sheets and app script which sends a domain to Clay. Ran into this error: Info❌ Error: Exception: Service invoked too many times for one day: premium urlfetch.

  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·

    The error you're encountering is likely due to exceeding Google's UrlFetchApp service quota. To resolve this, try the following: 1. Adjust the Utilities.sleep() value in your script. Increase the wait time between requests to reduce the frequency of API calls. 2. Modify the maxRows variable to process fewer rows per day, spreading the workload over multiple days if necessary. 3. Consider upgrading your Google Workspace account for higher quotas. If you need more detailed assistance, please share your script (with sensitive information removed) so we can better troubleshoot the issue. If these steps don't resolve your problem, you can request human assistance by clicking on "Talk to a person" for further support.

  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·
  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·

    Thank you so much for sharing your feedback ​Nikhil B.​!