Box List

Description

The Box List component allows you to retrieve a list of files from Box.

actioncomponent-box-list
Output PayloadDescription
cv.PayloadOutputs the file list

Example of the output Payload for Box List

{
"Filename": "test.txt",
"ID": "1365057753092",
"IsDir": false,
"ModifiedTime": "2023-11-17T01:20:35-08:00",
"ParentFolderID": "235207463831",
"Path": "a/b/test.txt",
"Size": 6
}

Component Properties

Property NameDescription
Box Folder PathSpecify the Box folder path for download
Search TargetSpecify the file name to search
Search TypeSpecify the method of searching the 'Search Target', either exact match or partial match for the file name
Include FilesInclude files in the search results
Include DirectoriesInclude directories in the search results
Sort OrderSpecify the output order of the search results, such as file name (ascending), file name (descending), modified time (ascending), modified time (descending), file size (ascending), file size (descending)
Files Added or Changed TodaySpecify files that were added or updated on the day of execution
Retrieve Files Changed After This TimeDownload files changed after the specified time
Retrieve Files Changed Before This TimeDownload files changed before the specified time
TimeoutHTTP request response timeout value
Time ZoneSpecify the time zone for the time used in 'Files Added or Changed Today'
OAuth2 Client IDSpecify the Client ID for API 2.0 from Box ※1
OAuth2 Client SecretSpecify the Client Secret from Box ※1
OAuth2 Redirect URLSpecify the Redirect URL from Box ※1
OAuth2 Access TokenObtain the token by pressing the 'Get Token' button. You can also update the token by pressing the 'Update Token' button ※1 ※2

※1 For an example of OAuth2 settings in Box, refer to Box OAuth2 Setup

How to obtain the OAuth2 Access Token is detailed OAuth2 Access Token Setup