Slow upload speed to google drive

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 upload speed to google drive
the speed of my provider is 200 Mbit per second, I upload the file to Google Drive using rclone, at a speed of 2-3 Mbit per second
if I move the file directly to disk through the browser, without using rclone, the transfer speed is 200 Mbps

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

rclone-v1.56

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)

Paste command here

rclone move /disk1/file crypt_1: --user-agent "Mozilla/5.0 (Linux; Android 7.1.2; Redmi 4X Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.81 Mobile Safari/537.36" --transfers 1 -P --drive-service-account-file path_sesion_tokens/1.json -v --drive-upload-cutoff=1000T
rclone move /disk1/file crypt_1: --transfers 1 -P --drive-service-account-file path_sesion_tokens/1.json -v --drive-chunk-size 1024M

I read similar threads but didn't find a solution

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[crypt_1]
type = drive
token = {"access_token":"","expiry":"2023-09-07T14:23:09.188796Z"}
team_drive = 0AKSICixp5VP2Uk9PVA

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

2023/09/24 14:33:30 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "move" "/disk1/1.db" "crypt_1:" "--drive-stop-on-upload-limit" "--transfers" "1" "-P" "--drive-service-account-file" "path_sesion_tokens/c778bc920878a893816776a9b75d9dfa8057f742.json" "-vv" "--log-file" "/root/rclone.log" "--drive-chunk-size" "128M"]
2023/09/24 14:33:30 DEBUG : Creating backend with remote "/disk1/1.db"
2023/09/24 14:33:30 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/09/24 14:33:30 DEBUG : fs cache: adding new entry for parent of "/disk1/1.db", "/disk1"
2023/09/24 14:33:30 DEBUG : Creating backend with remote "drive_1:"
2023/09/24 14:33:30 DEBUG : drive_1: detected overridden config - adding "{crU2Q}" suffix to name
2023/09/24 14:33:30 DEBUG : fs cache: renaming cache item "drive_1:" to be canonical "drive_1{crU2Q}:"
2023/09/24 14:33:31 DEBUG : 1.db: Need to transfer - File not found at Destination
2023/09/24 14:33:31 DEBUG : a4eik02nq5cv5rb07e11hhh6hkckhtm5ee76kpr995rbj5t3sgl19g3a5irfo8t3nhh7u7fb7jb508852j0m6j70qb0ov8dqgcjul01d2eh2h9rehd5pihmlo5rlpaaee61oq3u0mi4bhjdainmd0hgjn0: Sending chunk 0 length 134217728

  • hard to share good advice, the questions in the template were not answered.
  • should update to v1.64.0 and test again.

why limit rclone to a single file transfer instead of using default value?

there are a lot of files in the folder, I tried without this flag, no changes

rclone v1.64.0

  • os/version: ubuntu 20.04 (64 bit)
    didn't help

rclone fgdrive support is very slow with lots of slow files, try increasing --transfers and --checkers

No config
No log file

I wonder why it doesn't work. Amazing how people just refuse to do the things to help themselves. I'm left baffled every day.

I added everything

I don't see any errors

I do.

You aren't using a client ID and secret. The default rclone one is over loaded.

And 1 second of a log is useless. Good luck.

[crypt_1]
type = drive
token = {"token": "ya29.a0AfB_byAPy0E"}
team_drive = 0AC-***
client_id = ***-k4i36jrdiioklceu09vpdf1usdq21kcv.apps.googleusercontent.com
client_secret = ***2ozrnILu3T4instc2vQakcQR
service_account_file = /root/path_sesion_tokens/c8829b3f9454f70db2936dbccd1fd5586150081f.json
I tried with id and client secret, and only with id

2023/09/24 15:08:13 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "move" "/disk1/1.db" "crypt_1:" "--drive-stop-on-upload-limit" "--transfers" "1" "-P" "--drive-service-account-file" "path_sesion_tokens/c8829b3f9454f70db2936dbccd1fd5586150081f.json" "-vv" "--log-file" "/root/rclone.log" "--drive-chunk-size" "128M"]
2023/09/24 15:08:13 DEBUG : Creating backend with remote "/disk1/1.db"
2023/09/24 15:08:13 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/09/24 15:08:13 DEBUG : fs cache: adding new entry for parent of "/disk1/1.db", "/disk1"
2023/09/24 15:08:13 DEBUG : Creating backend with remote "crypt_1:"
2023/09/24 15:08:13 DEBUG : crypt_1: detected overridden config - adding "{W4JI9}" suffix to name
2023/09/24 15:08:13 DEBUG : fs cache: renaming cache item "crypt_1:" to be canonical "crypt_1{W4JI9}:"
2023/09/24 15:08:13 DEBUG : 1.db: Need to transfer - File not found at Destination
2023/09/24 15:08:14 DEBUG : 1.db: Sending chunk 0 length 134217728
2023/09/24 15:09:32 DEBUG : 1.db: Sending chunk 134217728 length 134217728
2023/09/24 15:10:52 DEBUG : 1.db: Sending chunk 268435456 length 134217728

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