Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
First of all, problem I'm trying to resolve is checking if folder exists anywhere on dropbox, without knowing it's exact path. Only endpoint I found that work without path or id is search.
According to documentation: The search string is split on spaces into multiple tokens. For file name searching, the last token is used for prefix matching (i.e. "bat c" matches "bat cave" but not "batman car").
I have folders called, i.e. "new company a", "new company b", , "new company c".
When I search for "new company b" I get both b and c (https://prnt.sc/m5jow1). Same when I search for "new company a", although I expect no matches for that.
Did I misunderstood something and this actually should work like this? Is there a way to perform more exact search?
Or, is there a better way to check if folder exists without knowing path?
Thanks
There isn't a way to perform an exact string search, but I'll pass this along as a feature request. I also can't think of another workaround for finding an item of a particular name if you don't know the id or path unfortunately. (You could list everything using /2/files/list_folder[/continue] and filter client-side, but that would be relatively inefficient.)
As for the behavior you are seeing, I'll check with the team on this and then follow up here once I have an answer for you.
Thanks Greg; is there still no way to search for specific phrases?
I try not to be the "this can't be that hard" guy, but surely if the search function can do fuzzy matches it could also do exact ones.
@Elliott C.1 No, unfortunately I don't have an update on this feature request.
PLEASE add exact search!
@bdrhoa Thanks for the feedback!
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!