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
If the client sends an upload creation or append request with Upload-Complete: ?1 whose content isn't large enough to meet the upload length expected by the server, what should the server do? I don't think this edge case is ever explicitly commented on in the draft. If it is, I can't find it.
If the client sends an upload creation or append request with
Upload-Complete: ?1whose content isn't large enough to meet the upload length expected by the server, what should the server do? I don't think this edge case is ever explicitly commented on in the draft. If it is, I can't find it.Some options I can think of:
Mark the upload as completed, process the content, and adjust the upload length accordingly. (Can the upload length change? Opened RESUMABLE: Unclear if changing upload length is allowed #3431)I personally would suggest either option 4 or 5.