Search code examples
dropbox-api

Dropbox API: How to use API to get file's shared link?


I have a folder which contains 100+ files. I want to share them all and get all the shared links. Are there any ways to do this?


Solution

  • You can use the /shares endpoint to get shareable links to any file or folder.