### Demo ([Documentation](https://developer.box.com/docs/box-content-uploader)) ```jsx ``` ### Screenshot --- ### Props | Prop | Type | Default | Description | | --- | --- | --- | --- | | token* | string | | *See the [developer docs](https://developer.box.com/docs/box-content-uploader#section-options).* | | isTouch | boolean | | *See the [developer docs](https://developer.box.com/docs/box-content-uploader#section-options).* | | language | string | | *See the [Internationalization](../README.md#internationalization) section* | | logoUrl | string | | *See the [developer docs](https://developer.box.com/docs/box-content-uploader#section-options).* | | messages | Map | | *See the [Internationalization](../README.md#internationalization) section* | | onBeforeUpload | function(Array<[File](https://developer.box.com/reference#file-object)>) | | Callback function for retrieving an item before it has uploaded on files only, doesn't work on folders| | onClickCancel | function | | Callback function for canceling a file upload after click | | onClickResume | function | | Callback function for resuming a file upload after click | | onClickRetry | function | | Callback function for retrying a file upload after click | | onClose | function | | Callback function for when the close button is pressed. | | onComplete | function(Array<[File](https://developer.box.com/reference#file-object)>) | | Callback function for when uploads are complete. | | onProgress | function([File](https://developer.box.com/reference#file-object)) | | Callback function for when uploads are in progress. | | onResume | function([File](https://developer.box.com/reference#file-object)) | | Callback function for resuming a file upload. | | requestInterceptor | function | | *See the [developer docs](https://developer.box.com/docs/box-content-uploader#section-options).* | | responseInterceptor | function | | *See the [developer docs](https://developer.box.com/docs/box-content-uploader#section-options).* | | rootFolderId | string | `0` | The root folder for the content uploader. | | sharedLink | string | | *See the [developer docs](https://developer.box.com/docs/box-content-uploader#section-options).* | | sharedLinkPassword | string | | *See the [developer docs](https://developer.box.com/docs/box-content-uploader#section-options).* |