yoichiro / chromeos-filesystem-dropbox

This software provides an ability to access Dropbox for ChromeOS.
https://chrome.google.com/webstore/detail/file-system-for-dropbox/hlffpaajmfllggclnjppbblobdhokjhe
BSD 3-Clause "New" or "Revised" License
79 stars 23 forks source link

"Share with Linux" option not available on Filesystem for Dropbox mounts #119

Open domlayfield opened 4 years ago

domlayfield commented 4 years ago

Now that Linux containers are fully supported on most Chromebooks, there's a feature where you can right click on a folder in the Files app, and choose "Share with Linux". Then when you're inside Linux, this folder is available in /mnt/chromeos/. Obviously, this is super useful for sharing files between the two operating systems.

For some reason, though, "Share with Linux" is not available for files mounted using the Filesystem for Dropbox extension.

Unfortunately, I don't know enough about Chrome OS internals to even start debugging the problem.

acotte commented 4 years ago

I want to have this feature working in order to have access to my Calibre datebase on Dropbox. I use Dropbox to be able tu use Calibre on more than a computer. It seems that it is possible when you pay for Dropbox. Is it true?

dom-insytesys commented 4 years ago

I don't think the problem is at the Dropbox end. I assume it's a question of whether ChromeOS exposes the API to this to "ordinary" applications (in which case a patch to chromeos-filesystem-dropbox would make it work) or whether Google considers this too risky.