DeletedResources
Displays files or folders that have been deleted from a user's Dropbox account, useful for tracking removals or recovering data.
Table Specific Information
The following scopes are required to access this view: files.metadata.readSelect
The add-in uses the Dropbox API to process search criteria that refer to the Path column. The add-in processes other filters client-side within the add-in. For example, the following queries are processed server side.
SELECT * FROM DeletedResources WHERE Path = '/Test path'
Columns
| Name | Type | Description |
| Name | String | The name of the deleted file or folder, including its file extension if applicable. |
| Path | String | The full Dropbox path where the file or folder was located before it was deleted. |