cryptomator / android

Cryptomator for Android
https://cryptomator.org
GNU General Public License v3.0
749 stars 123 forks source link

Mega.nz support #39

Open erotavlasme opened 7 years ago

erotavlasme commented 7 years ago

Add Mega.nz support. SDK https://github.com/meganz/sdk and android app https://github.com/meganz/android

MehdiSaffar commented 6 years ago

This would be a great addition as Mega.nz offers 50GB of free storage which is a lot compared to other providers. Unfortunately Mega.nz does not offer WebDAV (because of the encryption they say). My workaround is syncing MEGA to my laptop and mounting from there, but this solution is only for desktop right now. It would be great to see this addition :)

erotavlasme commented 6 years ago

Now, cryptomator supports WebDAV that is an open standard. So the problem is on mega.nz side. According to this and this, it should provide WebDAV support.

janpetras commented 6 years ago

Now, cryptomator supports WebDAV that is an open standard. So the problem is on mega.nz side. According to this and this, it should provide WebDAV support.

Who cares on whose side this is? Cryptomator doesn't work with MEGA on mobile - that's all.

m-p-3 commented 5 years ago

Now, cryptomator supports WebDAV that is an open standard. So the problem is on mega.nz side. According to this and this, it should provide WebDAV support.

Does it only relies on WebDAV to add third-party provider support? Because AFAIK, Google Drive doesn't offer WebDAV natively.

SailReal commented 5 years ago

Does it only relies on WebDAV to add third-party provider support?

Of course it is possible to implement the SDKs directly like we do with Google Drive or Dropbox. But as @erotavlas85 already mentioned, WebDAV is an open standard. That means if a cloud service provider supports WebDAV, the motivation to implement the SDK is lower, because integrating an SDK bring among other things new complexity into the system and thus increase the susceptibility to errors.

ln-12 commented 3 years ago

Are there any news on supporting mega? It would be awesome!

overheadhunter commented 3 years ago

Are there any news on supporting mega?

Not on mega specifically, but @SailReal wrote an article on how to add a new cloud. Since this part of the app is now open source too, in theory any Kotlin or Java dev can contribute this.

ln-12 commented 3 years ago

So it is needed to include the Mega SDK? What about https://github.com/meganz/MEGAcmd? It can run on Linux, so maybe it could also locally run as a gateway on Android?

aquatic7 commented 3 years ago

Other apps like FolderSync, AutoSync and Rclone for Android have sync options and filemanager for MEGA so why can't Cryptomator do it?

alfredonodo commented 2 years ago

Following the analysis of mega's security by academics who found some weaknesses in the cryptographic system, it is very important to be able to use a double layer of encryption such as that provided by cryptomator. Support for mega should be implemented as soon as possible.