cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

List share links of all folders

List share links of all folders

Lukenash707
New member | Level 2

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.

1 Reply 1

Greg-DB
Dropbox 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:

https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_...

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. 

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?