I'm creating a standalone script so users can use it as Library in their Spreadsheets' bound script.
As you know to use a standalone script as a Library, you have to set "Share" to "Anyone with the link" - at least - as viewer and "Save new version" of it.
My questions are:
- How many users can use Classes/Methods included in my shared standalone script (Library) at the same time (concurrent users)?
- If my shared standalone script (Library) includes Classes/Methods
PropertiesService.getDocumentProperties
|UrlFetchApp.fetch
|ScriptApp.newTrigger
, how quotas and limitations are measured? Is it against each User or against the Library?