Turn any Drive link
into a direct link.
Paste a Google Drive file, folder or Doc. We pull the ID and hand back every usable URL — direct view, forced download, embed, thumbnail, image hotlink — each with a live preview and one‑tap copy.
paste a drive link
live preview
Paste a link on the left to preview it live right here.
Why a “share” link is not a “direct” link
The link Google hands you — drive.google.com/file/d/ID/view — opens a preview page, complete with chrome, a download button and a sign‑in prompt. That is fine for a human, but useless inside an <img> tag, a video player, or a one‑click download button. A direct link skips the page entirely and points straight at the bytes. This tool rewrites the share link into every direct form that exists, so you can grab the one your use case needs.
What each generated link is for
- Direct view renders the file inline — the right source for an
<img>or<video>tag. - Direct download forces the browser to download instead of preview. The
confirm=tparameter is the important part: it bypasses the “this file is too large to scan” warning page that otherwise blocks big files. - Embed / preview is an
<iframe>URL you can drop into a page to show the file with Google's own viewer. - Image hotlink (lh3) is the most reliable source for embedding a Drive image on a website or forum.
- Thumbnail gives you a sized preview image — pick the width to balance sharpness against file size.
The one rule that decides whether any of this works
None of these links can override the file's sharing settings. If a file is private, every direct link resolves only for someone signed into an account that already has access. For a link to work for the public — on your site, in an email, in a forum — the file must be shared with “Anyone with the link”. The live preview on the right is the quickest way to check: if the thumbnail or embed loads for you here, it will load for everyone once the file is public.
Frequently asked
Will these direct links work for everyone?
Only if the file is shared with “Anyone with the link”. The generator rewrites the URL into a direct, downloadable or embeddable form, but it cannot change the file's own sharing permissions. If a file is private, the links resolve only for people signed into an account that has access.
What is the difference between Direct view, Download and Embed?
Direct view (uc?export=view) renders the file inline, which is what you want inside an img or video tag. Direct download (export=download&confirm=t) forces a download, and the confirm=t part skips the large‑file virus‑scan warning page. Embed / preview gives you an iframe URL you can drop straight into a page.
Can I link to a whole Google Drive folder?
Yes. Folders can be opened and embedded as a list or a grid, but a folder cannot be downloaded or thumbnailed as a single file. The tool detects a folder URL automatically and switches to folder‑specific links.