Hello,
We have a custom application extension which packages images into an HTML file (via Data URIs). When the extension is used within a Box Sync folder, it does not execute the image-gathering aspect of its process.
It utilizes Node.js to access the file system, so we suspect there is some kind of interference with how Box Sync is potentially using Node or some kind of file permissions thing, or... something else.
Any ideas or clues as to what may be going on? Thank you in advance!