Very slow copy speed from Google Drive, help please

What is the problem you are having with rclone?

hi guys,
i have a 200MBit fiber internet connection. i managed to mount my google drive via rclone. it works.
my problem is, then copy speed from my googe drive is very slow, i get about 200-500KB/sec.
if i download the files manually via google drive web, i get about 15MB/sec.

can you help me how to speed up. which optimisations i can do? below are my commands i used for mounting.

thank you.

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

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

google drive

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

rclone mount gdrive:hoerbuecher /gdrive --file-perms 0777 --dir-perms 0777 --umask 000 --allow-other --daemon

The rclone config contents with secrets removed.

[gdrive]
type = drive
scope = drive
token = {"access_token":"XXXX"}
team_drive = 

A log from the command with the -vv flag

rclone v1.61.1
- os/version: raspbian 11.6
- os/kernel: 6.1.12-v7l+ (armv7l)
- os/type: linux
- os/arch: arm
- go/version: go1.19.4
- go/linking: static
- go/tags: none

download from rclone mount is often slower than rclone copy
https://forum.rclone.org/t/very-slow-transfers-on-mount-compared-with-copy/35927/4

i am at work atm. when i am home, i will test with rcopy . just wondering, if difference can be such huge. its like 30x difference.

0,5MByteit/sec vs 15 Mbyte/sec

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