How to check your account's Google Apps Script quotas

我怕爱的太早我们不能终老 提交于 2019-12-10 14:37:47

问题


Here is the link about the GAS quotas: https://developers.google.com/apps-script/guides/services/quotas#current_quotas

How can I check if I am getting close to certain quotas. For instances, how can I check, how many URLFetchApp calls I have left for that day. Or how much Script time do I still left for that day.

I need to use this data to make decisions whether to run today or run tomorrow.
I need to check and verify quotas programatically only. Can anyone help me here?


回答1:


its not currently possible. you need to tally those stats manually, maybe storing on script properties.



来源:https://stackoverflow.com/questions/37775124/how-to-check-your-accounts-google-apps-script-quotas

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!