
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
- implement caching
It it possible to cache response for few minutes? I dont want to create function or implement a whole reverse server just to cache it in somewhere ?
- I am getting a 401 unauthorized response...
I have a Next.js application that stores user PDFs. I'm able to save them normally, but when trying to access the files using getFileView, I get a 401 Unauthori...
- Failed to Fetch : Uploading to Storage
i am trying to upload an .csv file and a .npz file to bucket on Appwrite console. one is 14mb and the other 18mb. I have tried several times with failed to fetc...
