OneDrive credential valid but sync fails with authentication error

OneDrive sync had been working fine for years but recently started to fail. I set up all new credentials and a test sync. New OneDrive credentials confirm as valid in TrueNAS but then the sync test fails with error: “upload failed due to: unauthenticated: Unauthenticated”. I’ve tried several things but cannot get a successful OneDrive sync anymore. I’m lost. Any ideas?
Running Core Version TrueNAS-13.0-U6.7

Solved by issue reading some previous posts. Just needed to update rclone and move it using these commands:

rclone selfupdate --output /usr/local/bin/rclone.new

mv /usr/local/bin/rclone /usr/local/bin/rclone.bak

mv /usr/local/bin/rclone.new /usr/local/bin/rclone

OneDrive sync works again.

1 Like