Sharing, Links & Measurement

Cloud Storage

Definition

Cloud storage is a service that keeps your files remotely and makes them available across your devices — Google Drive, Dropbox, iCloud, OneDrive and their business equivalents. The defining feature is sync: a folder on the laptop is mirrored up to the provider and back down to the phone, with version history and a recycle bin. Sharing sits on top as a permission model, so a share link normally checks who you are, or at least routes you through a viewer page rather than handing over the raw file. That is the real distinction from a host: storage is organised around your account and your folders, while hosting is organised around addresses that anyone can fetch. A transfer service is a third thing again — one file, one recipient, then it expires.

Why It Matters

People reach for a drive link when what they want is a web page, and get a viewer instead. A PDF shared from a drive opens inside the provider's interface, with its own toolbar, a sign-in prompt for anyone not already logged in, and an address that says nothing about who sent it. The raw file link is not stable either: providers rewrite their preview paths, and a link that worked in a slide deck two years ago now lands on an error. If the file has to render in an iframe, sit inside a page, or simply load fast for a stranger, storage is the wrong tool.

How It Works

A sync client watches a local folder, uploads changes as objects, and records the metadata — name, size, checksum, version — in the provider's index. A request for a shared file is authorised against that index before any bytes move, which is why a share can be revoked in a second. Most providers then serve the file through a preview application rather than directly, adding redirects and an HTML wrapper around it; some offer a direct download parameter, but none of them promise to keep it working. Underneath, it is usually object storage, the same technology a static host uses, with a very different access layer bolted on. Bandwidth is metered per account, so heavy public traffic on a drive link often trips a rate limit.

Real-World Example

A consultancy keeps its working documents in a shared drive, which is the right home for drafts. Once a report is signed off, the final PDF goes to 99helpers and lives at meridian-q3-report.99helpers.site, where a client opens it in one tap with no account and no viewer. The drive stays the filing cabinet; the host is the shop window. Neither one exposes the internal folder structure to the client.

Common Mistakes

  • Pasting a drive share link into a website or an email campaign — recipients outside the organisation land on a request-access screen
  • Treating a preview URL as a permanent file address — providers rewrite those paths, and an image pulled from a drive breaks without warning
  • Using sync as a backup — a deletion or a ransomware encryption propagates to every device, which is the opposite of what a backup is for

Related Terms

Put a file online in seconds

Drop in a document, an image, a page or a whole static website and share the link — free, with no build step and no server to set up.

Host a file free →