Is there a command-line API or scripting interface for Ubuntu One?

2

2

I've put some files on Ubuntu One, and amongst other things I'd like to be able to synchronise it from within Emacs, and script it with Python or Bash.

Is this possible?

justinhj

Posted 2009-11-21T04:56:17.480

Reputation: 1 162

Answers

1

Ubuntu One is built with CouchDB -- at least, that's what I gathered from this Canonical presentation. You can find out more about the Desktop CouchDB project on their Google Groups page. More specifically, here's the Google Code page for couchdb-python.

Miss Cellanie

Posted 2009-11-21T04:56:17.480

Reputation: 532

2

Actually Ubuntu One has many parts and the files stored in Ubuntu One are not part of CouchDB.

Recently a REST API was created to access the files in Ubuntu One. It is documented here.

Hope this helps.

John O'Brien

Posted 2009-11-21T04:56:17.480

Reputation: 21

0

u1sdtool, but it seems to open x11 windows for things like authentication prompts, so not entirely commandline. I'm having trouble using it over ssh, even with x11 forwarding :-/

bobpaul

Posted 2009-11-21T04:56:17.480

Reputation: 1 389