DownloadFile error

Trying to bulk download images to folder using DownloadFile formula

Entering link tab , destination , rename name, always getting error:
Exception: WebException
Message: an exception occurred during a WebClient request

Tried resetting HTTPs

What else could it be?

Sample url: https://files.plytix.com/api/v1.1/file/public_files/pim/assets/8a/8d/8f/62/628f8d8abb3a1aaaf0e8f149/images/f3/99/cb/64/64cb99f30635ebcbfc5ca5db/TH_RAMST2MTBK.jpg

I had no issues downloading the file. Can you provide the formula you're using?

Hi, it looks like below, I have taken the formula from suggested, changed attributes. Maybe you see mistake?

=DownloadFile(B2,"\xxx\shared\FolderRedirection\samdwnld\Desktop\NEVILLE",S2)

Can you try a simpler folder path and no custom file name (remove S2 argument)

I managed! Destination was being rejected for some reason, was trying to create folder in Documents, yet when created within local main drive - it all went through

1 Like