You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
vlad_m
4 years agoExplorer | Level 4
How to list links for editing
I'm using dropbox business account and API v2.0. I have some files that are shared by links for viewing and some for editing. I want to know what files are shared for editing, but list_shared_link on...
- 4 years ago
[Cross-linking for reference: https://stackoverflow.com/questions/66801474/how-to-get-shared-links-for-editing ]
I sounds like you're referring to the kind of link with "/scl/fi", which can enable editing access, and you're calling list_shared_links to list the 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 by default, and don't behave exactly the same way as standard shared links. Calling 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 would need to specify the "path" parameter 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.
Greg-DB
Dropbox Staff
[Cross-linking for reference: https://stackoverflow.com/questions/66801474/how-to-get-shared-links-for-editing ]
I sounds like you're referring to the kind of link with "/scl/fi", which can enable editing access, and you're calling list_shared_links to list the 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 by default, and don't behave exactly the same way as standard shared links. Calling 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 would need to specify the "path" parameter 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.
vlad_m
4 years agoExplorer | Level 4
Not very convenient, but it works. Thanks a lot!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days 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!