astrada / gapi-ocaml

A simple OCaml client for Google Services.
http://astrada.github.com/gapi-ocaml/
Other
91 stars 20 forks source link

Chunked upload doesn't work #26

Closed astrada closed 5 years ago

astrada commented 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.