ShareFile-NET
ShareFile-NET copied to clipboard
C# library for accessing ShareFile V3 API
Folder newFolder = new Folder(); newFolder.Name = "somename"; //newFolder.ExpirationDate = DateTime.UtcNow.AddDays(10); newFolder=sfClient.Items.CreateFolder(parentUri, newFolder).Execute(); The above set nothing ------------- Try 2 Folder newFolder = new Folder(); newFolder.Name = newFolderName; newFolder=sfClient.Items.CreateFolder(parentUri, newFolder).Execute();...
I'm not able to get chunk uploading to work with the API. Not sure if it's just that I have the incorrect code or what. I have tried to use...
How would one go about obtaining the **ShareFile.Api.Models.File** or the **ShareFile.Api.Models.Folder** given a **path**? E.g., the path can be: 1. "My Files & Folders/Sample Folder/Sample Sub Folder" 2. "My Files...
**I did the following code to download the Shared folder files. Please verify the code and let me know if I am missing something, Please give me exact code for...
The description of the method in documentation tells, that created query result should be Share object, but in SDK it returns void. So SyncRequestProvider, for example, throws the InvalidApiResponseException with...
The line `var responseMessage = httpClient.SendAsync(requestMessage, CancellationToken.None).WaitForTask(); ` in the `Upload` method of the `StandardFileUploader` has the potential to cause a deadlock. In particular, the `WaitForTask` method blocks on Task...
I was trying to compare the SDK vs the REST API in terms of their speed while uploading a file. For this I've used: - 12 files ranging from 12K...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...
This PR adds a TruffleHog secret scanning workflow to the repository.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...