You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
cristpol95
8 months agoExplorer | Level 4
How to perform a query search with Dropbox API 2?
Hey guys, I am creating a "login" system, which is not really a login system, but an environment for the students to access their files in their own respective folder and avoid manipulation of the sa...
- 8 months ago
cristpol95 Здравко is correct; the Dropbox API search functionality does not support regex or wildcard functionality, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
Здравко
8 months agoLegendary | Level 20
Hi cristpol95,
It's easy, just don't assume the method you're using works with regular expressions (unfortunately). 🤷 Where did you read this? 🧐 In general it's good idea not to assume anything if not explicitly written somewhere. 😉 In your situation you're looking for file or folder named exactly as your query string or the query string is part either of the file/folder name or file content. Is there such thing? That's why you got empty list (not 0 by the way). There is no way to turn search to regular expression mode - it's unsupported. Let's hope such support will be added at some point.
Hope this clarifies matter.
- cristpol958 months agoExplorer | Level 4But are you not able to perform a folder search just how you can find a file in Windows lets say, where I specify a path and what I want to search?
- cristpol958 months agoExplorer | Level 4
I just thought you would be able to use wildcards to search for anything past a certain letter by using the asterisk.
I appreciate your response. Thank you!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!