How to read binary data after download using HTTP Request without download it into local or server?

I need to download it, then Read Binary File without put into my local computer or company server.
Is that possible? Or I need add one more Node to complete my task.

My error is different in every expression.

Hi @farhan_yusuf, you wouldn’t need the Read Binary File node (which reads a file from your file system) if you already have binary data coming from the HTTP Request node.

If you’re downloading a spreadsheet file you can read it straight away like so:

Just make sure you use the same binary property name in both nodes:

image

Hope this helps!

1 Like

Successful ! Thank you for your help…

1 Like

You’re most welcome, glad to hear this helps!

1 Like