The associated forum post URL from https://forum.rclone.org
What is your current rclone version (output from rclone version)?
1.72.1
What problem are you are trying to solve?
If OneDrive has an error as shown below then rclone carries on regardless and transfers everything as new - 1TB backup takes forever - kill and rerun and job done in 600MB and one minute when then reads destination directory ok.
2026/06/12 09:30:21 ERROR : Pool/0/0: error reading destination directory: couldn't list files: invalidRequest: invalidQueryOption: Invalid paging token: failed to parse integer value from token .
How do you think rclone should be changed to solve that?
Similar problems must happen with other providers than OneDrive.
An ideal fix for me would be to report error as now and then have global option flag (eg --abort-on-list-error) to abort if destination error.
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
The associated forum post URL from
https://forum.rclone.orgWhat is your current rclone version (output from
rclone version)?1.72.1
What problem are you are trying to solve?
If OneDrive has an error as shown below then rclone carries on regardless and transfers everything as new - 1TB backup takes forever - kill and rerun and job done in 600MB and one minute when then reads destination directory ok.
2026/06/12 09:30:21 ERROR : Pool/0/0: error reading destination directory: couldn't list files: invalidRequest: invalidQueryOption: Invalid paging token: failed to parse integer value from token .
How do you think rclone should be changed to solve that?
Similar problems must happen with other providers than OneDrive.
An ideal fix for me would be to report error as now and then have global option flag (eg --abort-on-list-error) to abort if destination error.
How to use GitHub