I'm using 2/files/list_folder and 2/files/list_folder/continue.
However, there are a couple hundred thousand files here which makes it nearly impossible to get a simple folder structure. Having to parse a huge JSON response looking for .tag="folder", especially over multiple cursors, is untenable.
Is there a way to add a filter to this request to retrieve only ".tag": "folder" entries?
Thanks,
Chris