I'm trying to upload batch job operations by following this article.
First I exchanged uploadUrl for a resumable upload URL and then start uploading operations (xml format) in chunks (multiple of 256K). Response status code is 308 for first and all intermediate requests. But for the last request, I'm getting response status 400 with body Failed to parse Content-Range header. How can I debug this error?