Remotes up&running but not listed in listremotes

What is the problem you are having with rclone?

I have 2 remotes configured and running, but they are not shown in rclone listremotes

What is your rclone version (output from rclone version)

1.52.1

Which OS you are using and how many bits (eg Windows 7, 64 bit)

linux/amd64

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

box, ondedrive

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

rclone listremotes

The rclone config contents with secrets removed.

[onedrive]
type = onedrive
token = {"access_token":"TOKEN","expiry":"2020-07-04T07:53:36.676611971+02:00"}
drive_id = c3beab7af53af9dd
drive_type = personal

[box]
type = box
box_sub_type = enterprise
token = {"access_token":"TOKEN","expiry":"2020-07-04T07:57:59.757325591+02:00"}

A log from the command with the -vv flag

2020/07/04 07:42:42 DEBUG : rclone: Version "v1.52.1" starting with parameters ["rclone" "listremotes" "-vv"]
2020/07/04 07:42:42 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2020/07/04 07:42:42 DEBUG : rclone: Version "v1.52.1" finishing with parameters ["rclone" "listremotes" "-vv"]

Is that the config file you configured?

If not use the --config flag

No, that's the generated config file.
What do you mean: If not use the --config flag?

Type:

rclone config file

and

cat <fileshownabove>

and

rclone listremotes

and they should all match up.

Sorry, they don't! Why should they - these operations don't do any configuration nor fixing?

You need to share the output.

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