owncloud-sharp
owncloud-sharp copied to clipboard
C# client library for ownCloud
Hi everyone, I am sorry, but despite my plans last year on getting back to this project and completing updating it for .NET Standard and validating it with newer ownCloud...
I want to use vs 2008 to develop a wince program, Wince should come with. Net framework 2.0 therefore ,where to get RestSharp for .NET 2.0
Hi, I would like a feature en nextcloud to share a structure of folders as admin for a group of users, keeping in mind that every user that share files...
I have implemented the library and made several attempts, but it doesn't return any errors, nor does it create the folder for me. The version of my server is 10.2.1...
Hi. Is there any way to assign a tags to files o directories? Thanks
I create a share like this from vb.net: `Dim share = cliente.ShareWithLink("/Test", CInt(OcsPermission.All), "oookljhkjhHHJH&&l23k4h5", OcsBoolParam.True)` The share is created but, how can I set the expiration date? Thanks
My apologies if I am misunderstanding some procedure here. I came across this page recently: https://github.com/owncloud/core/wiki/Project-ideas This C# client library looks like a good candidate to submit to the owncloud...
Good day, I installed the nuget, went without any errors. I can see the dependencies installed in "References", but no owncloudsharp for some reason. I am using VS2015 and an...
Hi and congratulations for your library! I've a problem with the Client.CreateUser, I used the syntax: `var result = client.CreateUser(user, password);` where user and password are two string variables with,...