I've been working on All Cloud Hub, and during research I noticed something that challenged one of my assumptions.
I originally thought people were looking for another way to store or transfer files.
But after reading a few hundred support threads, Reddit discussions, and app reviews across Google Drive, Dropbox, OneDrive, and iCloud Photos, I kept seeing a different pattern.
The complaints rarely looked like:
"I need more storage."
Instead they looked like:
"Which account is this file in?"
"I know I saved it, but where?"
"Why is the latest version on one device but not another?"
"Who owns this shared folder now?"
"Why do I have multiple copies of the same document?"
It made me wonder if the bigger problem isn't storage anymore.
Maybe it's managing information that's spread across multiple cloud services.
Before we spend more time building around that assumption, I'd love to sanity-check it with other founders.
A few questions:
If you regularly use multiple cloud services, is this something you've experienced yourself?
If not, what do you think is the biggest unresolved problem in cloud storage today?
Am I overestimating this because I've spent too much time reading support forums?
I'd much rather find out this assumption is wrong now than six months from now.
The complaints you're describing, "which account is this in," "I know I saved it but where," read as a search and indexing problem wearing a storage costume, which is a good sign since that's usually cheaper to validate than full multi-account sync, even a lightweight read-only search layer across a couple of connected accounts would tell you fast whether people actually want unified findability, before you build anything closer to sync or storage.
What are people currently doing as a workaround? Are they manually checking each account, or keeping their own index somewhere else? That would tell you a lot about how painful this really is today.
That's a really interesting way to frame it. I hadn't thought about separating "unified findability" from "unified storage," but that does feel like a much smaller assumption to validate first.
On the workaround side, the patterns I've seen are surprisingly manual. People jump between multiple cloud apps, rely on OS search if they remember the filename, keep duplicate copies "just in case," or even send themselves links to important folders. None of those really solve the problem they just reduce the chance of getting stuck.
I think you're right that understanding those workarounds is probably as important as understanding the complaints themselves.
The "send yourself links to important folders" one jumps out, that's basically manual bookmarking/indexing behaviour, which is usually a stronger signal than a complaint, since people are already doing unpaid work to solve it themselves.
If I were validating this next, I'd test the thinnest possible version of that behaviour (a shared tagging or bookmark layer across accounts) before search, since it's cheaper to build and tells you directly whether people will trust a third tool with pointers into their other accounts at all.
Curious whether the "duplicate copies just in case" group and the "send yourself links" group feel like the same underlying anxiety to you, or genuinely different problems.