Download attachment from URL

I am trying to work on an automated solution to download files from an authenticated web URL (single sign-on authentication). I have the URLs for the images listed in a table, when I paste any of the URLs manually in Chrome browser, it auto-downloads the attachment in the Download folders.

When I tried GET node on Knime, the output shows XML column but it does not download anything.

The URL looks like below:
https://xxxx.com//api/xxx/InvoiceExternal?docId=04bbk7boyxxj6gc795iguxxwhm7xx6fc

What are my options to get this automated download work on Knime?

Hi @jaydeep2 the GET Request node, as the name says it, is to do GET requests, and you don’t download via GET requests.

You can try to look into the Transfer Files node instead:

I tried that - I am wondering how do I add authentication to the SSO based URL that it requires?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.