How to know (list) connection error

What is the problem you are having with rclone?

I realized that some of the accounts I entered into rclone have stopped working. how do I get the list of those that no longer log in?

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

rclone v1.66.0

  • os/version: Microsoft Windows 10 Education 22H2 (64 bit)
  • os/kernel: 10.0.19045.4170 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.22.1
  • go/linking: static
  • go/tags: cmount

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

Mega, Box
I would like to add more, but can't find any supported by rclone with at least 10GB.

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

Sure, all? They are about 400

Example:
[Box094A]
type = box
token = XXX

[Mega105]
type = mega
pass = XXX
user = XXX

welcome to the forum,

could write a simple script in a loop

  1. run rclone lsd name_of_remote:
  2. if the exit code !=0, then not able to access the files.

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