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

adityadsq's avatar
adityadsq
Explorer | Level 3
3 years ago

search with file tags api

i am trying to get the list of files based on tags using search api. when i search file name it return the data but not with the tags. please help

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:

    • the name and version number of the platform and SDK/library you are using, if any
    • the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)
    • the full text of any error or unexpected output
    • adityadsq's avatar
      adityadsq
      Explorer | Level 3

      Hi Greg,

      Thanks for your response.

       

      Let me explain the requirement in-detailed:We have a set of videos and images added in Dropbox in various folders. Every file is associated with some tagnames. Further, I’ve developed a web page where it has a search box and entering a keyword, it should pickup all the files from dropbox. I am using 2/files/search_v2 API. It is working fine when I search with the file name/title. But it is not considering the tagnames. How can I implement this? Apart from the filename/title, it should return the relevant videos/pictures when searched with tag names as well. Hope this clarifies. Thanks in advance!