Add Mega.nz support. SDK https://github.com/meganz/sdk and android app https://github.com/meganz/android
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 :)
Hi,
I'm doing the same as you. We hope that cryptomator provides support at least for mobile app.
Auch ich w眉rde mich sehr freuen, wenn Mega.nz integriert werden w眉rde. Die kostenlosen 50gb sind einfach unschlagbar. Au脽erdem lief das ganze bei mir bisher immer ohne Probleme. Damit k枚nnte ich endlich all meine Dateien an einem Ort syncen und nihct in vier verschiedenen Clouds...
Just spent 拢5 to buy the Android app only to discover my only cloud provider (MEGA.nz) is not supported on the app. That is, after I've set up everything for hours on a computer.
Very disappointed. Asked for a refund from the Play Store.
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?