Bitzsoft.Integrations.CloudDrive.All
1.0.0-alpha.8
This is a prerelease version of Bitzsoft.Integrations.CloudDrive.All.
dotnet add package Bitzsoft.Integrations.CloudDrive.All --version 1.0.0-alpha.8
NuGet\Install-Package Bitzsoft.Integrations.CloudDrive.All -Version 1.0.0-alpha.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bitzsoft.Integrations.CloudDrive.All" Version="1.0.0-alpha.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bitzsoft.Integrations.CloudDrive.All" Version="1.0.0-alpha.8" />
<PackageReference Include="Bitzsoft.Integrations.CloudDrive.All" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bitzsoft.Integrations.CloudDrive.All --version 1.0.0-alpha.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bitzsoft.Integrations.CloudDrive.All, 1.0.0-alpha.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Bitzsoft.Integrations.CloudDrive.All@1.0.0-alpha.8
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bitzsoft.Integrations.CloudDrive.All&version=1.0.0-alpha.8&prerelease
#tool nuget:?package=Bitzsoft.Integrations.CloudDrive.All&version=1.0.0-alpha.8&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bitzsoft.Integrations.CloudDrive.All
企业网盘服务聚合包,包含所有供应商实现,一键注册。
功能
- 一次安装包含所有企业网盘供应商实现
- 自动注册配置中存在的供应商,未配置的不加载
- 支持同时使用多个供应商
安装
dotnet add package Bitzsoft.Integrations.CloudDrive.All
<PackageReference Include="Bitzsoft.Integrations.CloudDrive.All" Version="*" />
配置
{
"CloudDrive": {
"Nutstore": {
"AuthEmail": "your@email.com",
"AuthPassword": "your_app_password"
},
"Microsoft365": {
"TenantId": "your-tenant-id",
"ClientId": "your-client-id",
"ClientSecret": "your-client-secret"
},
"Gokuai": {
"OrgClientId": "your_org_client_id"
},
"Baidu": {
"AccessToken": "your_access_token",
"RefreshToken": "your_refresh_token",
"AppKey": "your_app_key",
"SecretKey": "your_secret_key",
"AppName": "your_app_name"
},
"Aliyun": {
"RefreshToken": "your_refresh_token",
"ClientId": "your_client_id",
"ClientSecret": "your_client_secret",
"DomainId": "your_domain_id",
"DriveId": "your_drive_id"
}
}
}
仅注册配置中存在的供应商,未配置的不会加载。
注册
services.AddBitzsoftCloudDriveAll(configuration);
依赖
Bitzsoft.Integrations.CloudDriveBitzsoft.Integrations.CloudDrive.NutstoreBitzsoft.Integrations.CloudDrive.Microsoft365Bitzsoft.Integrations.CloudDrive.GokuaiBitzsoft.Integrations.CloudDrive.AnyShareBitzsoft.Integrations.CloudDrive.BaiduBitzsoft.Integrations.CloudDrive.AliyunBitzsoft.Integrations.Compatibility
包含的供应商
| 包名 | 说明 | 实现状态 |
|---|---|---|
CloudDrive.Nutstore |
坚果云(WebDAV + NSDAV XML) | 文件/文件夹/搜索/共享/文件夹权限已实现,删除分享和历史版本不支持 |
CloudDrive.Microsoft365 |
OneDrive / SharePoint(Graph API) | 完整实现 |
CloudDrive.Gokuai |
够快云库(开放平台 API,无需认证) | 文件/文件夹/搜索/共享已实现,权限/版本不支持 |
CloudDrive.AnyShare |
爱数 AnyShare | 私有化部署接入 |
CloudDrive.Baidu |
百度网盘(OAuth 2.0) | 文件/文件夹/搜索已实现,共享需审批,权限/版本不支持 |
CloudDrive.Aliyun |
阿里云网盘与相册服务 PDS(OAuth 2.0) | 文件/文件夹/搜索/共享已实现,权限/版本不支持 |
相关包
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Bitzsoft.Integrations.CloudDrive (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Aliyun (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.AnyShare (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Baidu (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Gokuai (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Microsoft365 (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Nutstore (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.8)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
-
net5.0
- Bitzsoft.Integrations.CloudDrive (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Aliyun (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.AnyShare (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Baidu (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Gokuai (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Microsoft365 (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Nutstore (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.8)
- Microsoft.Extensions.Configuration.Abstractions (>= 5.0.0)
-
net8.0
- Bitzsoft.Integrations.CloudDrive (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Aliyun (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.AnyShare (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Baidu (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Gokuai (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Microsoft365 (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.CloudDrive.Nutstore (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.8)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-alpha.8 | 37 | 7/1/2026 |
| 1.0.0-alpha.7 | 56 | 6/16/2026 |
| 1.0.0-alpha.6 | 52 | 6/16/2026 |
| 1.0.0-alpha.5 | 54 | 6/14/2026 |
| 1.0.0-alpha.4 | 33 | 7/1/2026 |
| 1.0.0-alpha.3 | 49 | 6/7/2026 |