
I want to periodically have the files in a specific bucket downloaded by say triggering a function. I see in docs that there is a listfiles function but how can one go about doing that ? The UI doesn't provide a way to zip and download a bucket as well as far as I am aware. Anyone done something similar with storage ?

You'll need to download the files one by one: https://appwrite.io/docs/server/storage?sdk=nodejs-default#storageGetFileDownload

You had mention in a post a while back that one could write a function to zip files, that not possible ?

Sure, you can download one by one and add each to a zip

Then upload to a bucket to be downloaded

I know you are trying to be helpful but I don't think I follow so a function would loop through the list of files returned by listfiles, download them and add them to a zip, all in memory ? Is that the suggestion ?
Recommended threads
- Network Request Failed
Trying to save a file to the bucket but getting network request failed. Using react-native-image-picker.
- Storage bucket not found with session cl...
Hey folks, I get storage_bucket_not_found when trying to get a file with storage.getFile(). I can confirm that a bucket with the requested ID exists as I'm able...
- :rotating_light: CORS Error After Deploy...
Hi team, I'm facing an issue after deploying my React app to production. Issue: When trying to upload a file to Appwrite storage from the production domain `...
