Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

list_box_files.py - List files from private Box folders

Description

Lists files from a private Box folder using JWT authentication and outputs results to a text file. Useful for creating inventories of restricted data stored in Box without downloading the files.

Usage

python tools/list_box_files.py SUBFOLDER [options]

Arguments

Example

python tools/list_box_files.py 1234 --output-file generated/box-files.txt

Requirements

Environment Variables

Output

Creates a text file listing all files in the specified Box folder, typically used for manifest generation.

See Also