Google Drive downloads frozen

What is the problem you are having with rclone?

When I download a file with RClone from google drive, the download is frozen after ~5MB and the speed decreases to 0 bytes per second. I have checked and the file is accessible and it is a ~380GB file.

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

rclone v1.63.1

  • os/version: darwin 13.5 (64 bit)
  • os/kernel: 22.6.0 (x86_64)
  • os/type: darwin
  • os/arch: amd64
  • go/version: go1.20.6
  • go/linking: dynamic
  • go/tags: none

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

Google Drive with a Client ID and Secret

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

rclone copy drive:Personal/Gameplay/2021-11-23\ 16-19-40.avi /Volumes/SSD -P

The rclone config contents with secrets removed.

[drive]
type = drive
client_id = idddddd
client_secret = GOCSPX-secretttt
scope = drive
token = {"access_token":"haha","token_type":"Bearer","refresh_token":"1//oops-sdfsdf-dsfgdfgd","expiry":"2023-08-13T11:53:52.890944-04:00"}
team_drive = 

[server]
type = sftp
host = sdfsdfsdf
port = 2007
pass = sdfsdfsdf-sdfsdfsdf
use_insecure_cipher = true
shell_type = unix
md5sum_command = md5sum
sha1sum_command = sha1sum


A log from the command with the -vv flag


2023/08/16 20:17:39 DEBUG : rclone: Version "v1.63.1" starting with parameters ["rclone" "copy" "drive:Personal/Gameplay/2021-11-23 16-19-40.avi" "/Volumes/SSD" "-P" "-vv" "--log-file=/Users/log file/Downloads/log.txt"]
2023/08/16 20:17:39 DEBUG : Creating backend with remote "drive:Personal/Gameplay/2021-11-23 16-19-40.avi"
2023/08/16 20:17:39 DEBUG : Using config file from "/Users/mynamelol/.config/rclone/rclone.conf"
2023/08/16 20:17:39 DEBUG : Google drive root 'Personal/Gameplay/2021-11-23 16-19-40.avi': 'root_folder_id = folder_id_i_redacted' - save this in the config to speed up startup
2023/08/16 20:17:40 DEBUG : fs cache: adding new entry for parent of "drive:Personal/Gameplay/2021-11-23 16-19-40.avi", "drive:Personal/Gameplay"
2023/08/16 20:17:40 DEBUG : Creating backend with remote "/Volumes/SSD"
2023/08/16 20:17:40 DEBUG : 2021-11-23 16-19-40.avi: Need to transfer - File not found at Destination
2023/08/16 20:17:40 DEBUG : 2021-11-23 16-19-40.avi: Starting multi-thread copy with 4 parts of size 19.985Gi
2023/08/16 20:17:40 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: stream 4/4 (64377126912-85836126702) size 19.985Gi starting
2023/08/16 20:17:40 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: stream 2/4 (21459042304-42918084608) size 19.985Gi starting
2023/08/16 20:17:40 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: stream 1/4 (0-21459042304) size 19.985Gi starting
2023/08/16 20:17:40 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: stream 3/4 (42918084608-64377126912) size 19.985Gi starting
2023/08/16 20:17:41 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: write buffer set to 128Ki
2023/08/16 20:17:41 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: write buffer set to 128Ki
2023/08/16 20:17:41 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: write buffer set to 128Ki
2023/08/16 20:17:41 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: write buffer set to 128Ki

so that is the last log entry? rclone stops dead, no output, no crash?

Yes thats it - left it for a few hours

This also only happens on this computer, I copied the config to a different one and it works fine

ok, not sure what is going on, for the log to stop like that, with no error for hours.
when that happens, can you confirm that rclone is running in Activity Monitor?

--- might try --dump=headers for a more detailed log.
--- might try --multi-thread-streams=0
--- might test on a different source file.
--- might test on a file smaller source file, 1MiB

Sure. I can do it in 30 mins and get back to you.
Smaller files (15GB) have worked fine but this larger file does not. Other large files also don’t work.

1 Like

Hey! Using --multi-thread-streams=0 fixed it! I havent had to use it on my other laptop for the same file strangely...
Any ideas?

good.

no, not sure, as i do not use gdrive, do not use macos, not sure why that specfic machine has an issue.

i did mention these:

  • check rclone in the Activity Monitor or whatever resource tool you use?
  • --dump=headers might reveal something.

that also uses macos, same os kernel?

RClone is still running using 0.6% of CPU.
Same macOS on the laptop as well. Ended up using the laptop to download from google drive and sftp into the Mac that is having the issue which worked well enough.

Dump headers output below.

2023/08/17 19:43:54 DEBUG : rclone: Version "v1.63.1" starting with parameters ["rclone" "copy" "drive:Personal/Gameplay/2021-11-23 16-19-40.avi" "/Volumes/SSD" "-P" "-vv" "--log-file=/Users/dsfdsdsfdsffds/Downloads/log.txt" "--dump=headers"]
2023/08/17 19:43:54 DEBUG : Creating backend with remote "drive:Personal/Gameplay/2021-11-23 16-19-40.avi"
2023/08/17 19:43:54 DEBUG : Using config file from "/Users/fsdsfsdfdfsfsd/.config/rclone/rclone.conf"
2023/08/17 19:43:54 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2023/08/17 19:43:54 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:54 DEBUG : HTTP REQUEST (req 0xc000a16500)
2023/08/17 19:43:54 DEBUG : GET /drive/v3/files/root?alt=json&fields=id&prettyPrint=false&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.20.6 gdcl/0.115.0
Accept-Encoding: gzip

2023/08/17 19:43:54 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:54 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:54 DEBUG : HTTP RESPONSE (req 0xc000a16500)
2023/08/17 19:43:54 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Thu, 17 Aug 2023 23:43:54 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0

2023/08/17 19:43:54 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:54 DEBUG : Google drive root 'Personal/Gameplay/2021-11-23 16-19-40.avi': 'root_folder_id = 0ACBhhMMbaSuKUk9PVA' - save this in the config to speed up startup
2023/08/17 19:43:54 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:54 DEBUG : HTTP REQUEST (req 0xc0009d8600)
2023/08/17 19:43:54 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%270ACBhhMMbaSuKUk9PVA%27+in+parents%29+and+%28name%3D%27Personal%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.20.6 gdcl/0.115.0
Accept-Encoding: gzip

2023/08/17 19:43:54 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:54 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:54 DEBUG : HTTP RESPONSE (req 0xc0009d8600)
2023/08/17 19:43:54 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Thu, 17 Aug 2023 23:43:54 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0

2023/08/17 19:43:54 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:54 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:54 DEBUG : HTTP REQUEST (req 0xc000a92500)
2023/08/17 19:43:54 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%271xP0uF9qmESFja584O6Khn43ZjUwKPhgu%27+in+parents%29+and+%28name%3D%27Gameplay%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.20.6 gdcl/0.115.0
Accept-Encoding: gzip

2023/08/17 19:43:54 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:55 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:55 DEBUG : HTTP RESPONSE (req 0xc000a92500)
2023/08/17 19:43:55 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Thu, 17 Aug 2023 23:43:55 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0

2023/08/17 19:43:55 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:55 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:55 DEBUG : HTTP REQUEST (req 0xc0006ca400)
2023/08/17 19:43:55 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%271HVCpqs8bOtgRyTwoqFcldjsE-SNZtN6r%27+in+parents%29+and+%28name%3D%272021-11-23+16-19-40.avi%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.20.6 gdcl/0.115.0
Accept-Encoding: gzip

2023/08/17 19:43:55 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:55 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:55 DEBUG : HTTP RESPONSE (req 0xc0006ca400)
2023/08/17 19:43:55 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Thu, 17 Aug 2023 23:43:55 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0

2023/08/17 19:43:55 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:55 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:55 DEBUG : HTTP REQUEST (req 0xc000a92a00)
2023/08/17 19:43:55 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%270ACBhhMMbaSuKUk9PVA%27+in+parents%29+and+%28name%3D%27Personal%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.20.6 gdcl/0.115.0
Accept-Encoding: gzip

2023/08/17 19:43:55 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:55 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:55 DEBUG : HTTP RESPONSE (req 0xc000a92a00)
2023/08/17 19:43:55 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Thu, 17 Aug 2023 23:43:55 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0

2023/08/17 19:43:55 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:55 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:55 DEBUG : HTTP REQUEST (req 0xc0009d8b00)
2023/08/17 19:43:55 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%271xP0uF9qmESFja584O6Khn43ZjUwKPhgu%27+in+parents%29+and+%28name%3D%27Gameplay%27%29+and+%28mimeType%3D%27application%2Fvnd.google-apps.folder%27+or+mimeType%3D%27application%2Fvnd.google-apps.shortcut%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.20.6 gdcl/0.115.0
Accept-Encoding: gzip

2023/08/17 19:43:55 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:55 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:55 DEBUG : HTTP RESPONSE (req 0xc0009d8b00)
2023/08/17 19:43:55 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Thu, 17 Aug 2023 23:43:55 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0

2023/08/17 19:43:55 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:55 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:55 DEBUG : HTTP REQUEST (req 0xc0009d9000)
2023/08/17 19:43:55 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%271HVCpqs8bOtgRyTwoqFcldjsE-SNZtN6r%27+in+parents%29+and+%28name%3D%272021-11-23+16-19-40.avi%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.20.6 gdcl/0.115.0
Accept-Encoding: gzip

2023/08/17 19:43:55 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:55 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:55 DEBUG : HTTP RESPONSE (req 0xc0009d9000)
2023/08/17 19:43:55 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Thu, 17 Aug 2023 23:43:55 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0

2023/08/17 19:43:55 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:55 DEBUG : fs cache: adding new entry for parent of "drive:Personal/Gameplay/2021-11-23 16-19-40.avi", "drive:Personal/Gameplay"
2023/08/17 19:43:55 DEBUG : Creating backend with remote "/Volumes/SSD"
2023/08/17 19:43:55 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:55 DEBUG : HTTP REQUEST (req 0xc0009d9400)
2023/08/17 19:43:55 DEBUG : GET /drive/v3/files?alt=json&fields=files%28id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey%29%2CnextPageToken%2CincompleteSearch&includeItemsFromAllDrives=true&pageSize=1000&prettyPrint=false&q=trashed%3Dfalse+and+%28%271HVCpqs8bOtgRyTwoqFcldjsE-SNZtN6r%27+in+parents%29+and+%28name%3D%272021-11-23+16-19-40.avi%27%29&supportsAllDrives=true HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
X-Goog-Api-Client: gl-go/1.20.6 gdcl/0.115.0
Accept-Encoding: gzip

2023/08/17 19:43:55 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:56 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:56 DEBUG : HTTP RESPONSE (req 0xc0009d9400)
2023/08/17 19:43:56 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Type: application/json; charset=UTF-8
Date: Thu, 17 Aug 2023 23:43:56 GMT
Expires: Mon, 01 Jan 1990 00:00:00 GMT
Pragma: no-cache
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0

2023/08/17 19:43:56 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:56 DEBUG : 2021-11-23 16-19-40.avi: Need to transfer - File not found at Destination
2023/08/17 19:43:56 DEBUG : 2021-11-23 16-19-40.avi: Starting multi-thread copy with 4 parts of size 19.985Gi
2023/08/17 19:43:56 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: stream 3/4 (42918084608-64377126912) size 19.985Gi starting
2023/08/17 19:43:56 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: stream 2/4 (21459042304-42918084608) size 19.985Gi starting
2023/08/17 19:43:56 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: stream 1/4 (0-21459042304) size 19.985Gi starting
2023/08/17 19:43:56 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: stream 4/4 (64377126912-85836126702) size 19.985Gi starting
2023/08/17 19:43:56 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:56 DEBUG : HTTP REQUEST (req 0xc000a16900)
2023/08/17 19:43:56 DEBUG : GET /drive/v3/files/13DRm5ldJPbnTr_TwxVJhiTxSaAhqZPeP?alt=media HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
Range: bytes=42918084608-64377126911

2023/08/17 19:43:56 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:56 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:56 DEBUG : HTTP REQUEST (req 0xc0007e2100)
2023/08/17 19:43:56 DEBUG : GET /drive/v3/files/13DRm5ldJPbnTr_TwxVJhiTxSaAhqZPeP?alt=media HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
Range: bytes=21459042304-42918084607

2023/08/17 19:43:56 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:56 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:56 DEBUG : HTTP REQUEST (req 0xc0006caa00)
2023/08/17 19:43:56 DEBUG : GET /drive/v3/files/13DRm5ldJPbnTr_TwxVJhiTxSaAhqZPeP?alt=media HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
Range: bytes=0-21459042303

2023/08/17 19:43:56 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:56 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:56 DEBUG : HTTP REQUEST (req 0xc000a92e00)
2023/08/17 19:43:56 DEBUG : GET /drive/v3/files/13DRm5ldJPbnTr_TwxVJhiTxSaAhqZPeP?alt=media HTTP/1.1
Host: www.googleapis.com
User-Agent: rclone/v1.63.1
Authorization: XXXX
Range: bytes=64377126912-85836126701

2023/08/17 19:43:56 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/08/17 19:43:56 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:56 DEBUG : HTTP RESPONSE (req 0xc000a92e00)
2023/08/17 19:43:56 DEBUG : HTTP/1.1 206 Partial Content
Content-Length: 21458999790
Access-Control-Allow-Credentials: true
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: private, max-age=0, must-revalidate
Content-Disposition: attachment
Content-Range: bytes 64377126912-85836126701/85836126702
Content-Type: video/avi
Date: Thu, 17 Aug 2023 23:43:56 GMT
Expires: Thu, 17 Aug 2023 23:43:56 GMT
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Guploader-Uploadid: adsfbnkjjkdfsajkdfs
X-Xss-Protection: 0

2023/08/17 19:43:56 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:56 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: write buffer set to 128Ki
2023/08/17 19:43:56 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:56 DEBUG : HTTP RESPONSE (req 0xc0006caa00)
2023/08/17 19:43:56 DEBUG : HTTP/1.1 206 Partial Content
Content-Length: 21459042304
Access-Control-Allow-Credentials: true
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: private, max-age=0, must-revalidate
Content-Disposition: attachment
Content-Range: bytes 0-21459042303/85836126702
Content-Type: video/avi
Date: Thu, 17 Aug 2023 23:43:56 GMT
Expires: Thu, 17 Aug 2023 23:43:56 GMT
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Guploader-Uploadid: asdadasdadsadasd
X-Xss-Protection: 0

2023/08/17 19:43:56 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:56 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: write buffer set to 128Ki
2023/08/17 19:43:56 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:56 DEBUG : HTTP RESPONSE (req 0xc0007e2100)
2023/08/17 19:43:56 DEBUG : HTTP/1.1 206 Partial Content
Content-Length: 21459042304
Access-Control-Allow-Credentials: true
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Cache-Control: private, max-age=0, must-revalidate
Content-Disposition: attachment
Content-Range: bytes 21459042304-42918084607/85836126702
Content-Type: video/avi
Date: Thu, 17 Aug 2023 23:43:56 GMT
Expires: Thu, 17 Aug 2023 23:43:56 GMT
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Guploader-Uploadid: adasdas-asdasda-asdasd
X-Xss-Protection: 0

2023/08/17 19:43:56 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:56 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: write buffer set to 128Ki
2023/08/17 19:43:56 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:56 DEBUG : HTTP RESPONSE (req asdasdasdada)
2023/08/17 19:43:56 DEBUG : HTTP/1.1 206 Partial Content
Content-Length: 21459042304
Access-Control-Allow-Credentials: true
Alt-Svc: h3=":443"; ma=asdasda,h3-29=":443"; ma=asdasd
Cache-Control: private, max-age=0, must-revalidate
Content-Disposition: attachment
Content-Range: bytes 42918084608-64377126911/85836126702
Content-Type: video/avi
Date: Thu, 17 Aug 2023 23:43:56 GMT
Expires: Thu, 17 Aug 2023 23:43:56 GMT
Server: ESF
Vary: Origin, X-Origin
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Guploader-Uploadid: asdasda-asdasdasd-asasa-as
X-Xss-Protection: 0

2023/08/17 19:43:56 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/08/17 19:43:56 DEBUG : 2021-11-23 16-19-40.avi: multi-thread copy: write buffer set to 128Ki
2023/08/17 19:44:34 INFO  : Signal received: interrupt
2023/08/17 19:44:34 INFO  : 2021-11-23 16-19-40.avi.nafedom9.partial: Removing failed copy
2023/08/17 19:44:34 INFO  : Exiting...```

about rclone,
same version of both machines?
did you update recently?

might test --inplace

Same version but the one that doesnt work was installed yesterday

hard to know, without me asking basic questions, things you might have already done.

installed new, not upgraded?

what is the file system of /Volumes/SSD?
--- might try another dest, another file system

--- might uninstall and reinstall rclone.
--- might reboot laptop

Yes new
File system is ExFAT - have tried both other dests and fs's
Tried uninstalling and rebooting

at this point, i do not know what if going on with that specific machine.
do here are some random ideas.

--- i would not test on exfat or external drive.
--- can you upload to gdrive?
--- other than gdrive, are there any other storage systems to test?
--- what about local to local, does that work?

i would try combinations of flags:
--inplace
--local-no-preallocate
--local-no-sparse

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