Anonymous
My feedback
1 result found
-
365 votes
Hi there,
This capability is under consideration. Check back here for updates.
An error occurred while saving the comment
1 result found
Hi there,
This capability is under consideration. Check back here for updates.
if you are running Box Drive on Mac, you may create a symbolic link to point the cache folder to a different location.
the default cache location is : /Users/XXXXXXXX/Library/Application Support/Box/Box/cache
I did :
cd /Users/XXXXXXXX/Library/Application Support/Box/Box
mv cache/ cache_old
ln -s /Volumes/Another_Bigger_Faster_Volume/Box_Drive/ cache
it seems to be working.