OneDrive upload getting 503 error

What is the problem you are having with rclone?

Recently I found that error 503 will shown when I copy/sync files between 2 OneDrive accounts, the transfer speed is extremely slow and I am not able to transfer with Rclone. May I now why this occurred and how to solve it? Thank you

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

rclone v1.63.1

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

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

OneDrive

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

rclone sync -vv -P om:Resources ow:Resources --onedrive-chunk-size=1920m

The rclone config contents with secrets removed.

[om]
type: onedrive
- client_id: 
- client_secret: 
- token: {"access_token"
- drive_id:
- drive_type: business

[ow]
type: onedrive
- client_id: 
- client_secret: 
- token: {"access_token"
- drive_id:
- drive_type: business

A log from the command that you were trying to run with the -vv flag

2023-09-04 16:15:53 DEBUG : pacer: low level retry 5/10 (error 503 Service Unavailable: )
2023-09-04 16:15:53 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2023-09-04 16:17:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2023-09-04 16:17:58 DEBUG : pacer: low level retry 6/10 (error 503 Service Unavailable: )
2023-09-04 16:17:58 DEBUG : pacer: Rate limited, increasing sleep to 640ms

Any reason you use --onedrive-chunk-size=1920m flag?

Also 503 Service Unavailable is self explanatory... Microsoft server rclone tries to talk to is not available.

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