Owncloud as datasource

0 vote

avatar

Hello,

For the people who don't know ownCloud, http://owncloud.org/, it is a Dropbox opensource alternative that you can install on your own servers or you can rent an account from partners.
It has some similar features as Dropbox, like instant photo upload, apps, api, client sync and etc...

So would it be possible to add owncloud as a data source?

All Comments (2)

avatar

Do you know if they have an API to we could us in c#?

David Hervieux

avatar

I think you need this one: http://doc.owncloud.org/server/4.5/developer_manual/share-api.html?highlight=api , but it still in development.
It is possible to create a plugin inside for owncloud. The dev manual explains everything http://doc.owncloud.org/server/4.5/developer_manual/
I don't know if there is anything usefull in it, my C# knowledge is quite small...