
Multipart upload
I am trying to do a multi part upload using the two step process. From first step i am getting a upload URL which comes with resumable appended with it. Now when i upload a part of the file. I am trying to send 0-2/223456444 bytes. For which am expecting to get back a 201 response.
But every time i try, i am getting a 200 OK response. And because of which i am not able to upload my rest of the file.
Any clues on what i could be doing wrong?