STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
slow access uploading and downloading files a Google drive and Onedrive
Run the command 'rclone version' and share the full output of the command.
❯ rclone version
rclone v1.69.3
- os/version: ubuntu 25.04 (64 bit)
- os/kernel: 6.14.0-15-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.24.3
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Google Drive and OneDrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Paste command here
```ExecStart=/usr/bin/rclone mount googleleewalsh: /home/lee/googleleewalsh
--config=/home/lee/.config/rclone/rclone.conf \
--allow-other \
--allow-non-empty \
--vfs-cache-mode full \
--vfs-cache-max-size 50G \
--vfs-cache-max-age 72h \
--vfs-read-chunk-size 128M \
--vfs-read-chunk-size-limit 2G \
--buffer-size 16M \
--dir-cache-time 48h \
--poll-interval 1m \
--timeout 1h \
--fast-list \
--drive-pacer-min-sleep 10ms \
--drive-pacer-burst 100 \
--drive-chunk-size 128M \
--drive-acknowledge-abuse \
--log-level INFO \
--log-file /home/lee/rclone/logs/googleleewalsh.log \
--cache-dir=/home/lee/.cache/rclone/googleleewalsh
and the Onedrive config
ExecStart=/usr/bin/rclone mount onedrive: /home/lee/onedrive
--config=/home/lee/.config/rclone/rclone.conf \
--allow-other \
--allow-non-empty \
--vfs-cache-mode full \
--vfs-cache-max-size 50G \
--vfs-cache-max-age 72h \
--vfs-read-chunk-size 128M \
--vfs-read-chunk-size-limit 2G \
--buffer-size 16M \
--dir-cache-time 48h \
--poll-interval 1m \
--timeout 1h \
--fast-list \
--onedrive-delta \
--log-level INFO \
--log-file /home/lee/rclone/logs/onedrive.log \
--cache-dir=/home/lee/.cache/rclone/onedrive
#### Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
<!-- You should use 3 backticks to begin and end your paste to make it readable. -->
Paste config here
❯ rclone config redacted
[googleleewalsh]
type = drive
scope = drive
token = XXX
[googleleewalshpcadvisor]
type = drive
scope = drive
token = XXX
[googletechguy78uk]
type = drive
scope = drive
token = XXX
[onedrive]
type = onedrive
token = XXX
drive_id = XXX
drive_type = personal
### Double check the config for sensitive info before posting publicly
#### A log from the command that you were trying to run 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/ -->
not sure how to get this log