Posts Tagged Openomy

Openomy Developers’ Community

Here‘s Openomy Developer’s Community.

How to think about the security for openomy, developers and end users? End users use the sevices which developered by the third party. They must grant the application to access there files which stored in openomy, but password should not be exposured. Developers own their application key, which should be private too. It’s difficult for open source. For openomy, he need to think about all of these.
Which is better? Discuss it.

Leave a comment

OCW v0.1

In recenty days I wrote a initial version of OCW. It can work now, although it’s raw.

How to start?

1. Install ruby

2. Get an account from openomy

3. Get the source of OCW and openomy-ruby

4. run OCW.rb and login, you have 3 methods to login

– write your own ocw.yml file, which include: 

appkey: 090f9b3d822a3b53e7a71bd2da87c161
privkey: 65692928
#unconfirmedtoken:

if u provied unconfirmedtoken in yml, it will login automatically without any prompts while login.

– login -u. You can type your unconfirmedtoken after the prompt, which can let u change account easily.

– login. If no unconfirmedtoken is specifed, you will get a url, and then copy it to a explorer to authorize it. A truely non-web app .

After logined, u can ls, tag, mktag, rmtag, get, put and so on, treat openomy as a local file system.

A known bug: while tag a file with OCW, u’ll get “Openomy API Error: 2 – Permissions not valid.” I’d mail to Maurice and Ian. I think it will be resolved soon. 

Source code can be gotten here. Yes, it’s also stored in openomy (I have no other spaces ), and fetched by rss.

It’s my first ruby program. All suggestions are welcome.

Updated:

The bug is known. It’s caused by Tags::AddFileToTag, ‘”fileID” => fileId’ is neglected which passing the parameters into get_request.

,

2 Comments

Openomy Command Window

Openomy is a online file storage. It’s convenient to do in web. But sometimes i like to enter in the command window 😉 So i decided to write a small program “OCW? (Openomy Command Window).

All commands are entered in a command window, like shell. Man can treated it as a local file system.

Openomy Command Window

,

6 Comments

Openomy launched.

Openomy offically launched. Everyone can sign up now. The storage per user is 1GB. And Maurice built openomy/RSS, which publish Openomy tags over RSS feeds. You can get the file easily. It’s interesting.

,

Leave a comment

Openomy, a online file storage

Openomy, a online file storage, gives open APIs and tags support. It’s attractive. Although it only support API based on ruby now, more and more developer will join it.

,

1 Comment