One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
mansi2821
2 years agoExplorer | Level 4
Search v2 APInot working in .net sdk
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
- mansi2821Explorer | Level 4
Hello it's been a long time can i know the status of this issue
i am still facing this issue where not all results are returning is there any solution for this issue ?
- Greg-DB
Dropbox Staff
I see you posted in multiple threads about this, so I've combined your posts here.
The Dropbox API search functionality you posted will search content by default, when available, however note that content search is not available for all Dropbox plans. You can find information on that feature and which plans it is available to in the help center here.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 12 hours ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!