🗂📥 Donwload folders as .zip from mobile app
- Dominant language
- Kotlin
- Stars
- 5.6k
- Forks
- 2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 92
Description
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
### Is your feature request related to a problem? Please describe.
I'd love to be able to download a full folder as a ZIP archive directly from the mobile app (like it’s possible in the web UI).
This would make it much easier to:
- Download multiple files at once.
- Share full folder structures (outside Nextcloud).
- Prepare data for offline use or backup.
Currently, downloading a folder requires selecting all files inside (manually), which is tedious especially on mobile, or syncing the folder, which is not the thing I want. The option to download a folder as ZIP is missing completely.
---
### Describe the solution you'd like
- Add a **"Download as ZIP"** option in the mobile app for folders.
- When tapping it, the app should:
- Trigger the server-side ZIP creation (as in web UI).
- Download the resulting archive.
- Save it in the Downloads or Files section.
---
### Describe alternatives you've considered
- Synchronizing the whole folder – not the right solution, as I want to download the folder, but not sync
- Using the web version of Nextcloud on mobile – possible, but clunky.
---
### Additional context
This feature already exists in the **Nextcloud web interface**, where a folder can be zipped and downloaded.
Having the same option in the mobile app would streamline workflows and bring mobile parity with the desktop/web experience.
Thanks for your great work! 🙌
Contributor guide
Assessment
This issue has not been assessed yet.