Hello
is it possible to do content search in file using .net SDK or postman calls
i have tried this and it is only returning search from file name
var dropBoxClient = new DropboxClient("token");
var result = dropBoxClient.Files.SearchV2Async(searchTerm).Result;
With this code i am getting wrong output
i.e. getting wrong files in result