Skip to content

HTTP download file


Downloads file from 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
IS_DIRECTORYPath where the downloaded should be saved is a directory
FILE_ALREADY_EXIST
(available when Error when file already exists is enabled)
File already exist
PERMISSION_DENIEDPermissions block reading/writing
UNKNOWNUnknown error

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