Connect to your users Box accounts
folderId
as a value, you can pass 0
for the root
or parent folder{{
to invoke the variable menu.
ExternalFilePicker
class to load Box’s JavaScript into your page and authenticate with your user’s connected Box account.
Response
object describing the user’s file picker interaction including an array of any files selected. Using this array of file objects, you can use the Proxy API to perform an authenticated proxy requests to download the files.