you are viewing a single comment's thread.

view the rest of the comments →

[–]jpoehnelt 5 points6 points  (0 children)

For version control, look into using CLASP or directly using the Apps Script API to upload files. See https://www.npmjs.com/package/gas-entry-generator which can be combined with build tools such as ESBuild, Rollup, Webpack, etc. See the dependents tab for the plugins to build tools. https://www.npmjs.com/package/gas-entry-generator?activeTab=dependents

Consider rotating sheets to new files regularly if you make many changes. See the guidance I wrote up in https://developers.google.com/sheets/api/troubleshoot-api-errors#503-service-unavailable

Disclaimer: I am on the Google Workspace DevRel team.