I need to save (and overwrite) a file via the cron (hourly) to my dropbox account. The file needs to be stored in a predefined location (which is shared with some other users).
I have seen the possibility to create a Dropbox App
, but that create its own dropbox folder.
Also looked at Dropbox Saver
but that seems for browsers.
I was thinking (hoping) something super lightweight, a long the lines of CURL
, so i don't need to install libraries. Just a simple sh
script would be awesome. I only need to PUT the file (overwrite), no need to read (GET) it back.
Was going thru the dropbox developer API documentation, but kind of got lost.
Anybody a good hint?