Why this works well
- Zero bandwidth on your end — we fetch and push over our network, not yours
- See the file size before you commit, so you know what's about to land in your Dropbox
- Optionally convert images on the way (HEIC → JPG, PNG → WebP) — one pipeline, no second site
How to do it
- Connect Dropbox once (OAuth — we never see your password).
- Paste the public file URL into a new remote upload.
- Pick Dropbox as the destination.
- Start the job — watch live progress in your feed and get notified when it lands.
FAQ
Do I need to download the file to my computer first?
No — that's the entire point. Paste the link and our servers fetch it directly into your Dropbox; your device is never in the data path.
What if the link needs a login or password?
You can attach Basic Auth or custom headers to the request if the source needs them. Plain public links need nothing extra.
Can I convert the file while saving it?
Yes for images — pick an output format (WebP, JPG, PNG, AVIF) and it converts in-flight before landing in Dropbox.