I am trying to run appwrite storage list-files cmd and it only returns 25 of my bucket storage files
- 0
- 2
- Web
- Storage
Hello! I am trying to use a command to return all of my files from my bucket. This is the cmd I am currently running: "appwrite storage list-files --bucket-id <BUCKET_ID> --json > appwrite_files.json" It only returns 25 of my storage files. I need it to return everything I have in there.
If I can just get an export from an admin that would help me tremendously!
you can pass in a limit query using the --query param
<@743532656767270934> Could you give me an example? Would it be: appwrite storage list-files —bucket-id <BUCKET_ID> —query —limit 15000 —json > appwrite_files.json
I got this to work
Recommended threads
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...