I have a custom function with some doGet() calls and I am also using SpreadsheetApp to access my sheet. I have read about the UrlFetch() limit of 20,000 call/day and it is understandable. But I am confused about two things on quota for app script: - Is there any limitation to make call to doGet and spreadsheetapp? - If yes, then for ex. if I have same such 5 sheets, then the limit will be per each sheet or for all 5 sheets in total?
Thanks