I’m trying to submit a post with image to Reddit, url is on public stored from airtable.
The error I’m getting is: [[“BAD_IMAGE”,“Invalid image URL.”,“url”]]
Help, thanks in advance!
I’m trying to submit a post with image to Reddit, url is on public stored from airtable.
The error I’m getting is: [[“BAD_IMAGE”,“Invalid image URL.”,“url”]]
Help, thanks in advance!
Hi @ridz and welcome to the Make Community!
Well, the error message seems pretty clear. The URL is incorrect.
Can you share the input and output bundles for the module that is generating the error?
If you use that same URL in an incognito browser window, does it work?
L
GUYS, I FOUND A SOLUTION for this problem!
Here are the details and my example of how to implement it in a script on make:
BTW, for anyone who needs a fixed “Reddit - Submit a Post” module, please vote for this ticket on the make developer forum:
https://www.make.com/en/app-improvement-ideas/p/reddit-generate-an-image-url
Thank you for the solution you posted. I will try it in my scenario and let you know if I encounter a problem.
what to enter in redirect uri?
Okay. I give up. The link you gave is too technical for my level.
i hope someone from make.com can fix this or add as a new feature!
You can insert any valid placeholder link into the reddirect URI.
Use link “https://www.integromat.com/oauth/cb/reddit” in reddirect URI.
Or just insert the link “http://localhost:8080”, it should work.
You can get the Client ID and Client Secret from here after clicking the “Create app” button.
And yes, filling in all the fields in the HTTP request is a bit difficult, but you should be able to handle it if you follow the instructions.
Thanks! ill try it again.