Required Scopes
To configure a Sync for Box, you need to request the following scopes from your Box OAuth application:root_readonly
Synced Objects
Box supports the following Synced Objects:Files
Sync Configuration Options
Example
Choosing Files and Folders
You can allow your user to select files from their Box account in your app with the Box File Picker provided by the Paragon SDK.Showing the File Picker
Use the Paragon SDK in your frontend application to show the File Picker in your app. The SDK provides anExternalFilePicker
class to load Box’s JavaScript into your page and authenticate with your user’s connected Box account.