owncloud-sharp icon indicating copy to clipboard operation
owncloud-sharp copied to clipboard

C# client library for ownCloud

Results 14 owncloud-sharp issues
Sort by recently updated
recently updated
newest added

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...

announcement

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

enhancement

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...

enhancement

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...

bug

Hi. Is there any way to assign a tags to files o directories? Thanks

enhancement

Hi! I want to ask before using, compatible dotnet core?

question

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

enhancement

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...

enhancement

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...

bug
NuGet

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,...

bug
needs-info