I am creating a form in HTML5 and using Drive API rest to upload files, but the files are large, so I need to consult the current status of the upload. I'm using uploadType = resumable
, but to make the status request as documentation:
[Google documentation][1]
PUT} {session_uri HTTP / 1.1
Content-Length: 0
Content-Range: bytes * / *
The response from the server does not return the Range received.
Does anyone know how to fix this?