Trouble setting up crypt folder on Mega using rclone browser

What is the problem you are having with rclone?

Trying to setup a crypt folder in Mega and use rclone browser to upload to it. I've setup on the crypt folder in rclone config and rclone browser can see it as remote but when I try to upload to it I get the following error
"Failed to create file system for "megaencrypted:FILES": failed to make remote "mega:/crypt" to wrap: didn't find section in config file"

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

rclone v1.59.1

  • os/version: darwin 12.0.1 (64 bit)

  • os/kernel: 21.1.0 (arm64)

  • os/type: darwin

  • os/arch: arm64

  • go/version: go1.18.5

  • go/linking: dynamic

  • go/tags: cmount

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

Mega

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

Using rclone browser Upload

The rclone config contents with secrets removed.

[Mega]
type = mega
user = removed
pass = removed

[megaencrypted]
type = crypt
remote = mega:/crypt
password = removed
password2 = removed

A log from the command with the -vv flag

Paste  log here

It's case sensitive.

So change

to

remote = Mega:crypt

Worked. Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.