Open erotavlasme opened 7 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 :)
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.
Are there any news on supporting mega? It would be awesome!
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.
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?
Other apps like FolderSync, AutoSync and Rclone for Android have sync options and filemanager for MEGA so why can't Cryptomator do it?
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.
Add Mega.nz support. SDK https://github.com/meganz/sdk and android app https://github.com/meganz/android