Unfortunately Box Drive now exposes folders through a protected virtual filesystem that blocks direct NTFS enumeration.
Therefore Everything cannot index or even open the folder, manual or automatic and this is expected behavior will not be “fixed” unless Box changes policy.
I tried to go back to version BoxDrive-2.46.240 because I thought it was only since I updated to the latest BoxDrive-2.48.250 but this change was made recently regardless the version
__________________________________________________
ChatGPT's answer:
What’s really happening (short version)
Box Drive changed the security model of its local folders.
They are now protected by special NTFS permissions + a virtual file system driver, and Everything is explicitly denied access at the OS level.
So this is not:
- an Everything bug
- a broken index
- something you misconfigured
Why you see this specific error
“You have been denied permission to access this folder. To gain access you will need to use the security tab.”
This appears when:
- the folder exists on disk, but
- Windows ACLs (Access Control Lists) block enumeration
- even for administrators
- owned by a system / Box service SID
- protected by deny rules
- backed by a cloud filesystem (CFAPI / reparse points)
- it uses Box’s shell extension
- not raw filesystem access
- reads the filesystem directly
- does not go through Box’s shell layer
- therefore hits a hard permission wall
Why it worked before (and stopped “recently”)
Box Drive used to offer:
- a fully synced local folder mode
- streaming / cloud-only files
- zero-trust local access
- tighter NTFS deny rules
- Everything
- Everything 1.4
- Everything 1.5 alpha
- many backup tools
- some antivirus scanners
Even though Windows suggests it, in practice:
- Taking ownership
- Adding yourself
- Removing deny rules
- fail silently
- be reverted by Box
- or break Box Drive entirely
What does work (realistic options)
If Box allows it in your plan:
- Right-click a Box folder
- Choose Make available offline
- Wait for full sync (green checkmark)
- Index that offline subfolder only
- real NTFS files
- readable by Everything
If you rely on filename search only:
- Box’s web UI search
- Box desktop quick search
Won’t help.
This is below Everything’s control.
Already blocked.
You’re hitting a kernel-level deny, not a privilege issue.
__________________________________________________
What do you guys think?