android
android copied to clipboard
Mega.nz support
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.
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.
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.
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.
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?
Any news on this? I know it sucks that MEGA doesn't support WebDAV but nevertheless, it is possible to add support for MEGA (even though it means using their SDK so more complexity) so why not do it considering there's enough demand (seems like there is at least)?
Willing to donate if this happens!
Looking foward for this features available on mobile
- Still waiting MEGA support
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.
- Any updates on the mega implementation? From what I read here it seems that this is already possible with the SDK but is not being done
because integrating an SDK bring among other things new complexity into the system and thus increase the susceptibility to errors.
But has already been done with google drive and dropbox:
Google Drive doesn't offer WebDAV natively.
it is possible to implement the SDKs directly like we do with Google Drive or Dropbox
So why not doing with mega too? Since is well known and used cloud provider, wouldn't be worth to try?