Reddit submit post image type shows me error [["BAD_IMAGE","Invalid image URL.","url"]]

Hi! I’m new in Make,

I’m trying to submit a post with image to Reddit, I’m getting the data from a Google Sheet. The module ask for an URL that I sopose have to be from the image it self. I’m ussing an image uploaded on my Google Drive shared to everyone.

This is the link images.jpg - Google Drive

The error I’m getting is: [[“BAD_IMAGE”,“Invalid image URL.”,“url”]]

I already check these:
Make sure in using https://
Share the image to everyone
Add format type at the end of the link (.jpeg/.jpg)
Add ?raw=1 (I saw this on a topic with a similar error with DropBox)

I have to mention that works find with a text post, how ever with the image type post I’m stuck with this error.

Hoppefuly someone of this great community could help me to figurate out how to go trough this :slight_smile:

Welcome to the Make community!

For assistance, please provide the following:

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

1 Like

Hi samliew, thanks for your quick answer :slight_smile:
blueprint.json (25.2 KB)

INPUT

[
    {
        "url": "https://drive.google.com/file/d/1OXtg5MeXvg3VjI6o7uMKX-0rxM1o_JZm.jpeg",
        "kind": "image",
        "title": "Test Post",
        "srName": "Mycomm_araku",
        "flair_id": null,
        "collection_id": null
    }
]

OUTPUT

[
    null
]

Hello I am stuck with Make.com and Reddit Image Post module integration. Any clues on how to properly get the Image Url form e.g. Air table and publish it as an image post on Reddit?

Did you able to solve it?