Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hi,
I am uploading bulk files using Dropbox .NET API.
I want that after uploading the file how to get a complete path or URL like - "https://www.dropbox.com/work/Apps/*****/testinng234/1.mp3". So that I can able to use this link directly.
Please suggest me the best way and share some code.
[Cross-linking for reference: https://stackoverflow.com/questions/54762214/how-to-get-complete-path-or-url-of-a-file-in-dropbox ]
When you upload a file using the Dropbox .NET SDK, e.g., via the UploadAsync method, you'll get a FileMetadata object back for the uploaded file.
You can get the PathDisplay or PathLower property from that object to see the path of the uploaded file. That will be relative to your app's root though, e.g., to the app folder for your app, if your app uses the app folder permission.
The Dropbox API doesn't offer a way to get the full Dropbox web site URL/path for a file programmatically, but I'll pass this along as a feature request.
I also need to get my uploaded file's URL. Is there any update about this feature request?
@gorkemhacioglu No, unfortunately I don't have news on this request.
Hi there!
If you need more help you can view your support options (expected response time for a 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!