Skip to content

HTTP upload file


Uploads file to HTTP endpoint


Error Enum explanation
ErrorDescription
CONNECTIONCannot connect to the HTTP endpoint
HTTP_STATUSHTTP response status code is not within range
TIMEOUTHTTP request did complete in the given time
INVALID_RESPONSEHTTP response was not valid
REDIRECTHTTP request was redirected too many times
BAD_REQUEST_HEADERHTTP request header contains invalid characters
FILE_NOT_FOUNDFile not found
IS_DIRECTORYPath where the downloaded should be saved is a directory
PERMISSION_DENIEDPermissions block reading
UNKNOWNUnknown error

Header’s Name maximum length allowed is 40
Header’s Value maximum length allowed is 1,000