You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2025. It is now read-only.
I would like for the /api endpoint to have a way to list the currently logged in users' files. Since users can have many files, maybe have a limit to the number of files returned, and a ?next= or ?offset= parameter for retrieving more files afterwards?
Description
Hi,
I would like for the /api endpoint to have a way to list the currently logged in users' files. Since users can have many files, maybe have a limit to the number of files returned, and a
?next=or?offset=parameter for retrieving more files afterwards?