Dropbox Direct Link Converter
Enter your Dropbox sharing URL:
Select link type:
History
What Is a Dropbox Direct Link?
When you share a file from Dropbox, the default sharing link opens a Dropbox preview page — users must click an extra download button to get the file. A Dropbox direct link removes that extra step. By changing a single parameter in the URL, you can make the link trigger an immediate download, display a raw file, show a preview, or embed the file inside an iframe on your website.
Direct Dropbox links are widely used by developers, content creators, bloggers, and businesses who need to share files cleanly — without sending visitors through Dropbox's interface.
How Dropbox Link Parameters Work
dl=1
Forces a direct file download. Browser will download the file immediately.
raw=1
Returns the raw file content. Ideal for images used as hotlinks or media sources.
dl=0
Opens the Dropbox preview page. Default behavior of all share links.
Our tool automatically adds or replaces these parameters based on the link type you select — no manual editing needed.
How to Use the Dropbox Direct Link Converter
- Open your Dropbox file and click the Share button.
- Click Copy link to copy the sharing URL.
- Paste the URL into the input field of this tool above.
- Select your preferred link type — Direct Download, Raw/Hotlink, Preview, or Embed.
- Click Convert Link, then click Copy Link.
Link Types Explained
| Link Type | Parameter | What It Does | Best Used For |
|---|---|---|---|
| Direct Download | dl=1 |
Instantly downloads the file when the link is opened | Sharing files on websites, blogs, emails |
| Raw / Hotlink | raw=1 |
Returns the raw file content directly | Using images directly as src in img tags |
| Preview Link | dl=0 |
Opens the Dropbox preview page | Sharing for viewing without downloading |
| Embed Link | raw=1 |
Displays the file inside an iframe on your page | Embedding PDFs or images on websites |
How to Use a Dropbox Image as a Hotlink
A raw link (with raw=1) lets you use a Dropbox-hosted image directly on any website. Once you have generated the raw link, use it as the src in an HTML image tag:
<img src="YOUR_RAW_LINK_HERE" alt="Your image description" />
How to Embed a Dropbox File on Your Website
Generate the Embed Link using this tool, then place it inside an <iframe> tag on your webpage:
<iframe
src="YOUR_EMBED_LINK_HERE"
width="100%"
height="500"
frameborder="0">
</iframe>
Supported Dropbox Link Formats
- dropbox.com/s/ — Standard individual file sharing links
- dropbox.com/sh/ — Folder sharing links
- dropbox.com/scl/ — Newer Dropbox link format (2022+)
Why Convert Dropbox Links?
- Instant downloads: Users get the file immediately without navigating Dropbox's preview page.
- Use images as hotlinks: Display Dropbox-hosted images directly on any website or app using the raw link.
- Embed files on websites: Show PDFs and files inside iframes without redirecting visitors to Dropbox.
- Works everywhere: Converted links work in emails, Notion, Discord, WhatsApp, and any website.
- No tools or extensions needed: Just paste and convert — works entirely in your browser.