What are you trying to achieve?
Hi all,
I’m new to make and I’m running into a few problems.
When I want to connect with Twitter it gives me this error:
Failed to verify connection ‘My X (formerly Twitter) OAuth 2.0 connection’. Status Code Error: 400
I’ve tried all sorts of things, read the documentation, but I can’t figure it out till the point of frustration.
Anyone knows what I’m doing wrong?
(just for context it’s a free X account)
Then my second problem:
I’m trying to add a blog plus a photo to my Medium account. However, it seems that Medium is not fetching the photo from Dall-E.
I first also had this problem with Pinterest and Telegram, but there I could tell it to use the DATA URL from DALL-E. But this option is not available in the photo upload of Medium.
How to proceed this?
Thanks in advance!
Screenshots: scenario setup, module configuration, errors
The X connection is resolved now.
The medium photo upload is still not working.
I think it’s because Medium requires name + extension in the name when you upload a picture. And I believe that Dall-E doesn’t have that on default.
I tried to put one-drive in the middle as a in-between solution for download - upload.
However now it gives me this error:
“Cannot read properties of undefined (reading ‘name’)”
Anyone any ideas on improving this?
Hi @Unicorn_Quest
I had same problem for my client as the image was showing on medium.
So what I did is customize the HTML email and added a image tag and in src pass the image link which should be public.
In that case image appears on the medium blog and it’s shows properly.There is module to upload age but it’s not showing option to which blog you have to connect to.
.
Thank you for your reply. I ended up deleting the Medium option because my niche is a little bit difficult for Medium. They blocked my blog for the third time now. I went for the Wordpress integration now and this runs smoothly.
I did run into an image problem with Wordpress as well. It uploaded everytime with the same image name, and therefore it would replace all images with the newest upload on all blogs. Maybe this is also what causes the upload issue with Medium.
How I solved it directly is as follows: You need to choose for “map” in the upload image module and then add a variable .extension. I solved this problem by doing this in the file name tab in the create image module: {{5.resImgName}}{{now}}.png
2 Likes