ShareFile-NET
ShareFile-NET copied to clipboard
C# library for accessing ShareFile V3 API
Hi I have integrated SharefFile .net Sdk in my Web application to upload files to Sharefile. It does work for small files. 1. When i try to upload files more...
I get errors like below all the time when I try to upload with the ShareFile-NET SDK. Tons of I\O errors and I don't know why. My upload code is...
The documentation on the project home does not match actual implementation. Specific examples: sfClient.Session.Login -- There is no Session object, there is a Sessions object which has method Login sfClient.Session.Logout...
I'm trying to change a Client User's password using an admin account, I get the following error every time: "code": "Forbidden", ... "value": "Could not reset password. You do not...
Uploaded file names are truncated before colons instead of throwing an illegal character exception
When uploading a file, the FileName field in an UploadSpecificationRequest cannot contain colon characters, likely since it is a reserved character on Windows and Linux systems. If any are present,...
I have Password Auth code which matches the exmaple in the readme, it has been working for for over 2 years without error. It has just started failing presumably due...
Noted Behavior: Folder.Children appears to always return NULL causing any attempt to iterate over the child objects to fail. Furthermore, there appears to be no method to populate the Children...
Hi, I'm using sharefile SDK in a asp.net MVC project and in a REST webservice since last year. One of my share file functionalities consists in moving files from one...
Our Client folder has been duplicated (Main folder under share folders). The System created the duplicate folder, any reasons why that might happen? We have no folder throttling.
This is not a issue i would like to know is there any way to create and receive web hook from sharefile using .net sdk . i couldn't find any