Dear Bubblers
I’m quite proud on this one: Zip from Folder Plugin | Bubble
Created it for my application and am happy to share with the community.
FINALLY, A PLUGIN THAT CREATES ZIPs FROM YOUR FOLDER STRUCTURE & PRESERVES FOLDER STRUCTURE
works also with private files
This plugin creates zip files based on either a folder input or an input of a list of things that contain files.
The plugin works in two phases: first, it generates a structured representation of your data on the server, then it creates and downloads the zip archive on the client side.
Further there is the zipDownloader Element which exposes states about zip creation status so that you can update the UI accordingly.
Key features:
- Create zip archives from entire folder hierarchies or specific file collections
- Preserve folder structure and nesting in the downloaded zip
- Automatically handle file URLs and convert them to downloadable links (also for private files)
- Respect your app’s privacy rules so users can only access authorized content
- Ability to NOT DOWNLOAD files & folders that were soft-deleted
- Track download progress with customizable UI notifications
Let me know in this post or with DM if any issues arise.