I am not sure if this is the right platform to ask but I have a few questions with regards to Google Services quotas. I'll be running a one-day event that relies heavily on the use of a telegram bot which is operated using GAS. I'm worried that I will exceed my daily quota for Google Services on that day. Hence, I have a couple of questions to ask regarding this:
Does the quota for Document creation apply to PDF creation as well? In particular, I am creating PDFs using .createFile(blob). Does this count towards the 250/day limit?
Is it possible for me to track how many Google Services quotas I am left with for the day? In particular, I would like to keep track of the number of UrlFetchApp.fetch() quotas I am left with since telegram bots rely heavily on this feature.
Is it possible for me to temporarily increase the number of Google Services quotas I have for just one day?
Thank you! Any help is deeply appreciated!