Use for questions about creating and managing Google Apps Script projects as libraries or for using external dependencies in Google Apps Script.
Use for questions:
- About creating, managing, using, sharing and debugging Google Apps Script projects that are designed to act as dependencies of other projects.
- About Google Apps Script specific versions of JavaScript libraries.
- About managing Apps Script libraries in App Maker. Please note that the product is discontinued: "The App Maker editor and user apps will be shut down on January 19, 2021".
Do not use for questions:
About JavaScript libraries that do not have a version for Google Apps Script version, use google-apps-script + relevant library tag if one exists or libraries otherwise.
Useful tips
Try to avoid libraries if your application primarily focuses on the UI as library startup time affects every call to server-side code (primarily using google.script.run
).
Useful resources
- Apps Script Library documentation
- Apps Script Libraries App Maker reference
- Officially endorsed OAuth 2.0 library
- Guide on project versioning
dependencies
manifest resource reference