-
Notifications
You must be signed in to change notification settings - Fork 0
Box Drive Paths
Per-OS, per-version paths the plugin looks for. Configured in references/box-drive-paths.json.
| Box Drive version | Mount path |
|---|---|
| Modern (Box Drive 2.x / macOS 12+) | ~/Library/CloudStorage/Box-Box/ |
| Legacy | ~/Box/ |
| Older (Box Sync — deprecated product) | ~/Box Sync/ |
box-drive-detect walks these in order.
(Not supported in v0.0.x — planned for v0.0.4)
| Box Drive version | Mount path |
|---|---|
| Modern | %USERPROFILE%\Box\ |
| Legacy | %USERPROFILE%\Documents\Box\ |
Box has no official Linux Drive client. Community workarounds:
-
WebDAV mount via
davfs2— Box publishes a WebDAV endpoint - rclone mount — third-party FUSE-based
Neither is officially supported by this plugin. If you've set one up and it presents as a real local FS path, declare the path in _box-memory.json.settings.box_drive_path_override:
settings:
box_drive_path_override: "/home/user/box-webdav/"box-drive-detect accepts the override but doesn't verify Box Drive process state (since the official Box Drive process isn't running). Sync state will report unknown.
Use at your own compliance risk — Box doesn't attest community workarounds.
For any non-standard install (Box Drive on a different volume, custom path, etc.), declare in workspace config:
settings:
box_drive_path_override: "/Volumes/external/MyBox/"box-drive-detect checks this path in addition to the standard candidates.
box-drive-detect checks in this order:
-
box_drive_path_override(if set) - macOS modern:
~/Library/CloudStorage/Box-Box/ - macOS legacy:
~/Box/ - macOS older:
~/Box Sync/ - (Windows + Linux in future versions)
Returns the first one that exists + is writable.
Box has changed mount paths several times (Box Sync → Box Drive → Box Drive in CloudStorage). When a new version ships:
- Open an issue with the new path
- We ship a patch release that adds the path to
box-drive-paths.json - The patch is config-only — no code change
-
box-drive-detectpicks up the new path automatically
This is documented in the plugin's release process for ease of updates.
- Box Drive Setup — installation walkthrough
- box-drive-detect — the detection skill
- Source:
references/box-drive-paths.json
box-memory-onprem · MIT · Repo · Latest release · Cloud variant · Cloud wiki
Getting started
Concepts
Compliance
Skills reference
- Skills Reference (all)
- box-drive-detect
- box-airgap-status
- box-init
- box-write
- box-recall
- box-companion
- box-team
- box-status
- box-index-rebuild
Operations
Project