Tagged Questions
2
votes
1answer
130 views
What is the best practice for saving data in Ubuntu one db from mobile?
I'm doing a simple todo-list with QML for Ubuntu phone OS. Is there any standard way for accessing Ubuntu One Database to sync data?
3
votes
2answers
86 views
Does Ubuntu One have a payment API?
Do Ubuntu One has an payment API,
I can integrate in my ubuntu-app(python)?
I would use it to add an easy donate dialog.
So end user can choose an default monthly donate amount, and how many months ...
0
votes
2answers
93 views
Is it a good idea to place app configuration files into “~/Ubuntu One” folder?
In order to keep certain settings in sync, is it a good idea to place app configuration files into ~/Ubuntu One folder, e.g. ~/Ubuntu One/.myapp/myapp.conf?
2
votes
2answers
158 views
How to retrieve a list of devices connected to Ubuntu One?
Is there is an API to retrieve the list of devices connected to the Ubuntu One service?
1
vote
1answer
71 views
Howto watch Ubuntu One files (Cloud)?
Is there a library to add Ubuntu One files (cloud) monitoring facility into my app, e.g. to watch certain folder for the changes?
1
vote
1answer
108 views
Does Ubuntu One's CouchDB still work?
I heard that Canonical was about to drop CouchDB from Ubuntu One, but there still few applications which relies on that:
https://wiki.ubuntu.com/UbuntuOne/ThirdPartyProjects
I tried the Stipple, but ...
2
votes
2answers
102 views
Where can i find the ubuntu-one brand (logo)?
In order to put some contents into ubuntu one, i'm looking for the ubuntu-one brand. I found this website, but they aren't talking about ubuntu-one.
Does someone know where i can find it ?
We are ...
0
votes
2answers
263 views
Is this Ubuntu One DBus signal connection code correct?
This is my first time using DBus so I'm not entirely sure if I'm going about this the right way. I'm attempting to connect the the Ubuntu One DBus service and obtain login credentials for my app, ...
0
votes
1answer
120 views
ImportError: No module named platform.credentials [closed]
I'm trying the sample code on http://developer.ubuntu.com/resources/app-developer-cookbook/ubuntu-one/adding-ubuntu-one-files-support-to-your-app/ to learn app integration with Ubuntu One. I keep ...
6
votes
2answers
413 views
syncing a GNOME-keyring across devices w/Ubuntu One
I wrote an app that creates and uses its own keyring. I'd like to have that keyring with secrets attributes and all sync via U1 so that the same passwords are available on all the Linux devices.
...
1
vote
1answer
105 views
How do I query Ubuntu One account information?
For what I promise are un-nefarious reasons, I'd like to programmatically fetch the Ubuntu One account details for the current user of an application (eg name, email, free space). Is there way to ...
2
votes
1answer
155 views
Ubuntu One CORS support
I am in the process of trying to build a webapp that integrates with Ubuntu One. It would seem that I am unable to authorize a user as per ...
7
votes
2answers
842 views
How can I access UbuntuOne contacts and notes with Python?
I want to use UbuntuOne in my own Python application. I want to access contacts and maybe store other data. But I could not find any documentation or (Python) examples. How can I use this?