← Back to questions
Technology

Google drive vs dropbox vs onedrive which is better


5 Answers

✓ Accepted Answer
To recover deleted files, act quickly. When a file is deleted it isn't immediately erased — it's marked as available space. But new files can overwrite it. The sooner you try recovery, the better. Recuva is the best free recovery tool for Windows. Download it from Piriform's website, install it, and run a deep scan on the drive where the file was. It will show recoverable files — save recovered files to a different drive than the one you're scanning. On Mac, check the Trash first. If it's not there, Time Machine is your best bet if you had it enabled. System Preferences > Time Machine. If not, PhotoRec is a free cross-platform recovery tool. For accidentally deleted cloud files (Google Drive, Dropbox, OneDrive), check the trash within the web interface. Cloud services typically retain deleted files for 30 days. If these fail and the file is critical, professional recovery services exist but cost several hundred pounds/dollars.
by dwaynespringer86651 · 28 upvotes
✓ Accepted Answer
When it comes to onedrive, the right answer depends heavily on what you are trying to achieve and what constraints you are working within. **If your priority is minimising upfront cost:** then approaching onedrive by optimising for learning speed over immediate capability makes the most sense. **If your priority is ease of maintenance:** then the calculus around dropbox shifts significantly toward choosing the option with the strongest ecosystem. In practice this means testing your approach on a local environment before moving to production. For most people asking about onedrive: start with the simpler option and migrate once you have a real understanding of google. Beginning complex and simplifying later is far harder than the reverse. Security implications vary depending on your deployment environment.
by shevonpierre58493
Setting up a home network properly makes a huge difference to reliability. Start by positioning your router centrally in your home rather than in a corner or cupboard. Walls, especially thick concrete ones, kill wifi signal. For the router itself, log into its admin panel (usually by typing 192.168.1.1 or 192.168.0.1 in a browser). Change the default admin password immediately — factory passwords are public knowledge. Also rename your wifi network to something that doesn't identify your router model. Separate your IoT devices (smart bulbs, thermostats, cameras) onto a guest network if your router supports it. This isolates them from your main devices in case any smart device gets compromised. For wired connections, use ethernet whenever possible for desktops, gaming consoles, and smart TVs. Wired is always more reliable and faster than wifi. A cheap network switch lets you run multiple wired connections from one router port.
by zarathompson90602 · 13 upvotes
On onedrive: the short answer is that it is more manageable than it looks, but it has specific requirements that catch people out when they are not expecting them. The core thing to know: dropbox rewards patience in the setup phase with smoother operation later. What to prioritise first: get one complete end-to-end example working before adding complexity. Version control (Git) is essential here — commit early and often. Watch out for: watch out for breaking changes between major versions. This is the most common source of friction people encounter with onedrive after the initial setup. Realistic timeline: faster than expected once the initial learning curve is past.
by alicewilson20945
Questions about onedrive usually fall into one of three categories, and knowing which one you're in changes the answer significantly. **Category 1 — Conceptual:** You understand the goal but not how onedrive works mechanically. The fix here is to find the clearest possible explanation — not the most comprehensive one — and work through one complete example from beginning to end. **Category 2 — Implementation:** You understand onedrive conceptually but something specific is not working. The most effective approach is to eliminate variables systematically: isolate the smallest possible failing case, confirm your assumptions about dropbox one by one, and compare against a known-working reference. **Category 3 — Design:** You can make onedrive work but you are not sure if you are approaching google the right way for your situation. This one requires understanding your actual constraints — not the ideal constraints — and finding people who have solved similar problems in similar contexts. Version control (Git) is essential here — commit early and often. The diagnostic question that resolves most confusion about onedrive: "Am I working from a wrong assumption, or am I missing information?" Those two problems look similar from the outside but have completely different solutions. Serformance characteristics change significantly at scale.
by henrymartin47090