Dropbox possibility?

Just came across this link. Could have potential for us Haiku-nauts.

"Dropbox Uploader is a bash script you can use to access your Dropbox files from the command line, without having to install the Dropbox client. The script can upload, download, delete, share or list the files available in your Dropbox account.

The script is useful in many situations, including: automatic backups, access Dropbox from an ARM server / Raspberry Pi, etc. (since Dropbox isn’t available for ARM). That’s because its only requirement is cURL, so you don’t have to install the Dropbox client to quickly upload or download some files from Dropbox.

Dropbox Uploader isn’t just for Linux and it should work on Mac OSX, FreeBSD or Windows/Cygwin too. Also, since it uses the official Dropbox API for the authentication process, you don’t have to enter your username and password and you can easily revoke its access to your account from the Dropbox website.

The first time your run the script, you must create a Dropbox app and allow the script to access your Dropbox account. Simply run ./dropbox_uploader.sh and follow the steps: create a Dropbox App, enter the application key and secret, select if you want to give the script full Dropbox access or just for the app folder and in the end, you’ll have to access a link in your web browser to authorize Dropbox Uploader.

simply run the script: ./dropbox_uploader.sh"

Source:

You should create a ticket for this on Haiku Ports.

http://ports.haiku-files.org/

I started working on a CURL based library last year for interacting with drop box, the intention being to then use it for a Haiku client… I need to pick that up again! Maybe I’ll start tonight.

Dropbox?

I’m kind of “working” on some Dropbox solution for Haiku (and other platforms as well). It’s in early stage of development and I haven’t got sync done yet, but you can observe it’s development on my GitHub: https://github.com/ksiazkowicz/orphilia-dropbox

And if anyone wants to help, I’d really appreciate it. Some testing, etc. Just let me know.

Someone should make a GUI for this.