Java
Discussion List
-
Search API: search by created_at with timestamp
Using the search API, I can search by created_at with this expression: "created_at>2023-09-01" But how can I include a timestamp? If I follow the format from this documentation: https://cloudinary.com/documentation/search_api#expression_fields "created_at>2023-09-01T08:00:00Z" I get the error: "Query Error (at position 25)…
-
How can I get an original video file by public ID without knowning the file extension?
Hi, I'm using the Cloudinary Java SDK to generate URL's for videos. I have the public ID of a video and I am trying to generate a URL to get that video without applying transformations. I'm running into trouble because I don't have the file extension of the uploaded video and I have strict transformations enabled. The URL…
-
Search for empty value in metadata field AND specific value in another metadata field
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="49738066" But I get an error when I try to combine them with 'AND' -metadata=client_award_level AND…
-
java.lang.RuntimeException: General Error -- getting this strange error while calling upload service
Hi Everyone, Since last few days, we have been receiving this weird error while trying to upload the images to cloudinary. java.lang.RuntimeException: General Error Unfortunately, this doesnt say much. All i do is, form a cloudinary url like this:…