Closed astrada closed 5 years ago
If file size is bigger than max_upload_chunk_size, the last chunk is uploaded incorrectly (content length is always equal to max_upload_chunk_size regardless of remaining bytes). See astrada/google-drive-ocamlfuse#538.
max_upload_chunk_size
If file size is bigger than
max_upload_chunk_size
, the last chunk is uploaded incorrectly (content length is always equal tomax_upload_chunk_size
regardless of remaining bytes). See astrada/google-drive-ocamlfuse#538.