How to share a folder using the Ubuntu One Web API
- by Mario César
I have successfully implement OAuth Authorization with Ubuntu One in Django,
Here are my views and models: https://gist.github.com/mariocesar/7102729
Right now, I can use the file_storage ubuntu api, for example the following, will ask if Path exists, then create the directory, and then get the information on the created path to probe is created.…