First of all, problem I'm trying to resolve is checking if folder exists anywhere on dropbox, without knowing it's exact path. Only endpoint I found that work without path or id is search.
According to documentation: The search string is split on spaces into multiple tokens. For file name searching, the last token is used for prefix matching (i.e. "bat c" matches "bat cave" but not "batman car").
I have folders called, i.e. "new company a", "new company b", , "new company c".
When I search for "new company b" I get both b and c (https://prnt.sc/m5jow1). Same when I search for "new company a", although I expect no matches for that.
Did I misunderstood something and this actually should work like this? Is there a way to perform more exact search?
Or, is there a better way to check if folder exists without knowing path?
Thanks