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
File Transfer Service
A file transfer service takes one large file, gives you a temporary link to it, and deletes it after a set period. It moves a file to a person; it does not publish it.
Large File Transfer
Large file transfer is the business of getting a file too big for email from one person to another. In practice it means uploading it once and sending an address.
Link Sharing
Link sharing means sending someone a web address that points at your file, rather than sending a copy of the file itself. One address, one source of truth, any number of recipients.
File Hosting
File hosting is the service of keeping a file on a machine that is always online and giving it a web address, so anyone with that address can view or download it. The host owns the disk, the bandwidth and the certificate; you supply the file.
Object Storage
Object storage keeps each file as a self-contained object — its bytes, its metadata and a key that names it — inside a flat container reached over HTTP. There is no directory tree and no file handle to open, seek and write.
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 →