Download-file-by-id command

Downloads the given file, and stores it in the given local file.

If the ‘tqdm’ library is installed, progress bar is displayed on stderr. Without it, simple text progress is printed. Use ‘–noProgress’ to disable progress reporting.

Requires capability: readFiles

b2 download-file-by-id [-h] [--noProgress] fileId localFileName

Positional Arguments

fileId
localFileName

Named Arguments

--noProgress

Default: False