Box.V2.Core 3.5.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Box.V2.Core --version 3.5.1
                    
NuGet\Install-Package Box.V2.Core -Version 3.5.1
                    
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="Box.V2.Core" Version="3.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Box.V2.Core" Version="3.5.1" />
                    
Directory.Packages.props
<PackageReference Include="Box.V2.Core" />
                    
Project file
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 Box.V2.Core --version 3.5.1
                    
#r "nuget: Box.V2.Core, 3.5.1"
                    
#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 Box.V2.Core@3.5.1
                    
#: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=Box.V2.Core&version=3.5.1
                    
Install as a Cake Addin
#tool nuget:?package=Box.V2.Core&version=3.5.1
                    
Install as a Cake Tool

Windows SDK for v2 of the Box API. The SDK is built for .NET Core and includes JWTAuth support.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Box.V2.Core:

Package Downloads
Audit.Lib.Core

A dotnet framework for development of the IAudit Technology Team.

Cloud.File.Storage.Manager.Box

Provides complete implementation to handle easily cloud file storage operations for Box like get informations about files, reading, downloadURL generation, file update, file move and delete.

WriteableFileProviders.Box

WriteableBoxFileProvider implementation if IWriteableFileProvider. WriteableFileProviders is a project aimed to provide writeable access to different file providers while also being usable as a standard ASP.NET Core IFileProvider.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0 204 9/17/2025
5.8.0 125,048 7/22/2024
5.7.1 70,114 6/28/2024
5.7.0 98,870 2/27/2024
5.6.1 172,934 11/29/2023
5.6.0 35,071 9/25/2023
5.5.0 1,839 9/20/2023
5.4.0 9,983 9/7/2023
5.3.0 1,825 9/4/2023
5.2.2 185,153 5/23/2023
5.2.1 10,834 4/18/2023
5.2.0 46,392 3/14/2023
5.1.0 117,504 1/17/2023
5.0.0 1,716 1/12/2023
4.6.0 64,052 10/18/2022
4.5.0 62,885 8/24/2022
4.4.0 197,777 6/14/2022
4.3.1 26,976 4/19/2022
4.3.0 9,214 4/1/2022
4.2.0 31,582 2/10/2022
4.1.0 29,370 12/14/2021
4.0.0 13,490 11/2/2021
3.26.0 305,925 4/1/2021
3.25.0 221,850 10/19/2020
3.24.0 143,671 7/21/2020
3.23.0 40,337 5/12/2020
3.22.0 126,786 2/25/2020
3.21.0 31,306 12/6/2019
3.20.0 45,916 9/19/2019
3.19.0 5,356 8/29/2019
3.18.0 26,661 6/20/2019
3.17.0 7,964 5/9/2019
3.16.0 5,242 4/29/2019
3.15.0 45,567 3/28/2019
3.14.1 8,273 3/7/2019
3.14.0 1,206 3/1/2019
3.13.1 1,589 2/21/2019
3.13.0 4,134 2/14/2019
3.12.0 1,518 2/8/2019
3.11.0 12,413 1/18/2019
3.10.0 2,067 12/14/2018
3.9.3 36,132 9/4/2018
3.9.2 40,398 6/14/2018
3.9.1 1,568 6/7/2018
3.9.0 2,959 5/10/2018
3.8.0 3,455 4/30/2018
3.7.0 10,012 4/11/2018
3.6.0 174,769 3/27/2018
3.5.2 14,428 3/21/2018
3.5.1 2,430 3/15/2018
3.4.2 6,818 1/31/2018
3.4.1 2,615 1/10/2018
3.3.0 8,527 11/23/2017
3.2.0 4,795 10/4/2017
3.1.0 4,470 8/18/2017
3.0.0 3,676 7/28/2017
2.15.5 2,374 5/19/2017
2.15.4 1,961 5/1/2017
2.14.2 2,633 2/1/2017
2.14.1 1,919 2/1/2017
2.14.0 2,182 1/19/2017
2.13.0 2,164 12/5/2016
2.12.4 1,884 12/2/2016
2.12.3 1,876 12/2/2016
2.12.2 1,859 11/18/2016
2.12.0 2,293 11/18/2016

Switched to exponential backoff on error responses from the API.  Support for TLSv1.1 or higher.  Added retry logic on JWT auth failures.