All Im trying to do with this make.com scenario is send an image through messenger and get openai to analyze the image and I keep on receiving errors on it. Please help
and I get this error when I have it as āImage URLā
Completely lost
Welcome to the Make community!
Does the Module Require You to Map File Data?
Did you forget to download the file using the fileās link/URL? If itās not downloaded to the scenario, the next module canāt access the file binary data (contents).
To do this, you can use the HTTP āGet a Fileā module with the file URL that you need to download. Your file has to be publicly accessible on the internet (doesnāt require authentication).
For more information, see the HTTP page in the Make Help Centre, which covers the following:
- Overview of the HTTP modules
- Make a request
- Make a Basic Auth request
- Make an API key Auth request
- Make an OAuth 2.0 request
- Make a client certificate authentication request
- Get a file
- Resolve a target URL
- Retrieve Headers
- How to generate JSON Web Tokens (JWT)
Hope this helps! Let me know if there are any further questions or issues.
ā @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!
This worked perfectly, thank you!


