Dropbox is a cross-platform file syncing program for Windows, Mac OS, Linux and various mobile devices.
4
votes
1answer
423 views
mounting dropbox (for exploring the files)
I want to simply be able to explore a dropbox filesystem, without much additional load on CPU, memory, storage (i.e., without saving copies of the remote files locally). It seems that the official ...
2
votes
0answers
216 views
Best way to download dropbox folders to raspberry Pi
I'm trying to sync some folders to raspberry Pi.
For now, I have a script that gets the dropbox folders using curl that runs every so often using cron (once every hour for most of the folders).
I'm ...