From the docs it appears that storage.list_files(bucket_id) should get all of the files in a bucket when run. However, it only seems to return 25 of them. Looking at older versions of the docs it looks like there used to be a param to adjust this.
How should I get the complete file list?
Python backend API only lists first 25 files
Thanks! I hadn't noticed that the pagination options had been moved to the query param
If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title
[SOLVED] Python backend API only lists first 25 files
Recommended threads
- Appwrite 1.9 Local Console Login Issue A...
I've installed Appwrite 1.9 locally through the web wizard. When I try to log in to the console, I get the following. Any suggestion?
- > [Bug] Infinite loading on Auth /securi...
Hello everyone! 👋 I need some help with an issue I'm facing after a recent upgrade. **Context:** I just upgraded my Appwrite instance from version **1.8.1**...
- Relationship data Not showing on update ...
Version : 1.9.0 OS/System : Windows10/Docker Database : MongoDB Clean Zero Installation The first thing I did in the testing process was create a category and...