https://github.com/box-community/tool-perl-folderids-to-paths
Tool: Convert spreadsheet with folder IDs into full paths using Perl
https://github.com/box-community/tool-perl-folderids-to-paths
box folderid perl spreadsheet tool
Last synced: 10 months ago
JSON representation
Tool: Convert spreadsheet with folder IDs into full paths using Perl
- Host: GitHub
- URL: https://github.com/box-community/tool-perl-folderids-to-paths
- Owner: box-community
- License: apache-2.0
- Created: 2018-02-15T21:42:07.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T16:29:58.000Z (about 3 years ago)
- Last Synced: 2025-02-17T05:20:02.731Z (over 1 year ago)
- Topics: box, folderid, perl, spreadsheet, tool
- Language: Perl
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FolderInfo
Read a spreadsheet distributed by Box with FolderIDs, and determine the folder path for each FolderID
Box distributed Excel spreadsheets to some admins that contained information about some files that had been corrupted. One column of that report was the FolderID that contained the affected file. This script determines the path to that folder from the uploader's point of view and adds a column to an output spreadsheet that contains that path. It adds a second addtional column containing the user's display name, for help in composing communications.
This project depends on the Box Command Line tool, which can be downloaded from here: https://developer.box.com/docs/box-cli
To run this project, install the Box CLI according to their instructions, including creating a Box Application and downloading credentials.
You will need to make sure that the following Perl libraries are installed on your system:
JSON
Spreadsheet::XLSX
Excel::Writer::XLSX
Then you can run this program as follows:
./FolderInfo
It can take a while to look up all those folders. Be patient.