WeTransfer-Swift-SDK icon indicating copy to clipboard operation
WeTransfer-Swift-SDK copied to clipboard

Fix unclear failure/success state of completing file upload

Open PimCoumans opened this issue 6 years ago • 0 comments

Right now in CompleteUploadOperation, in the success case of the complete upload request, the response is checked and still might fail based on the value of ok. The expected responses and HTTP status codes (which will trigger a fail when non 2xx) should be made clear with the API team

PimCoumans avatar Jul 16 '18 12:07 PimCoumans