Thank you for these steps. I’ve verified that the two ids are the same for the corrupted file as it is currently and the corrupted file as it was in the snapshot it was uploaded in.
I have also been digging through various logs related to the incident. Here, for instance, are two errors reported by my nginx reverse proxy at the time when the file upload was completed.
2026/06/03 10:23:51 [error] 3678876#3678876: *259861 upstream timed out (110: Connection timed out) while reading response header from upstream, client: [REDACTED Client IP], server: drive.[REDACTED].com, request: "POST /seafhttp/upload-aj/1c729ff0-6062-4407-9667-23a862e97a69?ret-json=1 HTTP/1.1", upstream: "http://127.0.0.1:8083/seafhttp/upload-aj/1c729ff0-6062-4407-9667-23a862e97a69?ret-json=1", host: "drive.[REDACTED].com", referrer: "https://drive.[REDACTED].com/library/d3bebb10-42f5-4054-9ce7-cad8b3eb40a9/Rec%20Room%20Archive/Games"
2026/06/03 10:23:51 [error] 3678876#3678876: *259861 client intended to send too large body: 6743715 bytes, client: [REDACTED Client IP], server: drive.[REDACTED].com, request: "POST /seafhttp/upload-aj/1c729ff0-6062-4407-9667-23a862e97a69?ret-json=1 HTTP/1.1", upstream: "http://127.0.0.1:8083/seafhttp/upload-aj/1c729ff0-6062-4407-9667-23a862e97a69?ret-json=1", host: "drive.[REDACTED].com", referrer: "https://drive.[REDACTED].com/library/d3bebb10-42f5-4054-9ce7-cad8b3eb40a9/Rec%20Room%20Archive/Games"
from that error: 6,743,715 bytes is very very close to the 6,742,322 bytes that were successfully written to seafile.The rest of the 2,951,143,730 bytes were all 0s.
Here are the nginx access logs from around the time that the file finished uploading. Not the 413 that was caught in the error logs. Also note the additional POST request that succeeded after the 413 error.
[REDACTED Client IP] - - [03/Jun/2026:10:22:43 +0000] "POST /seafhttp/upload-aj/1c729ff0-6062-4407-9667-23a862e97a69?ret-json=1 HTTP/1.1" 200 17 "https://drive.[REDACTED].com/library/d3bebb10-42f5-4054-9ce7-cad8b3eb40a9/Rec%20Room%20Archive/Games" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36"
[REDACTED Client IP] - - [03/Jun/2026:10:22:48 +0000] "POST /seafhttp/upload-aj/1c729ff0-6062-4407-9667-23a862e97a69?ret-json=1 HTTP/1.1" 200 17 "https://drive.[REDACTED].com/library/d3bebb10-42f5-4054-9ce7-cad8b3eb40a9/Rec%20Room%20Archive/Games" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36"
[REDACTED Different Non-Associated Client IP] - - [03/Jun/2026:10:22:54 +0000] "POST /seafhttp/repo/head-commits-multi/ HTTP/1.1" 200 83 "-" "Seafile/9.0.18 (Windows NT)"
[REDACTED Different Non-Associated Client IP] - - [03/Jun/2026:10:23:24 +0000] "POST /seafhttp/repo/head-commits-multi/ HTTP/1.1" 200 83 "-" "Seafile/9.0.18 (Windows NT)"
[REDACTED Client IP] - - [03/Jun/2026:10:23:52 +0000] "POST /seafhttp/upload-aj/1c729ff0-6062-4407-9667-23a862e97a69?ret-json=1 HTTP/1.1" 413 578 "https://drive.[REDACTED].com/library/d3bebb10-42f5-4054-9ce7-cad8b3eb40a9/Rec%20Room%20Archive/Games" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36"
[REDACTED Different Non-Associated Client IP] - - [03/Jun/2026:10:23:54 +0000] "POST /seafhttp/repo/head-commits-multi/ HTTP/1.1" 200 83 "-" "Seafile/9.0.18 (Windows NT)"
[REDACTED Different Non-Associated Client IP] - - [03/Jun/2026:10:24:24 +0000] "POST /seafhttp/repo/head-commits-multi/ HTTP/1.1" 200 83 "-" "Seafile/9.0.18 (Windows NT)"
[REDACTED Different Non-Associated Client IP] - - [03/Jun/2026:10:24:55 +0000] "POST /seafhttp/repo/head-commits-multi/ HTTP/1.1" 200 83 "-" "Seafile/9.0.18 (Windows NT)"
[REDACTED Different Non-Associated Client IP] - - [03/Jun/2026:10:25:25 +0000] "POST /seafhttp/repo/head-commits-multi/ HTTP/1.1" 200 83 "-" "Seafile/9.0.18 (Windows NT)"
[REDACTED Different Non-Associated Client IP] - - [03/Jun/2026:10:25:55 +0000] "POST /seafhttp/repo/head-commits-multi/ HTTP/1.1" 200 83 "-" "Seafile/9.0.18 (Windows NT)"
[REDACTED Client IP] - - [03/Jun/2026:10:26:07 +0000] "POST /seafhttp/upload-aj/1c729ff0-6062-4407-9667-23a862e97a69?ret-json=1 HTTP/1.1" 200 98 "https://drive.[REDACTED].com/library/d3bebb10-42f5-4054-9ce7-cad8b3eb40a9/Rec%20Room%20Archive/Games" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36"
[REDACTED Client IP] - - [03/Jun/2026:10:26:07 +0000] "GET /media/img/file/256/video.png HTTP/1.1" 200 6912 "https://drive.[REDACTED].com/library/d3bebb10-42f5-4054-9ce7-cad8b3eb40a9/Rec%20Room%20Archive/Games" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36"
Is any of this significant?