We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
vivek-qualys-ssc
4 years agoExplorer | Level 4
Not able to List shared links having edit access without file id
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.
- Greg-DBDropbox Staff
It sounds like you're referring to the kind of link with "/scl/fi", which can enable editing access, and you're calling /2/sharing/list_shared_links without specifying a "path" value to list all shared links, but aren't seeing the "/scl/fi" links returned.
These "/scl" links aren't standard shared links, so they don't get listed in that case, and don't behave exactly the same way as standard shared links. Calling /2/sharing/list_shared_links without specifying a "path" value won't return this kind of "/scl" link; I'll send this along to the team to ask them to change it to do so, but I can't promise if/when that might be done.
Instead, to retrieve these kinds of links, you do need to specify the "path" parameter (which can contain either the path or file ID), like you mentioned, for the particular item you wish to look up. If you do so, it will return those "/scl" links. You would need to call for each path for which you want to retrieve "/scl" links though.
- vivek-qualys-sscExplorer | Level 4
Thanks Greg-DB for replying and making it clear, Do we need to open an enhancement ticket for listing /scl links with API /2/sharing/list_shared_links without specifying a "path" value? As we want to list them for each user and not for each file.
- Greg-DBDropbox Staff
No, there's no need to open anything else. This forum thread serves as the reference to your request. Thanks!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 4 hours agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!