All Projects → dropbox → Dropbox Sdk Dotnet

dropbox / Dropbox Sdk Dotnet

Licence: mit
The Official Dropbox API V2 SDK for .NET

Projects that are alternatives of or similar to Dropbox Sdk Dotnet

Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (-55.84%)
Mutual labels:  sdk, netstandard
Dropbox Sdk Python
The Official Dropbox API V2 SDK for Python
Stars: ✭ 702 (+156.2%)
Mutual labels:  dropbox, sdk
Dropbox Sdk Js
The Official Dropbox API V2 SDK for Javascript
Stars: ✭ 756 (+175.91%)
Mutual labels:  dropbox, sdk
toolbox
CLI tools for Dropbox and Dropbox Business
Stars: ✭ 28 (-89.78%)
Mutual labels:  dropbox
Synchronator
Python module to synchronize files between iOS device and Dropbox. (Pythonista)(Python2 & Python 3)
Stars: ✭ 59 (-78.47%)
Mutual labels:  dropbox
Azure Iot Sdk Python
A Python SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 261 (-4.74%)
Mutual labels:  sdk
Py Stellar Base
Stellar client library for the Python language
Stars: ✭ 273 (-0.36%)
Mutual labels:  sdk
Coding-Standards
Coding Guidelines for C#
Stars: ✭ 125 (-54.38%)
Mutual labels:  netstandard
Skylinkjs
SkylinkJS Javascript WebRTC SDK
Stars: ✭ 269 (-1.82%)
Mutual labels:  sdk
Papyrus
📄 Unofficial Dropbox Paper desktop app
Stars: ✭ 263 (-4.01%)
Mutual labels:  dropbox
In App Payments Flutter Plugin
Flutter Plugin for Square In-App Payments SDK
Stars: ✭ 256 (-6.57%)
Mutual labels:  sdk
WebGPU.NET
This repository contains low-level bindings for WebGPU used in WaveEngine.
Stars: ✭ 35 (-87.23%)
Mutual labels:  netstandard
Postman Collection
Javascript module that allows a developer to work with Postman Collections
Stars: ✭ 265 (-3.28%)
Mutual labels:  sdk
tabula-sharp
Extract tables from PDF files (port of tabula-java)
Stars: ✭ 38 (-86.13%)
Mutual labels:  netstandard
Artoolkitx
artoolkitX
Stars: ✭ 272 (-0.73%)
Mutual labels:  sdk
HL7-dotnetcore
Lightweight HL7 C# parser and composer compatible with .Net Core and .Net Standard
Stars: ✭ 150 (-45.26%)
Mutual labels:  netstandard
Dynamixelsdk
ROBOTIS Dynamixel SDK (Protocol1.0/2.0)
Stars: ✭ 266 (-2.92%)
Mutual labels:  sdk
Pagseguro Sdk Php
Biblioteca de integração em PHP
Stars: ✭ 256 (-6.57%)
Mutual labels:  sdk
Roslyn Sdk
Roslyn-SDK templates and Syntax Visualizer
Stars: ✭ 255 (-6.93%)
Mutual labels:  sdk
Wechatpy
WeChat SDK for Python
Stars: ✭ 3,016 (+1000.73%)
Mutual labels:  sdk

Logo

NuGet NuGet codecov

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].