A simple and powerful tool to export and backup Google Apps Script projects.
– Exports full GAS project by ID
– Saves files to Google Drive
– Supports two modes:
- separate files
- single combined file
– Creates timestamped backup folders
– Backup your GAS projects
– Versioning outside Apps Script
– Code migration
– Safety before changes
– HTML UI (HtmlService)
– Google Drive integration
– Error handling and validation
– Clean file naming
– Timestamp-based export
Client (HTML UI) → google.script.run → Server (Apps Script) → Google APIs
– HtmlService frontend
– GAS backend
– Drive API (via DriveApp)
– Script export endpoint
- Enter project ID
- Enter folder ID
- Choose export mode
- Click export
– Google Apps Script
– HtmlService
– Google Drive API
– JavaScript (V8 runtime)
Uses internal export endpoint: https://script.google.com/feeds/download/export
Free to use