Search or scroll through everything
I have my code below, but the metadata is not applying when doing the upload. Can anyone help? RawUploadParams rawUploadParams = new RawUploadParams(); rawUploadParams.MetadataFields = new StringDictionary(); rawUploadParams.MetadataFields.Add("InternalID", "001"); // Upload an image and log the response to the console…
Is there a way, programmatically or otherwise, where one could build a process to get a snippet of a video to use as a preview image? Users on my platform have an image gallery, and I'd like to have the option to upload videos. For the videos, I'd like to have a static image in the gallery, preferably with a play button…
Where can I get a list of the values/options supported for this function? The only ones I can seem to find are the ones listed in the examples. Thanks
Hi there Thanks for reaching out. Im trying to create an Url for my private image on cloudinary, everything is fine, but when i use that url, i get the respone "resource not found". Here is my code (C#): the publicId i get from the result after upload image after run the code, i get my image url like this:…
I try to create a collage and want for every image of the collage to resize only height (so width will be automatically resized). It seems collage does not have an asset-default height. How do I resize images so that for all images the height will be the same? I also tried to upload first, but even when I upload and…
If I do not know the image sizes, the height and width, can I create a collage that will assign each image a vertical/horizontal spot in the template based on their ratio or height/width? Is there a way to create a collage with images that do not have the same size but be fit in without cropping? The images are random and…
this is a test upload to get it working. The cloudName ,apikey, apiSecret are fake. Error Code 502 Bad Gateway on calling UploadImage(); using System.Collections; using UnityEngine; using UnityEngine.Networking; public class ImageUploader : MonoBehaviour { public string cloudName = "ddfthjydfn"; // public string apiKey =…
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.