How to force a shared link to download or render
You can make simple edits to Dropbox links to share files the way you want. You can also append the link URL to force the content to download or render in your browser.
How to force a Dropbox link to download
To force a browser to download the contents of a link rather than display them, you can use "dl=1" as a query parameter in your URL. For example:
https://www.dropbox.com/s/a1b2c3d4ef5gh6/example.docx?dl=1
or
https://www.dropbox.com/scl/fi/<token.a>/file.jpg?rlkey=<token.b>&dl=1
How to force render a file in a browser
Some browsers aren't configured to correctly preview files. While certain file types can be downloaded instead of opened, others—like HTML—are not supported.
To bypass the preview page and allow your browser to directly render your files, use "raw=1" as a query parameter in your URL, which should be available to anyone with no restrictions. Changing "dl=1" or "dl=0" to "raw=1" in a URL will cause an HTTP redirect. If you're an app developer using such a URL in your code, make sure your app can follow redirects.
Still having trouble?
If you’re still having trouble and can’t force a shared link to download or render, contact the Dropbox support team.
Community answers
-
Posted by: Bobby19 73 days ago
374
3
0
-
Posted by: dezign2the9z 87 days ago
150
6
0
-
Posted by: kS 87 days ago
249
9
1