Earlier the flow was running fine when the image analyzer’s input was not a link(when the input was an uploaded image). But when I used a link, it is not working fine. It is showing me the following error.
Analyze Image Failed!
Failed to process file from the link: Unsupported content type: text/html; charset=utf-8
Hey @Luv_Goel! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Hey @Luv_Goel – Analyze Image node does not support drive links since its not authenticated with that. You can use a Drive File Reader node and then pass the file object itself to the Analyze Image node.
Hey, I am trying this approach that you have suggested, but the analyze image node is not taking the file object as input - I have tried pasting this in ‘use link’ and ‘link’ both the input options. And the normal file input option is not taking any outside nodes output as its input (in this case we need to select the file to be uploaded form our local computer.)