Top
Best
New

Posted by simonebrunozzi 3 days ago

Dropbox's Jan 1st 2027 terms of service(www.dropbox.com)
62 points | 111 comments
big85 3 days ago|
Major changes:

1. You must be 18 to use Dropbox. Previously, you had to be 13 if in the United States, or 16 if higher. Dropbox may use information "Dropbox may use and rely on information from third parties, including age signals from app stores, for the purpose of enforcing this restriction."

2. Your account may be terminated if you don't have a Paid account and haven't accessed for 6 months. Previously, it was 12 months.

3. If you have multiple accounts tied to the same email address, and one is banned, the others may also be banned.

4. "Refunds are only issued if required by law." -> "Refunds are only issued in limited circumstances or if required by law."

5. You automatically agree to the new terms if you continue to have an account. Previously, it was only if you continued to use the service.

6. Some terms covering Teams accounts.

rpozarickij 3 days ago||
> Your account may be terminated if you don't have a Paid account and haven't accessed for 6 months

I hope file sync is treated as "access", otherwise this would make me anxious.

helsinkiandrew 3 days ago|||
At least they claim they will give 'reasonable advance notification':

> We’ll provide you with reasonable advance notice via the email address associated with your account to remedy the activity that prompted us to contact you and give you the opportunity to export Your Stuff from our Services. If after such notice you fail to take the steps we ask of you, we’ll terminate or suspend your access to the Services.

prattmic 2 days ago|||
I wonder if they are actually going to start enforcing this. I’ve been receiving emails that my account is at ~200% capacity for a little over 13 years (just went through my email to double check). I’ve logged into my account a handful of times over the years, but certainly not every 12 months.
applfanboysbgon 3 days ago||
> 5. You automatically agree to the new terms if you continue to have an account.

I would really love to see courts throw this BS out.

necovek 3 days ago||
I agree with you in principle.

It would also potentially invalidate clauses like the one in GPL license too: "this version or any later version" — how can anyone consent to yet-unknown terms?

In this particular case and going after the summary from big85, there's one case of legal compliance (like age restrictions — it applies in appropriate jurisdictions even if the ToS is not updated) or maybe two (banning per-account vs per-owner), some widening of the terms to the benefit of the customer (like refunds being permitted in "special circumstances" on top of "required by law, with only "reductionist" change being about lowering service window for unused free accounts (in some jurisdictions, even this could be about respecting data privacy laws — companies are obligated to remove any data which is not used after a certain time, though I think this is 12 months even under GDPR).

As such, I believe this would not be a good case where you can bring enough light how this type of clause is harming one side to the contract.

Gabrys1 3 days ago|||
For "this or any later version", I have always read this line as you get to choose which version you want to follow, not the one granting you the licence.
necovek 3 days ago||
Certainly, but would that even be enforceable from a perspective of the grantee?

"Hey, I trusted FSF to do the right thing with the next version and they did not"

They blindly accepted to honor the terms which have not yet been defined.

microtonal 3 days ago||
Yeah, but I think the main point is that the GPL 'at your option any later version' clause is a burden on the developer, not the user. Suppose that the software is under the GPLv2 (with the later version clause) and the FSF has a hostile takeover. If:

- The FSF makes a GPLv4 to remove all commercial use, it's not a problem for the user since they could stick with the GPLv2. It's not a problem for the developer either, since the extra requirement that they may not agree with is only optional (since the GPLv2 can still be used).

- The FSF makes a license that says: screw copyleft, GPLv4 is now the MIT license. Again, it's not a problem for the user, they can either continue to use the GPLv2 or make use of the additional liberties of the MIT license (e.g. using the code in close source work). But it is a problem for the developer. They chose to use a copyleft license and now everybody can grab their code and use it in closed source software, etc.

This is vastly different from the Dropbox changes, since every update of the terms affects the user.

necovek 3 days ago||
Yes, the developer is the grantee in my comment.

Though even the "user" might be harmed, because you might get a device shipped to you with what-was-previously-copyleft software, and now you can't ask the vendor (also the "user") for copy of the source code since they can claim "we are using it under the terms of v4, sorry".

microtonal 3 days ago|||
Good point. IANAL, but I think that is more murky terrain. Downstream redistributors like the vendor are not allowed to remove copyright notices, so I think the notice to get it under the GPLv2 or later is passed to the user as well. Not sure which one would weigh stronger then, the copyright notice or the claim of the vendor to ship under a newer version of the license.

Another question is whether a newer version would even apply if it was not in the same spirit as the included GPL version, since the license also states:

The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.

Again, IANAL, but I always felt like many of the parts of the GPL are ambiguous and the interpretation would only become clear in a court case.

For the GPLv2 there is already a lot of malicious things a vendor can do anyway. In contrast to the GPLv3, GPLv2 does not have the 'anti-tivoization'-clause. So, even though the vendor may be required to provide source code, you may not be able to run the software with your modifications anyway, because the vendor uses a bootloader that will only run software that they sign.

mitxela 3 days ago||
* A German court process found that the GPLv2 does have an anti-tivoization clause

* If the FSF published something clearly against the spirit, like "Microsoft can take ownership of your IP", it is not clear a judge would allow this. If it's within the same spirit, like "you agree to allow forks that aren't substantially different to use your trademark", they probably would. Legal loopholes aren't like computer hacking, they are social engineering.

* If I can use it under GPLv2 and GPLv2 allows me to redistribute it under GPLv2, then I can redistribute it under GPLv2. "Or later" means that I can pick a version to comply with, not that I have to comply with all of them simultaneously. So I can always remove the "or later" clause. I can also change it to "GPLv3 or later" since I may choose to comply with any subset of the allowed licenses (here all of them except for GPLv2).

rpdillon 3 days ago|||
Yes, that clause hinges on both parties trusting the FSF to adhere to free software principles. So far this has been an extremely good assumption.
necovek 2 days ago||
I am not questioning the integrity of FSF, but whether the "or any later version" would hold up in court in principle.
kowa_es 3 days ago|||
[dead]
haunter 3 days ago||
Diffchecker for the save

https://www.diffchecker.com/QD8AKShC/

aurareturn 3 days ago|
Super useful. Any open source tools like this?
haunter 3 days ago||
https://diffviewer.vercel.app/v2/diff?id=diff-94626646216089...

https://github.com/technikhil314/offline-diff-viewer

swiftcoder 3 days ago||
I guess teenagers don't have any need to sync files, eh? Hate to see this gradual erosion of internet access for young people - I'd bet half the notable members of this very site started their career trajectory by learning how to break/fix computers in middle school or before
ta988 3 days ago||
It will simply teach them how to go around those "protections". And put them at risk of using shaddy services to do so. Exactly like what happened with the war on drugs...
d0mine 3 days ago|||
It is not about age. It is just a way to tie accounts to a real life identity.

It won't be surprising if the requirement comes from some alphabet agency.

grishka 3 days ago|||
Don't most countries give people their first IDs before 18? Mine does it at 14.
rationalist 3 days ago|||
In the U.S., you can get a passport for a baby. In my state, you can get a state ID for your child.
swiftcoder 2 days ago||
I don't believe IDs are mandatory for children, though? School IDs, maybe, but processing/storing those is going to be a data handling nightmare
notpushkin 3 days ago|||
Sure, but they could still check the age while also linking the ID.
dgellow 3 days ago|||
Dont they already have the payment information?
swiftcoder 3 days ago||
Not universally. I've had a free dropbox account for nearly 2 decades, and never attached a payment method
iLoveOncall 3 days ago|||
This has nothing to do with that. They probably realized that teenagers are a small enough portion of their userbase that the loss of revenue (and probably lack thereof to be fair) is far outweighed by the opportunity to ask users for their ID.
paul7986 3 days ago|||
Hmmmmm today is a very different world compared to when we used the Internet to learn how to code. Now with Ai doing all the coding is learning how to code even happenning?

Also, just talked two friends who work for mid-size companies and last week both of their CEOs told them to just point Ai to their Jira tickets to finish all their tasks. Anyone else hearing their CEOs instruct the same thing?

hdgvhicv 3 days ago||
It’s erosion of closed saas, not the internet. That already broke the hacker environments of yesteryear.
rlk 3 days ago||
Looks like the major changes are:

- some stuff about Teams that's mostly only relevant if you're using your work email for a personal account

- minimium age 13 -> 18; add "Dropbox may use and rely on information from third parties, including age signals from app stores, for the purpose of enforcing this restriction."

- free accounts may be terminated after 6 months of no use (previously 12 months)

- removed "If you reside in the EU, the European Commission provides for an online dispute resolution platform, which you can access here: https://ec.europa.eu/consumers/odr." from the dispute resolution process.

LoganDark 3 days ago|
That last point is funny... so arbitration agreements are designed to make the process intentionally more difficult. Can't provide too many hints!
binaryturtle 3 days ago|||
If you leave that in it's actually worse, since the platform was discontinued. I had to fix all my client's projects to remove this stuff. One of those stillborn ideas of the EU.
debugnik 3 days ago|||
I don't think that's the reason. From the linked site:

> The European Online Dispute Resolution (ODR) Platform is discontinued as of 20 July 2025

lukeify 3 days ago||
Amazing Dropbox went from a brilliantly simple service to this stagnating corporate swamp of ooze. Yet another fascinating example of how headcount correlates with quality decline.
bayindirh 3 days ago||
The pricing got very complicated, that part is true. On the other hand, service quality didn’t go down. They added many small features which makes things easier, on the other hand.

I use a bunch of additional services they offer. They work well, make me spend less money and save my time (e.g.: send, transcription, advanced sharing controls).

financetechbro 2 days ago|||
Dropbox headcount has stayed relative flat since going public… what’s ur point?
microtonal 3 days ago||
We loved Dropbox and had a family subscription. One of the main reasons we stopped using them (besides it being a US company and Trump threatening declare war to a fellow European NATO ally) was that even though we were paying users, they continuously badgered us with upsells. Using Maestral as a client made things better (at the loss of block-level sync + now unmaintained), but every time I had to log into the web interface I got stupid upsell ads.

I once contacted their customer support about this and their answer was "Oh really? Can you send some examples?" So I sent them screenshots of all the upselling banners, popups, etc. that they showed and I never heard back from them.

It also didn't make sense at all. Why, if I'm using Dropbox for family use, would I upgrade to a business plan?

kristianc 3 days ago||
Dropbox will be one of the next Bending Spoons acquisitions. Low growth, none of the upsell or product extension things they've done have really worked out, and no-one's idea of what the future looks like.
bayindirh 3 days ago||
I don't understand this mentality. Growth must be explosively exponential or things are bad, so company must sell out, close shop and go.

So, Google should sell Google Drive, Box shall close down, PCloud must cease to exist, Mega shall sell itself to a three letter agency a-la Crypto AG, Sugarsync shall vanish, etc...

Yet we are here. These are all stable products chugging along.

kristianc 2 days ago||
That’s the bargain Dropbox made when it took VC and then went public. Public markets don’t price a company purely on today’s cash flow, they price the expected stream of future cash flows. If growth stalls and the attempts to create new growth vectors don’t work, the valuation adjusts accordingly, and at some point an acquisition can become the rational outcome.
simonebrunozzi 2 days ago||
I don't think so.

Bending Spoons need "great" deals to go after, such as Airtable, etc. Dropbox has a market cap of ~$8B, and it's not "cheap" compared to revenues, etc.

If Dropbox goes "down" in the next few years, perhaps you will eventually be right.

elnerd 3 days ago||
Does this mean that young adults that work for companies that use Dropbox, cannot collaborate with others using Dropbox?
fg137 3 days ago||
My Dropbox account was deleted after years of inactivity. While it was definitely on me, and their terms clearly stated that "We reserve the right to" delete the account, I was surprised that no notification was sent. Yes, I checked my emails, nothing.

Needles to say, I never used Dropbox since then.

pveierland 3 days ago||
Funny that this is the only Dropbox post I've seen on HN besides infamous references to their launch post. You'd think there would be plenty of interesting improvements to make.

Having been a paid user for the last decade my current experience is just getting error messages on my phone every week that something failed to sync, and that I have to re-enter the app every ~month to disable/enable syncing for my offline files, otherwise it doesn't work. I can't remember any time I've been pleasantly surprised by any change to the service.

loehnsberg 3 days ago|
This leaves a lot of questions. Why are they raising the age limit? What legislation demands this? Will other services follow? And what if parents give consent? Are users on a family plan now forced to kick off their kids from the joined plan?
bayindirh 3 days ago|
Drobpox has an AI backend running on their own clusters. IOW, Dropbox runs their own local models, integrated to their offerings. As their AI offerings get more features, I believe they want to be on the safe side, so they increased the age limit.
More comments...