
metadata
metadata
Discussion List
- I get this error in my server side code; appreciate any help! Error fetching image metadata: Error: An error occurred in the Server Components render. The specific message is omitted in production bui…
- 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 StringDicti…
- I am trying to add two custom structured meta data fields – city and country – to photos in my folder. When I fetch that data I get the ID's (e.g. Usa instead of USA, Puerto_montt instead of Puerto Mo…
- Hi, New to Cloudariny and I have a GET request that retrieves images in a folder. I'm not able to get my image meta data with this request. I try with context set to true to retrieve meta data but tha…
- Hey, I'm not receiving metadata when I try to pull images for a given tag. Any suggestions?
- Is it possible to create a workflow for metadata population? For example, if we have a dropdown as the first metadata field that is "license", selecting CC0 pre-populates some specific metadata fields…
- We generated this reel…
- I want to get all image from a folder using: const photoList = await cloudinary.v2.api.resources( { type: "upload", prefix: "<FOLDER_NAME>", metadata: true, }, function (error, result) { console.log(r…
- I have A question about the Metadata of the video. Let me provide you with full details. Here is what my Code Looks like when I Call the <CloudVideo/> { postFileMeta.cloudData && ( <CloudVideo publicI…
- I want to use Node SDK and add through the API new value to the structured metadata select single list. I figured out that I must get the whole datasource, add a new item, and write a new data source.…
- Hi, I have read and tested the limit of the datasource is 3000 values. My company needs much more to implement our business processes. Do you know maybe some good workaround for this thing or maybe Cl…
- Hi, I know an option exists to add the item to the select single list from the settings panel. My case is that users who are adding or editing assets metadata must be able to add value to the single s…
- I can search for an empty value in a metadata field with this expression: -metadata=client_award_level I can search for a value in a metadata field with this expression: metadata.material_number="4973…
- Hi, I'm running a client side application. A long time ago, before I knew much about JS and front-end dev, I had setup some wrapper around the cloudinary endpoint, so my users can upload pictures, and…