Mega locked due to suspicios activity

I can not access any longer Mega account from rclone, i can from web but the content is encrypted , how to get the content back?

rclone mount mega_one_crypt: ~/mega_one_crypt/ --vfs-cache-mode full --checksum --network-mode --allow-non-empty --drive-use-trash
2024/10/31 13:14:58 CRITICAL: Failed to create file system for "mega_one_crypt:": failed to make remote "mega_one:" to wrap: couldn't login: Object (typically, node or user) not found

What is the problem you are having with rclone?

Run the command 'rclone version' and share the full output of the command.

rclone v1.68.1

  • os/version: debian 12.7 (64 bit)
  • os/kernel: 6.1.0-26-amd64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.23.1
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

Mega

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount mega_one_crypt: ~/mega_one_crypt/ --vfs-cache-mode full --checksum --network-mode --allow-non-empty --drive-use-trash
2024/10/31 13:14:58 CRITICAL: Failed to create file system for "mega_one_crypt:": failed to make remote "mega_one:" to wrap: couldn't login: Object (typically, node or user) not found

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

Paste config here

A log from the command that you were trying to run with the -vv flag

Paste  log here

welcome to the forum,

  1. use, megacmd, to start a webdav server
  2. use rclone to access the webdav server

or

  1. download the files to local
  2. create a rclone remote pointing to the downloaded files.

@asdffdsa Could you be more explicit. I have downloaded encrypted files from Mega that I want to decrypt. As with the OP, I'm am unable to access Mega using rclone as of today but can download my files from Mega's web page. I can't understand the instruction at rclone crypt. I'm using latest versions of rclone and restic on Linux Mint 24.04

You have not posted much details so only answer you get is the same as your question - general one.

What you have to do:

  1. Save encrypted files in /path/to/encrypted
  2. Create new remote using the same parameters as for mega crypt but with remote = /path/to/encrypted
  3. Access your local (now) encryopted files using this new remote.

@kapitainsky Thank you. That's exactly what I was asking. I can now access those encrypted files.

1 Like

After nearly 24 hours, Mega is again accepting logins from rclone