A triangular cloud-storage glyph beside a long winding line that compresses into a short, compact link tag.

How to Shorten a Google Drive Link

A Drive share link is around 90 characters of random file ID. Paste it into zip1.io and get a short, branded URL you can read aloud, print, or text. Works for files, folders, Docs, Sheets and Slides.

No signup Branded slug Click analytics Free forever

The short version

  1. In Google Drive, right-click the file or folder and choose Share.
  2. Set access to Anyone with the link if the recipients are outside your organisation, then click Copy link.
  3. Paste the link into the box on zip1.io.
  4. Optional: open Advanced Options and type a custom alias, such as team-handbook.
  5. Click Shorten. You now have http://zip1.io/team-handbook instead of 90 characters of file ID.

That is the whole job. No account, no extension, no monthly link cap.

Why the raw Drive link is awkward

A Drive share link looks like this:

https://drive.google.com/file/d/1NssvbGn1TZGOkrN2u8Bdz162CAqS2e5a/view?usp=drive_link

The long string in the middle is the file ID. It is meaningless to a human, it wraps across two lines in WhatsApp and Slack, and it cannot be read out over a phone call or printed on a handout. Worse, some email clients and chat apps break the link at the wrap point, so recipients click a truncated URL and land on a Drive error page.

Google does not offer a shortener of its own. Drive's Copy link button has only ever handed you the full URL. Google's separate goo.gl service stopped accepting new links in 2019, and from August 2025 it began returning 404 for goo.gl links that had gone inactive. A third-party shortener is the only route today.

Get the right link first

Most "my shortened Drive link doesn't work" reports are really permission problems, not shortening problems. Check this before you shorten:

  • Restricted vs Anyone with the link. Drive defaults new share links to Restricted, meaning only named accounts can open them. Shortening does not change that. If you are sending the link outside your organisation, switch it to Anyone with the link first.
  • Viewer, Commenter or Editor. Pick the role in the same dialog. The short link inherits whatever you chose — it cannot grant more access than the Drive link behind it.
  • The ?usp=drive_link tail is harmless. It is just Google's own tracking parameter. zip1.io preserves the full query string on redirect, so you can leave it or strip it.

A short link is a nicer wrapper around a Drive URL. Google still decides who gets in.

It works for every Drive link type

zip1.io does not inspect or rewrite the destination — it redirects to whatever URL you saved. So every flavour of Google link shortens the same way:

What you are sharing Link looks like
A file (PDF, image, video) drive.google.com/file/d/<id>/view
A folder drive.google.com/drive/folders/<id>
A Google Doc docs.google.com/document/d/<id>/edit
A Google Sheet docs.google.com/spreadsheets/d/<id>/edit
Google Slides docs.google.com/presentation/d/<id>/edit
A Google Site sites.google.com/view/<name>
A Google Form docs.google.com/forms/d/e/<id>/viewform — see the dedicated guide

Paste any of them, get a short branded link with analytics.

Three things worth adding while you are there

Shortening is the reason people arrive. These three options are the reason they come back — and Drive offers none of them.

1. A password on the link

Drive has no native password field. Its access model is binary: named accounts, or anyone with the link. zip1.io can put a password gate in front of the redirect, so a leaked link is not automatically an open door. Full detail and the alternatives in password protect a Google Drive link.

2. A click limit

Set max-clicks and the short link stops working after that many opens. Useful for a document meant for one recruiter, one client, or one cohort. Set it to 1 and you have a single-use link. The file stays in Drive; only the doorway closes.

3. Actual open analytics

Google Drive shows view counts only to Workspace accounts, and never for viewers outside your organisation. Share the short link instead and every open is counted — total and unique, by country, referrer, browser and OS. Live at http://zip1.io/stats/<slug>, exportable as CSV, JSON, XLSX or XML.

Shorten Drive links in bulk, from the command line

If you are producing links for a course, a catalogue, or a document library, use the API. No key, no account, 10 requests per minute per IP:

curl -X POST http://zip1.io/api/create \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://drive.google.com/file/d/1NssvbGn1TZGOkrN2u8Bdz162CAqS2e5a/view",
    "alias": "team-handbook"
  }'

# Response:
# {"short_url": "http://zip1.io/team-handbook", ...}

Full reference on the API page. There is also an MCP endpoint if you want an AI assistant to mint the links for you.

zip1.io vs the raw Drive link vs bit.ly

Capability zip1.io Raw Drive link bit.ly free
Short enough to read aloud Yes No — ~90 characters Yes
Branded custom slug Yes — free No Account required
Open analytics for external viewers Yes — full No Limited on free tier
Password on the link Yes No native option Paid tier
Expire after N clicks Yes No No
Monthly link cap on free tier Unlimited N/A — not a shortener 5 / month

Comparison reflects publicly documented free-tier features at time of writing. If all you need is a shorter link, any shortener will do; zip1.io is the right pick when you also want a branded slug, open analytics, a password, or a click limit.

FAQ

  • How do I shorten a Google Drive link?

    Click Share → Copy link in Drive, paste the URL into zip1.io, set a custom alias if you want one, and click Shorten. No account, no extension.

  • Does Google have its own Drive link shortener?

    No — Drive's Copy link button only ever gives you the full URL. Google's separate goo.gl service stopped taking new links in 2019 and began 404-ing inactive ones in August 2025.

  • Does shortening break the sharing permissions?

    No. It is a 302 redirect to the exact Drive URL, so Google still decides who may open the file. A Restricted link stays restricted — switch it to Anyone with the link in Drive first.

  • Can I shorten a Drive folder, Doc, Sheet or Slides link?

    Yes. zip1.io does not inspect the destination, so folder, Docs, Sheets, Slides and Sites URLs all shorten identically.

  • Can I see how many people opened the file?

    Yes, if you share the short link. Drive reports view counts only to Workspace accounts and never for external viewers. Every click on a zip1.io link is counted at /stats/<slug>.

  • Can I put a password on it?

    Yes. Drive has no native password option; zip1.io can gate the redirect behind one, and can also expire the link after a set number of clicks.

Shorten your first Drive link

Paste, click, done. No account. Branded slug and open analytics included.