Hi, I am using below API to list down all files having shared links. I am making API call for each dropbox team member passing team member id in header (Dropbox-API-Select-User).
https://api.dropboxapi.com/2/sharing/list_shared_links
I am able to list all files which having read access level. But when I create a file from dropbox itself it automatically creates sharing anyonewith link with edit permission and this link is missing from API response. Even I deleted this link and created again still not bale to list this link with above API.
NOTE: When I pass file Id in API request body then able to get the edit link. But my motive is to list down all the links(read and edit) at once for that team member without passing the file Id.
Please help if someone has any idea around this.