Using the Search API and looking to list resources from a given folder which contains spaces (e.g., 'test test'), the search expression should be formatted like this:
SearchResult result = cloudinary.Search()
.Expression("folder:\"test test/*\"")
.SortBy("created_at", "desc")
.Execute();
Comments
0 comments
Please sign in to leave a comment.