问题
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