I'm using v2 of the API and running into an unexpected situation with the files/search HTTP endpoint. Wondering if this is a configuration issue or expected behavior.
I'm trying to list of a user's files of a certain type. With v1 of the api, you could set path: '' and query: '.xls'.
When I use v2 of the API and hit the files/search endpoint, it seems that the same parameters return nothing. Only when I set the path to be one of the top-level folders (eg returned from files/list_folder) does it seem to return results (and then it does return results recursively, ie any .xls file in any subfolder).
Is there something special about these top-level folders that prevents an overall search from finding all results? Is there any way to get around that so I can do a search like "Show me all .xls files in a user's dropbox"?