Invalid Request URI was provided: Download file from URL

Hello, im trying to use the “Download from URL” function but i have this error message:

“Download File from URL: An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.”

Hi @jhonatan.fierrosperalta,

The link is not downloaded path, recheck the link.

Ex: https://example.com/file.pdf

Regards,
Arivu

@jhonatan.fierrosperalta
Welcome to community!!

As per error it saying there is invalid URL, use log message to ensure the URL was correct or not. if not try to change the URL and try

@jhonatan.fierrosperalta,

Your URL is not a file URL to download. It should be ending with a file extension like below:

https://global.discourse-cdn.com/uipath/original/3X/0/e/0e831d5d6f7fd6f49812e383415cb145d257ef94.png

@jhonatan.fierrosperalta

You would see this error when the absolute path is not provided…it should ideally end with a file extension so that download file from url works

the url you rpovided might be routing to a file but not the url of the file directly

else try with http request that also might work

cheers