How do Google Apps Script quotas work for doGet and doPost functions in web apps?
问题 I've read https://developers.google.com/apps-script/guides/services/quotas and understand what the quotas are and how they work. What I can't figure out is how the quotas apply to web apps, specifically with the doGet and doPost functions? For example: Say a web app serves static HTML content via doGet -- is Script runtime the only quota that would apply? Say a web app services dynamic HTML content via doGet that pulls and displays data from a Sheet -- which quotas apply? What if the web app