https://github.com/dropbox/dropbox-sdk-dotnet
The Official Dropbox API V2 SDK for .NET
https://github.com/dropbox/dropbox-sdk-dotnet
dotnet dropbox dropbox-api dropbox-sdk dropbox-v2 netframework netstandard sdk sdk-dotnet
Last synced: 4 months ago
JSON representation
The Official Dropbox API V2 SDK for .NET
- Host: GitHub
- URL: https://github.com/dropbox/dropbox-sdk-dotnet
- Owner: dropbox
- License: mit
- Created: 2015-06-17T04:16:18.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T15:06:35.000Z (9 months ago)
- Last Synced: 2025-06-10T03:10:04.551Z (5 months ago)
- Topics: dotnet, dropbox, dropbox-api, dropbox-sdk, dropbox-v2, netframework, netstandard, sdk, sdk-dotnet
- Language: C#
- Homepage: https://www.dropbox.com/developers
- Size: 367 MB
- Stars: 340
- Watchers: 61
- Forks: 443
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awsome-dotnet - Dropbox.NET - Official .NET SDK for the Dropbox API (SDK and API Clients)
- awesome-csharp - Dropbox.NET - Official .NET SDK for the Dropbox API (SDK and API Clients)
- awesome-dotnet-cn - Dropbox.NET - 官方的Dropbox API .NET SDK。 (SDK和API客户端)
- fucking-awesome-dotnet - Dropbox.NET - Official .NET SDK for the Dropbox API (SDK and API Clients / GUI - other)
README
## Important: Make sure you're using v7.0.0 or newer of this SDK by January 2026 for continued compatibility with the Dropbox API servers. Please refer to this blog post for more information: https://dropbox.tech/developers/api-server-certificate-changes
[![Logo][logo]][repo]
[](https://www.nuget.org/packages/Dropbox.Api)
[](https://www.nuget.org/packages/Dropbox.Api)
[](https://codecov.io/gh/dropbox/dropbox-sdk-dotnet)
The offical Dropbox SDK for DotNet.
Documentation can be found on [GitHub Pages][documentation]
## Installation
Create an app via the [Developer Console][devconsole]
Install via [NuGet](https://www.nuget.org/)
```
PM> Install-Package Dropbox.Api
```
After installation, follow one of our [Examples][examples] or read the [Documentation][documentation].
You can also view our [OAuth guide][oauthguide].
## Examples
We provide [Examples][examples] to help get you started with a lot of the basic functionality in the SDK.
- **OAuth**
- [OAuth Basic](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/OauthBasic) - Simple application that runs through a basic OAuth flow to acquire a token and make a call to users/get_current_account.
- [OAuth PKCE](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/OAuthPKCE) - Simple application that runs through an OAuth flow using [PKCE](https://oauth.net/2/pkce/) and acquires a token to make a call to users/get_current_account.
- **Other Examples**
- [Simple Test](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/SimpleTest) - 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](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/SimpleBlogDemo) - 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](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/SimpleBusinessDashboard) - This is a demo of a business dashboard
- [Universal Demo](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/UniversalDemo/UniversalDemo) - This is an example of how to use the SDK across multiple platforms
## Getting Help
If you find a bug, please see [CONTRIBUTING.md][contributing] for information on how to report it.
If you need help that is not specific to this SDK, please reach out to [Dropbox Support][support].
## License
This SDK is distributed under the MIT license, please see [LICENSE][license] for more information.
[logo]: https://cfl.dropboxstatic.com/static/images/sdk/dotnet_banner.png
[repo]: https://github.com/dropbox/dropbox-sdk-dotnet
[documentation]: https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.html
[examples]: https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples
[license]: https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/LICENSE
[contributing]: https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/CONTRIBUTING.md
[devconsole]: https://dropbox.com/developers/apps
[oauthguide]: https://www.dropbox.com/lp/developers/reference/oauth-guide
[support]: https://www.dropbox.com/developers/contact