Is it possible to change the default location of where documents are downloaded to when using the CLI Rest API call to download files?
E.g.
When I fun the following command in PowerShell:
Invoke-Expression "box files:versions:download --overwrite $fileId $versionId"
the file is downloaded to the following path: C:\Users\admin\Downloads\Box-Downloads.
How can I change this path?
