Cloudinary upload an image

Hi all :slight_smile:

Anyone know how to generate an AI image through DALLE and then upload to Cloudinary? I keep getting this error file name has dashes?



Hello!

I tried on my side and it worked. Did you ensure that you configured DallE to return an image file?

Benjamin

2 Likes

Thanks for the reply. Yip got it as an image file… what were your settings on Cloudinary if you don’t mind sharing?

Hello, here is the full configuration of my Cloudinary module

2 Likes

Thanks everyone, I spoke with support and they told me this which worked:

The error is Display name cannot contain slashes .
This error indicates that the display name you are using has slashes. I also noticed that the option Use filename as a display name is enabled in your request.
You can update your upload preset ml_default to use the option Use the last segment of the Public ID as the Display Name .

3 Likes