ThomasT
BuildShip10mo ago
5 replies
Thomas

access file from "download" node for gemini

Hi,

in order to have gemini analyze a image in the multimodal gemini node I need to attach an image to the api call.
So I am using the download node to download the file, but I am having trouble accessing the actual file. Please have a look at the screenshots,

Thanks
Bildschirmfoto_2025-03-11_um_16.29.21.png
Bildschirmfoto_2025-03-11_um_16.29.18.png
Bildschirmfoto_2025-03-11_um_16.29.09.png
Solution
Hey @Thomas, I've responded to your support request addressing the issues in your workflow. Here's a quick recap:

I've reviewed your workflow and identified a couple of issues that I've addressed below:

- There was an issue with the download node not automatically creating intermediate folders. We've now updated the logic to create folders according to the flat file structure.

- The Image URL provided to the download node is currently returning a 404 error. This could be because the file URL is not public or has restricted access.

Once you update the image url in the download node, your flow should run as expected.
Was this page helpful?