We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
prabhat1999
5 months agoExplorer | Level 3
Tagging Folder
I have manually added the tags to a folder. now I want to search the folders with the given tag. is there a way to get only folders not files? PS:- I am aware of 2/files/search_v2 API but I want...
Rich
Super User II
prabhat1999 wrote:
how to seach with tag name
Just to be clear, are you asking how to perform this search on the Dropbox website in your browser, or are you using an app or other programing to do the search? I ask because you've posted this in the API section, which is for people that are programming their own application to connect to Dropbox.
prabhat1999
5 months agoExplorer | Level 3
I am creating a custom program to search the folder with specific tags
- Здравко5 months agoLegendary | Level 20
If you want, once listing folders as denoted by Greg, you may check all folders for available tags and filter them accordingly (on your own).
prabhat1999, There is a way. 😉 In your case, try search with query "#testingtag". It's something undocumented.
Hope this helps.
- Greg-DB5 months agoDropbox Staff
That's correct, while this is not officially documented, you can put a tag as the search query for /2/files/search_v2 to search for the tag.
For example, in the Python SDK, along with setting the "folder" category, that would look like this:
result = dbx.files_search_v2(query="#testingtag", options=dropbox.files.SearchOptions(file_categories=[dropbox.files.FileCategory.folder]))
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 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!