What’s Happening
You can’t force a copy of a Google Doc into someone else’s Drive directly. Instead, Google gives you a workaround: a special link that opens the file in “copy mode.” If that link gets messed up—by a typo, a firewall, or a browser extension—your recipient might see an error page or the file itself instead of the prompt to make a copy.
You need a /copy link, not an /edit link.
How do I create a working copy link?
You’ll need to tweak the sharing URL so it ends in /copy instead of /edit. That tiny change tells Google to show the “Make a copy” screen when the link opens. If you skip this step, your recipient will just see the file, not the option to duplicate it.
Replace /edit?usp=sharing with /copy in the URL.
Step-by-step: How do I make the link?
Here’s how to build the link yourself—no coding required. Open the file in Chrome or Edge (those browsers handle Google Drive links most reliably as of 2026). Click the Share button, set the link access to “Anyone with the link can view,” grab the URL, and swap the ending.
Open the file in Google Drive.
Click the Share button (top-right).
In the Share with others panel, click Change… next to Anyone with the link.
Set access to Viewer and click Done.
Click Copy link (top-right of the panel).
Paste the link into a plain text editor—Notepad, VS Code, even a sticky note. That keeps the URL intact.
What you’ll see Swap it for /edit?usp=sharing/copy/view?usp=sharing/copy/edit/copyCopy the new
https://docs.google.com/…/copylink and send it. When your recipient opens it, they’ll land on the “Make a copy” screen.
Send the /copy link, not the original sharing link.
What should the recipient see?
After they click your link, the page should show the file title and a bright blue “Make a copy” button. When they click it, the duplicate lands in their Drive under “Shared with me.” If they see the file instead, double-check the link—you probably missed the /copy swap.
They’ll see a blue “Make a copy” button.
What if the link doesn’t work?
Start with the basics: clear your browser cache (Ctrl+Shift+Del → “Cached images and files”) or try an incognito window. Browser extensions—especially ad blockers—can strip parts of the URL, so disable them for Drive domains. If you’re on a corporate network, ask IT to whitelist *.google.com; some proxies rewrite URLs and break the /copy command.
Clear cache, try incognito, or check your firewall.
Can I override “Restrict editing”?
Yes. If the owner turned on “Restrict editing,” you can force the copy screen by adding ©=1 to the end of the URL. For example, change /edit?usp=sharing to /edit?usp=sharing©=1. This trick only works for the copy screen—it doesn’t override other protections.
Append ©=1 to bypass editing restrictions.
What about protected corporate files?
Corporate Google Workspace admins can lock down sharing settings. If your link still fails, the file might be restricted to internal users only. In that case, ask the owner to adjust the sharing policy or to create the copy link themselves inside the company domain.
Some files can’t be copied from outside the domain.
Why does my link open the file instead of the copy screen?
Most likely, the link still ends in /edit or /view. Double-check the URL—every sharing link defaults to one of those endings. If you see anything other than /copy, the recipient will just see the file, not the option to duplicate it. (It’s annoying, but that’s how Google built it.)
Your link must end in /copy.
Can I use a template instead?
Absolutely. If you create files often, publish them to the Google Workspace Template Gallery. Recipients get a clean “Use template” button instead of a link to edit. It’s faster for everyone and keeps formatting intact—no more broken formulas or wonky fonts.
Publish to the Template Gallery for a cleaner workflow.
What’s the fastest way to share editable copies?
Bookmark a template folder in Drive. Every file you drop there already has the sharing link set to “Anyone with the link can view.” Grab the URL once, swap /edit for /copy, and you’re done. No more digging through settings each time.
Keep a template folder with pre-made copy links.
Should I avoid downloading as PDF/DOCX?
Honestly, that’s the lazy way out. Downloaded files lose formulas, scripts, and formatting. If your recipient needs an editable copy, the template gallery or a proper /copy link keeps everything intact. (And no one likes reformatting a spreadsheet at 2 a.m.)
Avoid PDF/DOCX downloads for editable copies.
What if I’m the recipient and nothing happens?
First, make sure you’re signed in to a Google account. Anonymous viewers can’t make copies. If you’re signed in and still see nothing, try opening the link in a different browser or device. Sometimes corporate networks block the copy screen entirely—switching to a hotspot often fixes it.
Sign in to Google and try another browser or network.
Can I automate this process?
Not directly through Google’s UI, but you can script it with Apps Script. A simple function can grab the sharing link, swap /edit for /copy, and email the result. It’s overkill for most users, but power users love the consistency.
Apps Script can automate copy-link creation.
Is there a mobile workaround?
On mobile, the process is trickier. Open the file in the Google Drive app, tap the three-dot menu, then Share. Set access to “Anyone with the link can view,” copy the URL, and paste it into a notes app to edit. Swap /edit for /copy, then open the link in Chrome or Safari to see the copy prompt. (Yes, it’s a pain.)
Mobile requires extra steps—use a desktop when possible.
