Hi, I'm trying to generate a list of folders a particular user has access to. None of our users are owners of folders, just editors. So I tried using
box folders:get 0 --as-user
This generates a list of folders in JSON the user has access to in our tenet. But exporting the data has been the issue. When I try to add the "--save" command, the export is a single row of data that doesn't match the previously run command. I'm using the --save option because I'd like to output as a csv.
In a previous version of Box CLI (1.6?) I was able to generate a report that matched the JSON export. That command was
box folders list-items 0 --as-user --save --save-to-file-path C:\exceloutput
Any help will be appreciated!
