Hey guys! We use the images uploaded to get photos into the app for our car repair app. But when I try to drag the pictures out of glide into the insurance side they will not allow uploading of webp image type. Is there anyway to get the jpeg version of our uploaded pictures? I see that they are hosted with cloudinary but it’s quite the hoop to try to get the original jpeg uploaded.
Has anyone found a faster way? I want to be able to just click and drag the picture over or at least right click and save as jpeg.
Images are not hosted in Cloudinary, but cloudinary is used to efficiently display images based on screen size, device, browser, etc, so the image format may vary from device to device. Any images uploaded to glide storage are actually stored on Google servers. If you want the raw image, you could display the url and copy paste that url, or you could have an open link action to open the image in a new tab, or you could create a template column to put the image URL into an HTML IMG tag and display the image using a rich text component.