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
Lukenash707
6 years agoNew member | Level 2
List share links of all folders
I am trying to create links and then list all of the links for all subfolders inside a folder. I’m very new to API so I would need very basic instructions if this is possible.
Greg-DB
6 years agoDropbox Staff
If you're new to the Dropbox API, I recommend reading the Getting Started guide:
https://www.dropbox.com/developers/reference/getting-started
To create a shared link for any particular file or folder, you would use the /2/sharing/create_shared_link_with_settings endpoint:
To list the shared links for any particular folders, you should call /2/sharing/list_shared_links for each folder:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links
By the way, those last two links are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:
https://www.dropbox.com/developers/documentation
Those have corresponding native methods for the HTTPS endpoints.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,917 PostsLatest Activity: 14 minutes ago
If 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!