gpailler / MegaApiClient

MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.
https://gpailler.github.io/MegaApiClient/
MIT License
225 stars 77 forks source link

Problem accessing MEGA API account #224

Open CrisRogoy opened 1 year ago

CrisRogoy commented 1 year ago

Description: I'm trying to upload files to MEGA and it's working fine, the detail is that after a day it blocks the account on the site and I need to change the password to be able to access it, I have already sought help on the forum site but I have no solution.

What are you trying to do Upload files to MEGA website without blocking the account.

Actual behavior: After uploading the file, it blocks the account until you change the password.

what happens Blocks the account until you change the password.

Expected behavior: Upload file without blocking the account.

what should happen Upload file without blocking the account.

Steps to play:

  1. Upload file to mega.co.nz Free account
  2. The next day the account is blocked.
  3. It only releases the account from changing the password.

MegaApiClient Version: 1.10.3

gpailler commented 1 year ago

Hi, It's a long time since you reported this issue. Were you able to fix it?

CrisRogoy commented 1 year ago

Hi, unfortunately I didn't get it yet.

cube-sconti commented 1 year ago

I'm experiencing the same issue here. After a few days of a connection to my free MEGA account using the library (1.10.3), the account is automatically locked and requires a password change to unlock. My password consists of random characters, so there has to be something wrong in the library that triggers the security mechanism. After I change my password to a new one, the process repeats. The library is currently unusable for me due to this. Note that I'm connecting from the same IP address where the account has been registered and I'm not doing any suspicious or excessive actions on the account. My program logs into the account, retrieves account information and nodes and uploads some files to the account.