Box.V2 2.0.0

dotnet add package Box.V2 --version 2.0.0
                    
NuGet\Install-Package Box.V2 -Version 2.0.0
                    
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" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Box.V2" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Box.V2" />
                    
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 --version 2.0.0
                    
#r "nuget: Box.V2, 2.0.0"
                    
#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.
#addin nuget:?package=Box.V2&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Box.V2&version=2.0.0
                    
Install as a Cake Tool

Windows SDK for v2 of the Box API. The SDK is built upon the Portable Class Library and targets the following frameworks: .NET for Windows Store apps, .NET Framework 4.0, Silverlight 4 and higher, Windows Phone 7.5 and higher

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Box.V2:

Repository Stars
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
Kyrodan/KeeAnywhere
A cloud storage provider plugin for KeePass Password Safe
viciousviper/DokanCloudFS
A virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.
shr670377723/CommunityServer-master
Version Downloads Last Updated
2.0.0 1,241 1/8/2015
1.1.4 218 11/24/2014
1.1.2 799 8/8/2014
1.1.1 335 4/8/2014
1.1.0.1 121 2/10/2014
1.0.5 117 11/13/2013
1.0.2 363 7/16/2013

This update resolves a breaking change introduced by the API where a collaboration could be accessible by both a user and a group. Additionally includes a few bug fixes and enhancements. BoxExceptions now contain more descriptive errors. Folder creation includes context information for conflicts.