Every extra step between "here's the link" and "file received" loses you a percentage of clients. The two biggest offenders are email attachment limits and account sign-up walls — both are avoidable with a link that just asks for the file.
Why "just email it" breaks down
Gmail caps attachments at 25 MB — a single short video, a batch of high-resolution photos, or a design file with embedded assets clears that easily. When a client hits the limit, the two most common outcomes are both bad: they re-compress the file themselves, which is exactly the quality loss you didn't want, or they give up and send it through whatever app is already open on their phone, at whatever resolution that app defaults to.
Why sign-up walls lose clients too
Most client-facing file requests aren't blocked by bandwidth — they're blocked by friction. Asking a non-technical client to create an account, verify an email, and learn a new interface before they can send you one file is a real dropout point, not a minor inconvenience. The client who was going to send you footage today sends it three days late instead, after a reminder, through whatever app required the least effort.
What a good client-upload flow looks like
- One link, sent by email or chat — no separate invitation flow.
- No account, no password reset email, nothing to install.
- A single page: drag files in, or pick them from the device. Nothing else to figure out.
- Files land somewhere you already control, at original quality — no recompression, no manual download-then-reupload step.
Comparing the realistic options
| Shared Drive folder | Dropbox/Box file request | Dedicated upload link | ||
|---|---|---|---|---|
| Attachment size limit | ~25 MB | None | Plan-dependent | Set by you, or none |
| Client needs an account | No | No | No | No |
| Files private per client | N/A | No — shared folder | Yes | Yes |
| Lands directly in your Drive | No | Yes | No | Yes |
| Expiry / auto-cleanup | N/A | No | Sometimes | Optional |
Setting up a client-safe intake flow
- Create one link per client or per project — never reuse the same folder across unrelated clients.
- Set a file size limit that comfortably covers what you expect (raw video and RAW photos need more headroom than most defaults assume).
- Add a name and notes field if you need to know who sent what without opening every file — this matters more than it sounds once you're juggling more than two clients at once.
- Set an expiry date matched to the project timeline, so the link stops accepting files once the job is done instead of quietly staying open.
- Test the link yourself from a phone, since a meaningful share of clients will open it there first.
Handling recurring or multiple clients
The pattern that scales is a link per client with a subfolder created automatically for each submission, rather than one shared inbox for everyone. That keeps a repeat client's second and third deliveries organized without you manually creating folders each time, and it means a mistake by one client — wrong file, duplicate upload — never touches another client's files.
Before you send the link
- Confirm the file size limit covers your largest expected file type, not just the average.
- Decide whether you need the sender's name and email captured automatically, or whether the filename is enough context.
- Set an expiry date rather than leaving the link open indefinitely.
- Send a one-line instruction along with the link — most clients have never used a tool like this and a sentence of context prevents a confused reply.
Frequently asked questions
What's the best way to collect large video files from clients?
A dedicated upload link with a size limit set well above your expected file size, using resumable chunked uploads so a dropped connection on the client's end doesn't restart the whole transfer.
Should I use one shared folder for all my clients?
No — a shared folder lets every client with the link see and modify every other client's files. Use a separate link (and folder) per client or per project instead.
Do I need to ask clients to create an account?
No. Only the link owner needs to sign in. A properly built upload link lets senders submit files with no account of their own.
