Analyze Image Failed!

Here is my Flow:

https://www.gumloop.com/pipeline?workbook_id=pdnPcpJfYVQ7hsUpsa22KN&tab=1&run_id=Ca4m5i7NJvxtQuuCXYnGxJ

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

Please help!

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.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

Hey @Luv_GoelAnalyze 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.

The link option works with public media links.

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.)

Please help. Here is the link of the updated flow.
https://www.gumloop.com/pipeline?workbook_id=pdnPcpJfYVQ7hsUpsa22KN&tab=1&run_id=cP9fpambkGes6etH5RiRMX

Thanks!

You’ll want to pass the file into the File input instead of the Link input. Here’s how you can do that:

  • Add a new Analyze Image node
  • Go to Configure Inputs > Enable Image File
  • Connect your Google Drive input badge in the Image File input

https://www.gumloop.com/pipeline?workbook_id=eKoSpGxdAqKuENHEJNvCok&tab=1

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