Cybersecurity

HIPAA-Compliant File Sharing and Document Storage

What actually makes file sharing and document storage HIPAA-compliant — BAAs, encryption, access control, retention, and the mistakes that void all of them.

Douglyn 9 min read
A medical records room transitioning into glowing encrypted cloud storage, paper charts dissolving into secure data streams

Most practices asking about HIPAA-compliant file sharing are asking about a product. That is the wrong unit of analysis.

No storage product is HIPAA compliant on its own, and none can be. Compliance is a property of how you contract for, configure, and use a system — which means the same tenant can be compliant in one practice and a violation waiting to be discovered in the practice next door.

Here is what actually determines which one you are.

Key takeaways

  • No product is “HIPAA compliant” by itself. Vendors offer HIPAA-capable services; compliance is contract plus configuration plus behaviour.
  • A BAA is necessary and nowhere near sufficient. Most failures we find happen in tenants that have a perfectly valid BAA.
  • Under the 2026 HIPAA Security Rule, encryption is mandatory, not addressable. So is MFA.
  • Anonymous sharing links are the single most common failure. Disable them at tenant level rather than training against them.
  • Retention has two separate clocks — Florida medical record retention and the HIPAA six-year documentation requirement — and they are frequently confused.

What makes file sharing HIPAA compliant

1. A Business Associate Agreement

Any vendor storing, processing, or transmitting PHI on your behalf is a business associate and needs a signed BAA. Microsoft and Google both offer them for their business tiers. Consumer accounts are never covered — a personal Gmail or a free Dropbox is outside the framework entirely, regardless of how careful the user is.

The subtlety people miss: BAA coverage is service-by-service, not account-wide. A covered Workspace or Microsoft 365 tenant can still include services that fall outside the BAA. Using one of those with PHI puts you outside compliance while every other part of the tenant looks fine.

2. Encryption at rest and in transit

The 2026 HIPAA Security Rule moved encryption from “addressable” to required, which removed the documented-justification escape hatch practices had been relying on. Both major platforms encrypt at rest by default and enforce TLS in transit, so this element is usually satisfied — provided nothing is being exported to unencrypted local storage, which is where it commonly breaks.

3. Access controls with unique user identification

Every person needs their own account. Shared logins — the front desk password everyone knows — defeat the entire audit model, because an access record that says “frontdesk” tells you nothing about who actually opened a chart.

Access should also be scoped to role. Minimum necessary is a HIPAA principle, not a nice-to-have, and “everyone can see everything” is difficult to defend when someone asks why a billing clerk could reach clinical notes.

4. Audit logging with real retention

After any incident, the question is always the same: what was actually accessed?

A practice that can answer precisely is in a completely different position from one that can only say it does not know. Undeterminable scope tends to force notification of everyone potentially affected — which is far more expensive, and far more damaging, than notifying the people genuinely involved.

Logging has to be enabled, retained long enough to be useful, and reviewed occasionally. Default retention on some tiers is shorter than the window in which breaches are typically discovered.

Not sure whether your current setup would survive that question? Our healthcare IT team runs configuration reviews against the 2026 Security Rule and produces a written findings document — yours whether or not you engage us.

Is Google Drive HIPAA compliant?

It can be. It is not by default.

RequirementGoogle Workspace / Drive
BAA availableYes, covering core services
Consumer accounts coveredNo
Encryption at rest and in transitYes, by default
Anonymous link sharingOn by default — disable it
Audit loggingAvailable; check retention on your tier
MFAAvailable; must be enforced

Google’s BAA coverage is service-by-service, which is the detail that catches people out: some Google services sit outside the agreement entirely, and using one of those with PHI puts you outside compliance no matter how carefully the rest of the tenant is configured. Consumer Gmail and personal Drive accounts are never covered.

The pattern is the same as every other platform here — the vendor gives you the capability, the default configuration is tuned for convenience rather than compliance, and the gap between those two is where practices get hurt.

Using Microsoft instead? That question has its own answer, with the tenant settings, the licensing detail and the personal-account trap covered properly: Is OneDrive HIPAA compliant?

What about SharePoint, Teams, Dropbox, Box and ShareFile?

  • SharePoint and Teams sit on the same Microsoft 365 BAA and share its external-sharing settings, so they have to be configured together — locking down one while leaving another open is not locking anything down. The Microsoft-specific walkthrough covers all three.
  • Dropbox offers a BAA on business tiers. Dropbox Basic and personal accounts do not qualify.
  • Box offers a BAA and has long marketed to healthcare; still requires the same access-control and logging discipline.
  • ShareFile was built with regulated file exchange in mind and offers a BAA, which is why it appears in medical practices often. It is a reasonable choice, but it is not automatically compliant either.

The pattern never changes: BAA, configuration, behaviour. A vendor claiming to be “HIPAA compliant” is telling you they will sign a BAA and that their platform can be configured properly. The configuring is yours.

HIPAA-compliant paper file storage

Not everything is digital, and the Privacy and Security Rules cover physical records too. The requirements are less discussed but not lighter:

  • Physical access controls — locked rooms or cabinets with a documented list of who holds keys or codes.
  • A visitor and access log for record storage areas.
  • Secure destruction — cross-cut shredding or a bonded destruction vendor, with certificates of destruction retained.
  • A BAA with your storage or shredding vendor, because an off-site records company handling PHI is a business associate like any other.
  • Transport controls when boxes move between locations.

The most common finding in practices with paper records: a storage room everyone has a key to, and no log of who has been in it.

The failure we find most often

Anonymous sharing links.

Someone needs to get records to an outside party quickly. They use “anyone with the link” because it works immediately and involves no back-and-forth about accounts. The recipient gets the file, the problem is solved, everyone moves on.

The link, however, does not expire. It requires no authentication. It can be forwarded to anyone. It will not appear in a permissions review of the folder, because it is not a permission granted to a person. Months later, nobody remembers it exists.

Fix it technically, not through training. Disable anonymous link creation at the tenant level so the option is not offered. Then provide the alternative that works — a secure share to an authenticated recipient — so nobody has to improvise under pressure. Controls that depend on busy people remembering a rule fail on the day they are most needed.

Sending records: portal, not attachment

Encrypted email addresses transmission, but attachments have a structural problem: you cannot take them back. A misdirected message is gone, and misdirected email remains one of the most common causes of reportable healthcare breaches.

The defensible pattern is a link to access-controlled storage or a secure portal. The recipient authenticates, the access is logged, and permission can be revoked if the wrong person receives it. It is marginally less convenient and dramatically more defensible.

Retention: two clocks, frequently confused

  • Medical records. Florida requires licensed physicians to retain records for at least five years from last patient contact, with longer periods for minors and different rules for hospitals and other facility types. Verify against current statute and your specific licensure.
  • HIPAA documentation. A separate six-year requirement covering policies, procedures, risk analyses, and BAAs — not the records themselves.

These get conflated constantly, and the failure mode runs both directions: practices deleting records too early, and practices keeping everything forever, which quietly expands the blast radius of any future breach.

Your storage configuration should implement both clocks deliberately rather than by accident.

A short self-check

Answer these about your current setup:

  1. Do you have a signed BAA with every vendor that touches PHI, including the ones nobody thinks of as vendors?
  2. Is anonymous link sharing disabled at tenant level, not merely discouraged?
  3. Does every person have a unique account, with no shared logins anywhere?
  4. Is MFA enforced on every account that can reach PHI?
  5. If you were breached tomorrow, could you determine exactly which records were accessed?
  6. Do you know your audit log retention period without looking it up?

A “no” or an “I’d have to check” on any of these is worth resolving before someone else asks the question in a less comfortable setting.

Where to start

Most practices we assess have the right products and the wrong configuration. That is genuinely good news: the expensive part — licensing a platform that supports compliance — is usually already done, and what remains is settings, documentation, and a few habits.

We run configuration reviews for Florida practices against the 2026 Security Rule, covering storage, sharing, email, access control, and logging. You get a written findings document with each gap and what it takes to close it.

If you cannot answer question five, start there. Book a HIPAA configuration review →

Related reading: HIPAA encryption requirements in 2026 · HIPAA BAA requirements and vendor verification · the complete healthcare IT compliance guide

Frequently Asked Questions

Is Google Drive HIPAA compliant?

Same answer, same three conditions. Google offers a BAA covering Google Workspace core services, but coverage is service-by-service — some Google services fall outside the BAA entirely, and using one of those with PHI puts you outside compliance regardless of how the rest of the tenant is configured. Consumer Gmail and personal Drive accounts are never covered. The most common real-world failure is a practice with a properly covered Workspace tenant where a staff member uses a personal account for convenience.

What makes document storage HIPAA compliant?

Four elements, and all four are required. A Business Associate Agreement with the vendor storing the data. Encryption at rest and in transit — under the 2026 HIPAA Security Rule these are mandatory rather than addressable. Access controls limiting who can reach what, with unique user identification so actions are attributable to individuals. And audit logging with retention sufficient to reconstruct who accessed what, because after an incident the question is always what was actually reached. Note that none of these are a product feature you buy; they are a configuration you maintain.

Can we email patient records if we encrypt the email?

Encryption addresses transmission but not the rest of the obligation. Standard TLS between mail servers is opportunistic — it protects the hop but does not guarantee the recipient mailbox is secure, and it gives you no revocation if the message goes to the wrong address. For sending records the defensible pattern is a secure portal or a link to access-controlled storage rather than an attachment: the recipient authenticates, access is logged, and permission can be withdrawn. Attachments cannot be recalled, and misdirected email is one of the most common reportable breach causes in healthcare.

How long do we have to keep medical records in Florida?

Florida requires licensed physicians to retain medical records for at least five years from the last patient contact, with longer periods applying to minors and to specific record types, and separate obligations for hospitals and other facility types. HIPAA itself does not set a medical record retention period — it sets a six-year retention requirement for HIPAA documentation such as policies, risk analyses, and BAAs, which is a distinct obligation people routinely conflate. Your storage configuration has to satisfy both, and retention rules must be verified against current Florida statute and your specific licensure rather than a blog post.

Is Dropbox, Box or ShareFile HIPAA compliant?

All three offer Business Associate Agreements on their business tiers, and none of them are compliant out of the box. ShareFile was designed around regulated file exchange and turns up in medical practices frequently for that reason. Box has marketed to healthcare for years. Dropbox offers a BAA on business plans but not on Basic or personal accounts. In every case the vendor is telling you two things: they will sign a BAA, and their platform can be configured to meet the requirements. The configuration, the access reviews, and the staff behaviour remain yours. A practice with a signed ShareFile BAA and anonymous links enabled is not compliant.

What is the most common HIPAA file sharing mistake?

Anonymous sharing links. Someone shares a folder using a link that requires no authentication, usually to solve an urgent problem with an outside party, and the link then exists indefinitely — indexed by anything that encounters it, forwardable by anyone who receives it, and invisible in most access reviews. It is a single click, it feels harmless, and it creates an unauthenticated public door into PHI. The fix is technical rather than educational: disable anonymous link creation at the tenant level so the option is not available.
Tags: hipaa compliant file sharing hipaa compliant document sharing hipaa compliant file storage hipaa compliant document management secure file sharing hipaa compliant medical records storage hipaa compliance

Let's Build Your Technology Strategy

Ready to transform your IT from a cost center into a competitive advantage? Talk to our team.

Prefer to talk? We answer during business hours and return calls the same day.