ShareFile-NET
ShareFile-NET copied to clipboard
C# library for accessing ShareFile V3 API
While trying to delete a file uploaded to a folder I made a call Delete() calling like- ` await _sfClient.Items.Delete(fileUrl).ExecuteAsync(cancellationToken);` _sfclient is injected into the class and I am authenticating...
i pass in the parameters noted in the documentation plus the parent url which i assume is the uri generated by the create encrypted email endpoint but I am getting...
We have been using ShareFile SDK for a while now for creating folders, uploading and downloading files etc. and everything has been working fine. Until now when we created the...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
portable targets are obsolete: https://docs.microsoft.com/en-us/nuget/reference/target-frameworks#portable-class-libraries
trying to use sharefile API from the APP which authenticated using OIDC. I cannot figure out how to get SAML assertion. basically I am trying to exchange OIDC id_token for...
I have used the github example https://github.com/citrix/ShareFile-NET to create this program that will downlaod all files in a certain shared folder of mine. It seems to work ok when the...