SearchFilesAndFolders
Searches for files and folders in a Dropbox account based on specified criteria.
Input
| Name | Type | Required | Description |
| Name | String | True | The name of the file or folder. |
| FileStatus | String | False | Filter files by their status (active, deleted, etc.). |
| FilenameOnly | Boolean | False | When true, search only by file name.
The default value is true. |
| Path | String | False | The path to search in (defaults to root if not specified). |
| FileExtensions | String | False | Comma-separated list of file extensions to filter by. |
| FileCategories | String | False | Comma-separated list of file categories to filter by. |
| AccountId | String | False | Account ID to search within a team space. |
| IncludeHighlights | Boolean | False | Whether to include highlight span from file title. The default for this field is False. |
Result Set Columns
| Name | Type | Description |
| Id | String | Unique identifier for the file or folder. |
| Name | String | The name of the file or folder. |
| Type | String | Type of item (file or folder). |
| PathDisplay | String | The canonical path to display. |
| ClientModified | Datetime | Timestamp of last client modification. |
| ContentHash | String | A hash of the file's content. |
| HasExplicitSharedMembers | Boolean | Whether the file has explicitly shared members. |
| IsDownloadable | Boolean | Whether the file can be downloaded. |
| PathLower | String | The lowercase version of the path. |
| Rev | String | A unique identifier for the current revision. |
| ServerModified | Datetime | Timestamp of last server modification. |
| Size | Number | Size of the file in bytes. |
| SharingInfoModifiedBy | String | ID of user who last modified sharing. |
| SharingInfoParentSharedFolderId | String | ID of parent shared folder. |
| SharingInfoReadOnly | Boolean | Whether the file is read-only. |
| HighlightSpans | String | Highlight span of a file title. |