Good day,
Through the main user console of an Dropbox account, one can search for files by name:
https://help.dropbox.com/files-folders/sort-preview/search
It is not clear looking at the API documentation if it possible via API to search for a file (by name or extension) and for a Folder (by name)?
Search either:
- Only within a specific Folder (not recursive) given Path or ID?
- Recursively from a Folder given Path or ID?
Thx