Save your Gemini Gems before they disappear. Google is sunsetting Gems (custom Gemini instructions) in October 2026. Export every Gem's custom instructions from a public Google Drive folder into a searchable Excel backup — attachments included.
No login · No Google API · No AI · Files deleted after 30 minutes
Source on GitHub| File | Content |
|---|---|
Gems_Backup.xlsx | Manifest sheet (backup time, source folder, counts, version) + Gems sheet (name, description, full system prompt, Drive file ID, modified, status) |
Gems_Backup.zip | gem-backup/ tree: manifest.json (with per-file sha256), gems/gem-001/… (metadata.json + instructions.txt + description.txt), attachments/ |
| Step | What happens |
|---|---|
| 1. List | Public folder parsed via Google's embeddedfolderview endpoint (no API key) |
| 2. Download | Each Gem + attachment streamed via the public uc?export=download endpoint, with timeouts and size caps |
| 3. Parse | Gem files are protobuf — name, description and instructions extracted with a small decoder |
| 4. Package | Excel with 32,767-char-safe cell chunking + ZIP with manifest + sha256 checksums |
| 5. Handout | Both files downloadable for 30 minutes, then deleted from the server (5 GB global storage quota) |
Just one: the folder must be shared as Anyone with the link (Viewer). Everything else is handled automatically.