Dropbox removed ability to opt your files out of AI training::undefined
Response from dropbox in that post: “Jumping in to clarify some confusion. The AI third-party toggle is only visible to users who have access to our AI features. If you don’t see the AI third-party toggle, then you can’t view or use Dropbox AI features. To reiterate, neither this nor any other setting automatically or passively sends any Dropbox customer data to a third-party AI service. Please see our Help Center article for a list of those with access to Dropbox AI features.”
LastYearsPumpkin@feddit.ch 10 months ago
Why does dropbox have the ability to see your files at all? That seems like a pretty bad security flaw in the first place.
LufyCZ@lemmy.world 10 months ago
Because you gave them the files?
If you don’t want dropbox to see them, encrypt them.
LWD@lemm.ee 10 months ago
voracitude@lemmy.world 10 months ago
Man wait til you hear about Gmail
Tangent5280@lemmy.world 10 months ago
Email is like the one critical part a lot of people miss when talking about taking control of your data. Imagine how much could be gleaned out of email history? Where you go, what you do, who you talk with, what you buy, what you rent, what media you consume, everything. If you dont have a lot of friends someone with your email account could pretty much just doppelganger you and go on as if nothings happened.
hersh@literature.cafe 10 months ago
There are drawbacks to end-to-end encryption (E2EE). I’m not aware of any E2EE cloud storage systems that have the features Dropbox provides. I would LOVE to know of any that…
Support at least the big 5 platforms (Android/iOS/Mac/Windows/Linux).
Have a functional web interface.
Support sharing and collaboration.
Have a search feature
Sync to the local filesystem on a folder-by-folder or even file-by-file basis
Integrate with other tools (e.g. android file picker)
It’s not easy to do all that with E2EE, like a functional web interface, search, and integration.
ProtonMail’s search, for example, is limited to subject and metadata, and that’s specifically because they DON’T use E2EE for that.
I’m willing to compromise some of this for the sake of E2EE, but I’m not at all surprised that feature-first services are more popular than privacy-first services.
mitrosus@discuss.tchncs.de 10 months ago
Mega uses e2ee and is available in all platforms I use. I don’t use apple. Web interface is very functional. I think it does support sharing files via link. Should have a search feature also, never used (because I know exactly where I keep my files). It does sync with locals. I don’t know about android file picker.
Mega is not a good choice for Lemmy users or Foss activists, probably because of its history - which is not as clean as say next cloud, but is not like google either. As long as it works :/
asbestos@lemmy.world 10 months ago
I think proton drive covers all but the collaboration
Natanael@slrpnk.net 10 months ago
1: easy to port E2EE, it’s just math
2: browsers and E2EE is hard, you need an extension to implement it securely so the password can’t be made accessible directly to the server (you need it to remain secret even from the hosting company) or else you’re dealing with MITM risk
3: easy by sharing encryption keys using E2EE messaging protocols on top
4: encrypted search is a thing, but such indexes does tend to have some limitations
5: still easy
6: still easy, Android specifically have APIs to let apps register themselves to the file picker so they can transparently encrypt and decrypt files. But yes on other systems where 3rd party apps can’t offer such integration then it’s hard