Hi,
I've been looking at the below endpoint, forgive me if this is a silly question. Should this return all folders I can access in the dropbox ui?
https://api.dropboxapi.com/2/sharing/list_folders
I'm making a request to a users Dropbox using this header Dropbox-API-Select-User with the user id. This works with out any problems when I'm listing users files and folders.
When I do the following with sharing/list_folders it does not appear to bring all the folders. For example say I'm doing Dropbox-API-Select-User say on User 1.
User 2 has created a folder called "FOLDER" and shared this folder with User 1 and another, User 3.
"FOLDER" has a sub folder called "SUB FOLDER" which was created by User 3.
I can view these folders and upload to "SUB FOLDER" I've not set any limits for the request and there are only a few folders and files.
Am I missing something?