Hi Charan Raju
I am using POSTMAN and sending a PATCH request on
yourdomain.api.crm8.dynamics.com/.../s36000_ic
with the following headers{
x-ms-file-name:ic.png,
x-ms-transfer-mode:chunked
}.
after this request is triggered I get a location variable from the response header and again I am making a PATCH request on this:
yourdomain.api.crm8.dynamics.com/.../s36000_ic
with the following headers
{
Content-Range : bytes 0-33554431/*
Content-Type : application/octet-stream
x-ms-file-name : ic.png
Content-Length : 10737456
}
but still, i am getting an error