knightlypeacockOriginal post
Web Developer
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.
Summary
The user was having trouble getting all the files from a bucket using the appwrite storage list-files command, as it only returned 25 files. Instructions were provided to pass in a limit query using the --query parameter for a higher limit and an example command was given. The user confirmed that it worked.