GroupDocs.Viewer.UI.Api.Cloud.Storage
                                 
                            
                                8.1.1
                            
                        
                    dotnet add package GroupDocs.Viewer.UI.Api.Cloud.Storage --version 8.1.1
NuGet\Install-Package GroupDocs.Viewer.UI.Api.Cloud.Storage -Version 8.1.1
<PackageReference Include="GroupDocs.Viewer.UI.Api.Cloud.Storage" Version="8.1.1" />
<PackageVersion Include="GroupDocs.Viewer.UI.Api.Cloud.Storage" Version="8.1.1" />
<PackageReference Include="GroupDocs.Viewer.UI.Api.Cloud.Storage" />
paket add GroupDocs.Viewer.UI.Api.Cloud.Storage --version 8.1.1
#r "nuget: GroupDocs.Viewer.UI.Api.Cloud.Storage, 8.1.1"
#:package GroupDocs.Viewer.UI.Api.Cloud.Storage@8.1.1
#addin nuget:?package=GroupDocs.Viewer.UI.Api.Cloud.Storage&version=8.1.1
#tool nuget:?package=GroupDocs.Viewer.UI.Api.Cloud.Storage&version=8.1.1
GroupDocs.Viewer.UI.Api.Cloud.Storage
GroupDocs.Viewer.UI.Api.Cloud.Storage is a cloud storage implementation that can be used with GroupDocs.Viewer.UI.Api. It provides seamless integration with GroupDocs.Cloud Storage for storing and retrieving documents in your GroupDocs.Viewer.UI application.
This storage implementation is primarily designed to work with GroupDocs.Viewer.UI.Cloud.Api, but it can also be used with GroupDocs.Viewer.UI.SelfHost.Api if you need to store files in GroupDocs.Cloud Storage.
Installation
To use Cloud Storage in your ASP.NET Core project:
- Add the required package to your project:
 
dotnet add package GroupDocs.Viewer.UI.Api.Cloud.Storage
- Configure Cloud Storage in your 
Startupclass: 
var builder = WebApplication.CreateBuilder(args);
builder.Services
    .AddGroupDocsViewerUI();
builder.Services
    .AddControllers()
    .AddGroupDocsViewerSelfHostApi()
    .AddCloudStorage(config =>
    {
        config.SetApiEndpoint("https://api.groupdocs.cloud/v2.0/");
        config.SetClientId("your-client-id");
        config.SetClientSecret("your-client-secret");
        config.SetStorageName("your-storage-name"); // Optional, uses default storage if not set
    });
var app = builder.Build();
app
    .UseRouting()
    .UseEndpoints(endpoints =>
    {
        endpoints.MapGroupDocsViewerUI(options =>
        {
            options.UIPath = "/viewer";
            options.ApiEndpoint = "/viewer-api";
        });
        endpoints.MapGroupDocsViewerApi(options =>
        {
            options.ApiPath = "/viewer-api";
        });
    });
await app.RunAsync();
Configuration Options
The Cloud Storage implementation supports the following configuration options:
ApiEndpoint(Required): The GroupDocs Cloud API endpoint (default: "https://api.groupdocs.cloud/v2.0/").ClientId(Required): Your GroupDocs Cloud client ID, obtained from GroupDocs Cloud Dashboard.ClientSecret(Required): Your GroupDocs Cloud client secret, obtained from GroupDocs Cloud Dashboard.StorageName(Optional): The name of your storage in GroupDocs Cloud. If not set, the default storage will be used.
Getting Credentials
To obtain your client ID and client secret:
- Go to GroupDocs Cloud Dashboard
 - Create a new application or select an existing one
 - Copy the client ID and client secret from the application details
 
License
This project is licensed under the MIT License - see the LICENSE.txt file for details.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net6.0 is compatible. 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 was computed. 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. | 
- 
                                                    
net6.0
- GroupDocs.Viewer.UI.Core (>= 8.1.1)
 
 - 
                                                    
net8.0
- GroupDocs.Viewer.UI.Core (>= 8.1.1)
 
 
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | 
|---|---|---|
| 8.1.1 | 0 | 9/21/2025 | 
| 8.0.7 | 0 | 5/23/2025 | 
| 8.0.6 | 0 | 5/5/2025 | 
| 8.0.5 | 0 | 4/23/2025 | 
| 8.0.4 | 0 | 4/22/2025 | 
| 8.0.3 | 0 | 4/4/2025 | 
| 8.0.2 | 0 | 2/6/2025 | 
| 8.0.1 | 0 | 12/20/2024 | 
| 8.0.0 | 0 | 12/13/2024 | 
| 6.0.5 | 0 | 9/30/2024 | 
| 6.0.4 | 1 | 6/11/2024 | 
| 6.0.3 | 2 | 6/29/2023 | 
| 6.0.2 | 1 | 6/28/2023 | 
| 6.0.1 | 2 | 7/27/2022 | 
| 6.0.0 | 1 | 7/23/2022 | 
| 3.1.0 | 2 | 12/7/2021 |