How to improve ondrive performance

What is the problem you are having with rclone?

Copy file to onedrive only give me 1/3 speed or less than using google drive. With limited ram ,how can i improve this speed?
Google to onedrive = 20Mb/s,less than this usually
Google to google crypt= 70Mb/s

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

rclone v1.56.0

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

Onedrive

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

Paste command here
rclone copy azsm_uns:"1 4k" uns_1c:"1 4k" --transfers=8 -P

The rclone config contents with secrets removed.

Paste config here
```[uns_1]
type = onedrive
client_id = 
client_secret = 
token = 
drive_type = business

[uns_1c]
type = crypt
remote = uns_1:crypt
password = 

[azsm_uns]
type = drive
client_id = 
client_secret = 
scope = drive
token = 
team_drive = 
root_folder_id = 


#### A log from the command with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

Paste log here

hello,
onedrive is slow as compared to other providers.
not designed to be used the way you are using it.

might try to:
--- increase the chunk size
--- use a debug log and look for issues.

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