
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
- 500 Server Error after migration
I am trying to migrate my current appwrite instance to a new VPS. I have followed the official [guide](https://appwrite.io/blog/post/how-to-back-up-your-appwrit...
- sdk-for-apple v.10.2.0 produces errors
I am trying to get the Apple SDK v10.2.0 to work on my tvOS project. I previously used v6.0.0 but decided to update. When I update the dependencies, the build f...
- magic link auth does not create email ta...
i'm signing up / in users via magic auth link (which works nicely), the user is created in the auth in appwrite without flaws but no email target is created. i ...
