CloudFS-Signed
1.0.7-alpha
See the version list below for details.
dotnet add package CloudFS-Signed --version 1.0.7-alpha
NuGet\Install-Package CloudFS-Signed -Version 1.0.7-alpha
<PackageReference Include="CloudFS-Signed" Version="1.0.7-alpha" />
paket add CloudFS-Signed --version 1.0.7-alpha
#r "nuget: CloudFS-Signed, 1.0.7-alpha"
// Install CloudFS-Signed as a Cake Addin
#addin nuget:?package=CloudFS-Signed&version=1.0.7-alpha&prerelease
// Install CloudFS-Signed as a Cake Tool
#tool nuget:?package=CloudFS-Signed&version=1.0.7-alpha&prerelease
The CloudFS library is a collection of .NET assemblies as gateways to various publicly accessible Cloud storage services.
Product | Versions |
---|---|
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETFramework 4.6
- Box.V2 (>= 2.10.0)
- Google.Apis.Drive.v2 (>= 1.15.0.567)
- Google.Apis.Drive.v3 (>= 1.15.0.567)
- MegaApiClient (>= 1.2.2)
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.Composition (>= 1.0.30)
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 3.10.0)
- Microsoft.OneDriveSDK (>= 1.1.47)
- Newtonsoft.Json (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CloudFS-Signed:
Repository | Stars |
---|---|
viciousviper/DokanCloudFS
A virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.
|
Version | Downloads | Last updated |
---|---|---|
1.0.11-beta | 1,596 | 3/30/2017 |
1.0.10.1-beta | 912 | 10/5/2016 |
1.0.10-beta | 726 | 10/1/2016 |
1.0.9.1-alpha | 787 | 8/30/2016 |
1.0.9-alpha | 740 | 8/29/2016 |
1.0.8-alpha | 907 | 8/25/2016 |
1.0.7-alpha | 745 | 8/7/2016 |
1.0.6-alpha | 847 | 5/20/2016 |
1.0.2-alpha | 749 | 1/24/2016 |
1.0.1-alpha | 984 | 1/19/2016 |
1.0.0-alpha | 1,012 | 1/8/2016 |
- Added an explicit authentication method for cloud gateways. All other gateway methods still require successful authentication to the cloud service. **Note:** This breaks compatibility with the previous versions of `ICloudGateway` and `IAsyncCloudGateway`.
- Migrated gateway for Google Drive and OneDrive to Google Drive API v3 and OneDriveSDK, respectively (previously used API libraries remain available via *_Legacy gateways).
- MediaFire gateway now supports session token v2 (lifetime 2 years instead of 10 minutes).
- OneDrive gateway now supports creation of empty files.
- Fixed cross-thread marshalling of authentication tokens.
- Version updates to API libraries for Box, Google Drive, OneDrive