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
pojler
4 years agoNew member | Level 2
Searching for all files with certain extension in Java API and some issues with search queries
Hello! I'm building a small function in which i want to get metadata from for example all of PDF's and DOC files. So I am using a SearchV2Builder withFileExtension option. But i don't know hot wri...
- 4 years ago
[Cross-linking for reference: https://stackoverflow.com/questions/66518862/dropbox-sdk-java-write-search-query-to-get-all-files ]
The Dropbox API doesn't offer the ability to do a wildcard search like this, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
While not ideal, as a workaround, you could list the full contents using listFolder/listFolderBuilder/listFolderContinue and filter based on the file extension.
Greg-DB
4 years agoDropbox Staff
[Cross-linking for reference: https://stackoverflow.com/questions/66518862/dropbox-sdk-java-write-search-query-to-get-all-files ]
The Dropbox API doesn't offer the ability to do a wildcard search like this, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
While not ideal, as a workaround, you could list the full contents using listFolder/listFolderBuilder/listFolderContinue and filter based on the file extension.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,882 PostsLatest Activity: 17 hours 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!