Slow upload speed Yandex Disk

What is the problem you are having with rclone?

Hello, everyone. When I try to upload stuff to my yandex disk, I get very slow upload speed even if I use client_id and client_secret. Download speed is fine and google drive via client_id and client_secret is fine too. If I use yandex web based interface, upload speed is fine.

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

  • os/version: arch 21.3.2 (64 bit)
  • os/kernel: 5.15.50-1-MANJARO (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.18.1
  • go/linking: dynamic
  • go/tags: none

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

Yandex Disk

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

rclone copy -P -vv test my-ya:test2    

The rclone config contents with secrets removed.

[my-ya]
type = yandex
client_id = 
client_secret = 
token = 

A log from the command with the -vv flag

<7>DEBUG : rclone: Version "v1.58.1" starting with parameters ["rclone" "copy" "-P" "-vv" "test" "my-ya:test2"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "test"
<7>DEBUG : Using config file from "/home/echo/.config/rclone/rclone.conf"
<7>DEBUG : fs cache: renaming cache item "test" to be canonical "/home/echo/test"
<7>DEBUG : Creating backend with remote "my-ya:test2"
2022-07-17 12:21:51 DEBUG : Yandex test2: Waiting for checks to finish
2022-07-17 12:21:51 DEBUG : Yandex test2: Waiting for transfers to finish
2022-07-17 12:44:35 DEBUG : 20220505_205156.mp4: md5 = 6038d4d834bdbd5bfe2893bb2e0fd986 OK
2022-07-17 12:44:35 INFO  : 20220505_205156.mp4: Copied (new)
Transferred:      169.171 MiB / 169.171 MiB, 100%, 0 B/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:     22m45.0s
<6>INFO  : 
Transferred:      169.171 MiB / 169.171 MiB, 100%, 0 B/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:     22m45.0s

<7>DEBUG : 5 go routines active

1 Like

I'm not sure what is causing this. Maybe Yandex are deliberately slowing their API? Likely their web interface uses a different (secret) api, or different endpoints.

The endpoint rclone uses is https://cloud-api.yandex.com/v1/disk can you check network connectivity to there?

I note they have a webdav interface you could try with rclone?

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