Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Upload files from raspberry pi to Mega cloud using megatools

I have been trying to upload files from debian machine (raspberrypi) to mega cloud storage via CLI.

I have created the .megarc file in my home directory in the following format
[Login]
Username =
@gmail.com
Password =
*
I getting the following error

$ megadf -h
ERROR: Can't login to mega.nz: API call 'us' failed: Server returned error EEXPIRED

Let me know if there are any fixes
by

1 Answer

Amit8z4mc
update and upgrade using:-
# apt-get update
# apt-get upgrade

Install the downloaded .deb file
# dpkg -i megacmd-Raspbian_9.0_armhf.deb

Login to the Mega account using:-
# mega-login username password

Login / Signup to Answer the Question.