android icon indicating copy to clipboard operation
android copied to clipboard

Mega.nz support

Open erotavlasme opened this issue 8 years ago • 10 comments
trafficstars

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

erotavlasme avatar Feb 21 '17 11:02 erotavlasme

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 :)

MehdiSaffar avatar Dec 28 '17 20:12 MehdiSaffar

Hi, I'm doing the same as you. We hope that cryptomator provides support at least for mobile app.

erotavlasme avatar Dec 29 '17 17:12 erotavlasme

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...

BitWuehler avatar May 28 '18 09:05 BitWuehler

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.

janpetras avatar Oct 04 '18 15:10 janpetras

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.

erotavlasme avatar Oct 05 '18 07:10 erotavlasme

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.

janpetras avatar Oct 05 '18 08:10 janpetras

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.

m-p-3 avatar Feb 12 '19 05:02 m-p-3

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.

SailReal avatar Feb 20 '19 21:02 SailReal

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

ln-12 avatar Jan 30 '21 09:01 ln-12

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.

overheadhunter avatar Jan 30 '21 09:01 overheadhunter

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?

ln-12 avatar Jan 30 '21 09:01 ln-12

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

aquatic7 avatar Sep 23 '21 20:09 aquatic7

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)?

webdev69420 avatar Oct 27 '21 08:10 webdev69420

Willing to donate if this happens!

wellloaded avatar Jan 15 '22 07:01 wellloaded

Looking foward for this features available on mobile

RobbiNespu avatar Feb 11 '22 07:02 RobbiNespu

  1. Still waiting MEGA support

Nvoymax avatar Jul 01 '22 15:07 Nvoymax

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.

alfredonodo avatar Jul 01 '22 19:07 alfredonodo

  1. 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?

igorlima1701 avatar Sep 08 '23 11:09 igorlima1701