FileRequests
Shows active and past file requests initiated by the user, including requester details and file submissions.
Table Specific Information
The following scopes are required to access this view: file_requests.readSelect
The connector uses the Dropbox API to process search criteria that refer to the Id column. The connector processes other filters client-side within the connector. For example, the following queries are processed server side.
SELECT * FROM FileRequests WHERE Id = '21df34jrksd213'
Columns
| Name | Type | Description |
| Id [KEY] | String | A unique identifier for the file request. |
| Url | String | The URL of the file request, which can be shared with contributors to upload files. |
| Title | String | The title or name assigned to the file request, used to identify its purpose. |
| Created | Datetime | The timestamp indicating when the file request was created. |
| IsOpen | Boolean | Indicates whether the file request is currently open. If the value is 'false', no additional files can be submitted. |
| FileCount | Long | The number of files submitted to this file request. |
| Destination | String | The Dropbox folder path where uploaded files are stored. |
| Deadline | Datetime | The deadline after which users can no longer submit files, unless late uploads are allowed. |
| AllowLateUploads | String | Allows users to upload files after the deadline has passed, if enabled. |