Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolving MEGA Account Blocking Issue When Uploading Files #232

Open
CrisRogoy opened this issue Aug 23, 2023 · 2 comments
Open

Resolving MEGA Account Blocking Issue When Uploading Files #232

CrisRogoy opened this issue Aug 23, 2023 · 2 comments

Comments

@CrisRogoy
Copy link

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:

Upload file to mega.co.nz Free account
The next day the account is blocked.
It only releases the account from changing the password.
MegaApiClient Version:
1.10.3

@gpailler
Copy link
Owner

This issue was reported in #224 but I have no clue why it's happening to some users only.

@blackholeearth
Copy link

blackholeearth commented Nov 3, 2023

Might this be happening because,
calling login with email and pass too frequently??

Maybe saving sessiontoken , reusing it might prevent this.
Only call login after function returns token expired???


Maybe mega app/website's request headers has some info , but this library is missing it??

Just ideas..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@gpailler @blackholeearth @CrisRogoy and others