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

where is dropbox located on the fs? #94

Open kennethreitz opened 6 years ago

lucmult commented 6 years ago

Hi Kenneth,

Dropbox uses FileSystemProvider API [1], so it doesn't actually mount on the physical FS.

If you need access to Dropbox files outside browser or Chrome OS UI it has to be a FR on Chrome OS. You can open a feature request here [2], component "Platform>Apps>FileManager". I would be interested in your use case.

And since I'm here... thanks for requests lib! :-D

Cheers.

[1] - https://developer.chrome.com/apps/fileSystemProvider [2] - https://crbug.com/new

UNIVAC-Colonel-Panic commented 5 years ago

The Chromium developers do seem to be working on allowing mounts on the physical filesystem. See issue 896964. You can help make it a priority by starring the issue.