I am writing to you because I am trying to convert the profile photos of my users glide to Base64 with Make but I don’t know how to do it and I don’t know about Javascript. The goal is that it automatically converts which is why I use Make. Photos are URLs. Maybe one of you can help me?
Thank you in advance.
Sorry I tried and it didn’t work. What should I put in the part "Encode (base64,url)? Because when I do: text = my column image
Encode = base64
the code the column returns to me does not work.
That encodes the url, not the image itself, right? I’m not sure if you can encode an image inside of Glide. That would probably require javascript with an external library, or an external service.
I don’t have thoughts off the top of my head. I’ve done it manually with an external service, but not on a large scale.
Thanks for your answer, In fact I would like to encode the profile image from my Glide database so I don’t have the Url directly. Can I still use this code?