x0b / rcx

Rclone for Android
https://x0b.github.io
GNU General Public License v3.0
1.72k stars 155 forks source link

Mega with 2fa enabled not working. #181

Open aquatic7 opened 3 years ago

aquatic7 commented 3 years ago

RCX doesn't work with MEGA when 2FA has been enabled, since the login procedure in RCX only have username and password.

What version of RCX are you using (About -> App version)?

1.12.2

What is your Android version, phone model and manufacturer?

android 11

Which steps are required to reproduce this issue?

  1. Add MEGA as remote
  2. Enter username and password
  3. RCX can't connect because the MEGA account has 2fa.

pokegamer5547 commented 3 years ago

This is the reason i couldn't move from gdrive to mega

AlessioMoggio commented 2 years ago

The reason is that rclone doesn't work with Mega if the 2fa is enabled for now.

Washee commented 2 years ago

Will this topic be fixed? In case you use 2fa, this is still relevant.

alexanderadam commented 2 years ago

IMHO this isn't an RCX issue, since RCX is just relying on rclone. And you can find the rclone issue over here.

And rclone itself is relying on a library called go-mega for Mega integration. And this library has no support for 2FA. You can find the go-mega issue over here. :wink:

But I don't think that this will be solved anytime soon, since go-mega barely had any updates recently.

Washee commented 2 years ago

IMHO this isn't an RCX issue, since RCX is just relying on rclone. And you can find the rclone issue over here.

I have to agree with this. Thank you for pointing this out.

But I don't think that this will be solved anytime soon, since go-mega barely had any updates recently.

That's unfortunate. :disappointed: They should consider using a better maintained project.