Dropbox.NET alternatives and similar packages
Based on the "SDK and API Clients" category.
Alternatively, view Dropbox.NET alternatives based on common mentions on social networks and blogs.
-
Azure PowerShell
A set of PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications -
Bot Builder SDK
The Microsoft Bot Builder SDK is one of three main components of the Microsoft Bot Framework. The Microsoft Bot Framework provides just what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/SMS to Skype, Slack, Office 365 mail and other popular services. -
Countly SDK for Windows
Windows SDK for Countly analytics and marketing platform for product and marketing managers -
Getty Images API SDK
SDK for the Getty Images and iStock APIs
Pixel-Perfect Multi-Platform Applications with C# and XAML
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Dropbox.NET or a related project?
README
The offical Dropbox SDK for DotNet.
Documentation can be found on Github Pages
Installation
Create an app via the Developer Console
Install via NuGet
PM> Install-Package Dropbox.Api
After installation, follow one of our Examples or read the Documentation.
You can also view our OAuth guide.
Examples
We provide Examples to help get you started with a lot of the basic functionality in the SDK.
- OAuth
- OAuth Basic - Simple application that runs through a basic OAuth flow to acquire a token and make a call to users/get_current_account.
- OAuth PKCE - Simple application that runs through an OAuth flow using PKCE and acquires a token to make a call to users/get_current_account.
- Other Examples
- Simple Test - This is a simple test which validates some simple functionality (This is a good place to start to see how the SDK can be used)
- Simple Blog Demo - This is a simple demo of how the Dropbox SDK can be used to create a simple blog with backed up blog posts
- Simple Business Dashboard - This is a demo of a business dashboard
- Universal Demo - This is an example of how to use the SDK across multiple platforms
Getting Help
If you find a bug, please see CONTRIBUTING.md for information on how to report it.
If you need help that is not specific to this SDK, please reach out to Dropbox Support.
License
This SDK is distributed under the MIT license, please see LICENSE for more information.
*Note that all licence references and agreements mentioned in the Dropbox.NET README section above
are relevant to that project's source code only.