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
OMN
6 years agoExplorer | Level 3
Dropbox API - File Delivery via CDN
Hi,
We are essentially a professional network and collaboration toolset for musicians — a kind of GitHub for music creators. The model we are building (at the beta stage) takes advantage of our cus...
Greg-DB
6 years agoDropbox Staff
While Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations, it doesn't have any native integration with third party CDNs.
If you're interested in building on the Dropbox API, you can find everything you need to get started including documentation, tutorials, and SDKs here:
https://www.dropbox.com/developers
For example, to directly access file data from a connected user's Dropbox account, you would use the /2/files/download endpoint:
https://www.dropbox.com/developers/documentation/http/documentation#files-download
Or, to get a temporary link to a file, e.g., to stream in a client, you would use the /2/files/get_temporary_link endpoint:
https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link
In both cases, the content is served by Dropbox content servers.
By the way, those 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.
- OMN6 years agoExplorer | Level 3
Thx.
About Discuss Dropbox Developer & API
Make connections with other developers
797 PostsLatest Activity: 2 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!