The access token has expired;Token contains invalid signature

What is the problem you are having with rclone?

-->When I transfer more than 25g of original movies to onedrive. In case of these two kinds of errors, the transmission fails.

What is your rclone version (output from rclone version)

-->rclone v1.50.2

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

-->onedrive

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

sudo rclone copy /*** onedrive:tv --checksum --progress

The rclone config contents with secrets removed.

[onedrive]
type = onedrive
region = global
token={}
drive_id = **
drive_type = business

A log from the command with the -vv flag

I don't know where to find it

![图3|676x399](upload://4ND7UexSKDOsfQIBphyeKvKhFEK.jpeg)
![图2|671x400](upload://3au3zRcnuEWZZEWgQxwDOZJPwi7.jpeg)
![图1|342x208](upload://fchv0OR4sqqWFGW8W31yqL1tSC.png)
![图4|676x250](upload://odEcTKzLGYfV89rE1vwUgKDDn5U.jpeg)

hello and welcome to the forum,

that rclone version is years old.
please update to latest stable v1.57.0 and test again.
https://rclone.org/install/

to get debug log file:
sudo rclone copy /*** onedrive:tv --checksum --progress --log-level=DEBUG --log-file=rclone.log

Thank you. I've updated the version. Maybe I will know the result when the file transfer is completed in more than ten hours.

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