https://github.com/devidw/box-fix
https://github.com/devidw/box-fix
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devidw/box-fix
- Owner: devidw
- Created: 2023-09-05T09:19:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T09:19:32.000Z (over 2 years ago)
- Last Synced: 2025-02-02T11:41:45.035Z (11 months ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
box.com upload preparation script
box has strict limitations and file and folder names
for example you can't have leading or tailing whitespaces
and a few other things
but they don't offer tooling to auto-fix those
so its impossible for enterprise companies to migrate their existing stoarge pools to box
this script fixes some of the issues by scanning a folder and renaming incompatible names to compatible names by
trimming leading and tailing whitespace and esnuring unique names by appending a uuid, modification dates are keept and
not manipulated due to the compatiblity fix