urlFetchApp quota and redirection

2019-07-02 01:00发布

问题:

My question is about the quota of URL fetched per day using urlFetchApp in Google Apps Script.

When a fetched URL automatically redirects to another URL using the "location" HTTP argument, does this count for 2 fetches or only 1 ?

Thanks

Thierry

回答1:

Fair question. Redirects will NOT count against your total number of UrlFetch calls per day.