Are Google Apps Script Library quotas measured against the owner or active user?

怎甘沉沦 提交于 2021-02-08 06:13:45

问题


If you publish a Google Apps Script Library are the script quotas applied per library owner or for the library user?


回答1:


Libraries are not web services. It goes exactly like when you are using client side lib like Jquery. When you are using an Apps Script lib, you just add extra code to the one in your code editor. So quota is measured against the lib user. Otherwise it would be impossible to have libs used by many many users :)

Best, Romain



来源:https://stackoverflow.com/questions/25733831/are-google-apps-script-library-quotas-measured-against-the-owner-or-active-user

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