Writing applications that use Ubuntu One via the API.
Questions tagged [ubuntu-one-api]
25 questions
5
votes
3 answers
How to create a new file with content using Ubuntu One API and PHP
I'm having some problems when i try to create a new file with some content (or overwrite the content of an existing one) using Ubuntu One API and PHP. I can easily create and empty file or folder using: PUT…
Matteo Pagliazzi
- 2,803
5
votes
0 answers
Ubuntu One oAuth token - time of life
I try to develop some Java application that works with Ubuntu One account. Everything is ok, I have access to my U1 space but I'm not sure of one thing. How long may I use my oAuth token? Has it some "time of life" just like Facebook token (about 60…
user1956283
- 51
3
votes
1 answer
Login to Ubuntu One from iFrame
I am creating a private portal (a private website where I automatically auto-log to all my favorite website). Every website is loaded in an iframe. I am looking for a way to autologin to ubuntuone. I tried to post a automatically completed form, but…
Simon Dubois
- 55
3
votes
1 answer
Syncing a C++ app with Ubuntu One
I'm currently developing an app, in C++, that will sync it's data with Ubuntu One, but I can't find any documentation online that explains how to do this. I found Ryan Paul's Ars Technica article that provides an excellent introduction to doing this…
user2405
3
votes
1 answer
How to logout of Ubuntu One using OAuth URL?
I am new to Ubuntu one, and I have implemented Ubuntu One OAuth to access data via the Ubuntu One API using OAuth 1.0a and its works fine for me. But how can I logout from Ubuntu One using OAuth URL? I am trying to search inside documentation of…
mvir
- 31
3
votes
2 answers
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 it will run for. UPDATE: I has contact Canonical…
Voidcode
- 793
3
votes
1 answer
Ubuntu One notes access through API
Now that Ubuntu One notes web interface has been binned, I need to write an application for my Blackberry to read my Ubuntu One notes. Can someone point me in the direction of an API resource for notes please?
2
votes
1 answer
How to copy file in Ubuntu One API
Is it possible to copy file from one folder to another with UbuntuOne API? In this manual https://one.ubuntu.com/developer/files/store_files/cloud/ there is nothing about ways to copy file.
Roman Gelembjuk
- 121
2
votes
2 answers
Ubuntu one API file upload maximum size
I'm making an application using UbunuOne REST API in order to upload files to the Ubuntu storage service. file storage API I can achieve uploading some files, but when I try to upload a large file (90Mb) it fails returning http 302 code. Does anyone…
2
votes
1 answer
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 https://one.ubuntu.com/developer/account_admin/limited_tokens/cloud/ using Javascript due to a lack of CORS…
wezside
- 21
2
votes
1 answer
Ubuntu One: PUT to upload a file which is larger than 16302 bytes fails systematically
I am trying to create an app to upload/download files to Ubuntu One, using the cloud API. Now I am at the point of implementing the upload part of the app, and I have this problem with my test case: All files under 16303 bytes are uploaded with no…
rhill
- 31
2
votes
1 answer
Ubuntu One API Java - how to use REST and AccessToken?
I am writing a java app in eclipse that backups data to several consumer-cloud-services encrypted and redundant. So far, I successfully implemented the authentication process, as it is described in the documentation . At this point, I do not know…
Michael
- 21
1
vote
2 answers
How to login using Ubuntu single sign on?
I'm developing a web app that will be able to access user's file on Ubuntu One. Sites like GitHub, Twitter, Facebook, when an app request access to the user profile usually open a popup asking if you want to give the app the access while in this…
Matteo Pagliazzi
- 2,803
1
vote
1 answer
How to fix this API error
Checking API: checkpublicapi-last Checking API: checkpublicapi-current Checking API: checksystemapi-last Checking API: checksystemapi-current out/target/common/obj/PACKAGING/public_api.txt:1966: error 17: Field…
Nazmul Hasan
- 11
1
vote
1 answer
How to check if file in ubuntu one cloud have been changed
I'm writing ubuntu one app in Python that Download files. It is working fine, but i want to modify it as if uploaded file changes, it downloads that file in current directory and so on. Does anyone have any idea how to do this? which api should i…
Fatima Zohra
- 184
- 9