You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I have 503 response while uploading a file. I use a resumable upload, so after such response I just try to resume upload session. In most cases session resumes successfully and the file upload continues. But sometimes I recieve 400 response when I try to resume the session.
I want to understade what am I doing wrong. Maybe it is a bug?
Here is a truncated and simplified Fiddler log. Let [FILE_CONTENT] be file content of the specifyed length and [UPLOAD_URL] be the url returned from POST request.
It appears as though request that was attempting to commit the final block partially succeeded - it got far enough to coalesce the blocks but not far enough to persist the result. This essentially leaves the session in an unrecoverable state. It's obviously a bug on our side, and we're tracking a fix, however there isn't much you can do other than trying the whole process again.
As part of a repository clean up effort we are closing older issues. If this issue remains, please: open a new issue, reference this issue, and provide any additional details that may help in resolution. Thank you for your understanding as we work to improve our responsiveness.
Sometimes I have 503 response while uploading a file. I use a resumable upload, so after such response I just try to resume upload session. In most cases session resumes successfully and the file upload continues. But sometimes I recieve 400 response when I try to resume the session.
I want to understade what am I doing wrong. Maybe it is a bug?
Here is a truncated and simplified Fiddler log. Let [FILE_CONTENT] be file content of the specifyed length and [UPLOAD_URL] be the url returned from POST request.
Creating upload session
request
reponse
Upload a file
request
response
Asking about upload state
request
response
Continue uploading file
request
response
The text was updated successfully, but these errors were encountered: