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

yatch999's avatar
yatch999
Explorer | Level 4
4 years ago

files Search V2 Options Path does not work?

Hi, I'm using JavaScript API on Node.js, it works almost good and smooth. But I see a strange result on filesSearchV2.   My code is like...   const files = await dropbox.filesSearchV2({quer...
  • Greg-DB's avatar
    4 years ago

    This can happen in some cases, as a result of the caching/indexing delay from the Dropbox search backend. That is, if you edit or move a file, you may still see search results for old versions of the file (e.g., at the original path) for some time after the change.