What is the problem you are having with rclone?
I'm not able to get my files from my OneDrive.
If I run rclone, as described below, I get the errors, shown below.
If I run the same command including --dry-run I get no errors. Just the message which files are excluded and which are skipped because of --dry-run.
Also rclone lsf onedrive-Matthias: is working, showing the directories.
I also have access to my OneDrive by a browser and can download files.
I've done the "rclone config" with default answers. I already tried all 4 "found" drives also if I don't now what the 3 drives (ODCMetadataArchive.., AEEE102E-CFF8-4E2A.., Bundles_b896e2bb7c..) are. I only understand the 4th drive (OneDrive (personal) id=...)
Up to now I don't use the advanced config. Don't define an ID of the drive
I also tried rclone config reconnect.
Run the command 'rclone version' and share the full output of the command.
rclone version
rclone v1.53.3-DEV
- os/arch: linux/amd64
- go version: go1.15.9
Which cloud storage system are you using? (eg Google Drive)
Microsoft OneDrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone -vv copy --retries=1 --max-age 1y --no-traverse onedrive-Matthias:/Documents /disk
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
rclone config redacted
Usage:
rclone config [flags]
rclone config [command]
Available Commands:
create Create a new remote with name, type and options.
delete Delete an existing remote `name`.
disconnect Disconnects user from remote
dump Dump the config file as JSON.
edit Enter an interactive configuration session.
file Show path of configuration file in use.
password Update password in an existing remote.
providers List in JSON format all the providers and options.
reconnect Re-authenticates user with remote.
show Print (decrypted) config file, or the config for a single remote.
update Update options in an existing remote.
userinfo Prints info about logged in user of remote.
Flags:
-h, --help help for config
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
Command config needs 0 arguments maximum: you provided 1 non flag arguments: ["redacted"]
A log from the command that you were trying to run with the -vv
flag
025/05/14 17:13:25 DEBUG : --max-age 1y to 2024-05-14 17:13:25.103427368 +0200 CEST m=-31535999.984016775
2025/05/14 17:13:25 DEBUG : rclone: Version "v1.53.3-DEV" starting with parameters ["rclone" "-vv" "copy" "--retries=1" "--max-age" "1y" "--no-traverse" "onedrive-Matthias:/Documents" "/disk"]
2025/05/14 17:13:25 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2025/05/14 17:13:25 DEBUG : Creating backend with remote "onedrive-Matthias:/Documents"
2025/05/14 17:13:25 DEBUG : fs cache: renaming cache item "onedrive-Matthias:/Documents" to be canonical "onedrive-Matthias:Documents"
2025/05/14 17:13:25 DEBUG : Creating backend with remote "/disk"
2025/05/14 17:13:26 DEBUG : Outlook Files/matthias.meyer@gmx.at.pst: Excluded
2025/05/14 17:13:26 DEBUG : Outlook Files/matthias.meyer@gmx.li.pst: Excluded
2025/05/14 17:13:26 DEBUG : Local file system at /disk: Waiting for checks to finish
2025/05/14 17:13:26 DEBUG : Local file system at /disk: Waiting for transfers to finish
2025/05/14 17:13:26 ERROR : Vermögenskalkulation-Matthias.xlsx: Failed to copy: failed to open source object: unauthenticated: Unauthenticated
2025/05/14 17:13:26 ERROR : honey/WhatsApp-Chat mit Honey.zip: Failed to copy: failed to open source object: unauthenticated: Unauthenticated
2025/05/14 17:13:26 INFO : There was nothing to transfer
2025/05/14 17:13:26 ERROR : Attempt 1/1 failed with 2 errors and: failed to open source object: unauthenticated: Unauthenticated
2025/05/14 17:13:26 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors: 2 (retrying may help)
Elapsed time: 1.4s
2025/05/14 17:13:26 DEBUG : 5 go routines active
2025/05/14 17:13:26 Failed to copy with 2 errors: last error was: failed to open source object: unauthenticated: Unauthenticated