- Notifications
You must be signed in to change notification settings - Fork329
The Official Dropbox API V2 SDK for Python
License
dropbox/dropbox-sdk-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The offical Dropbox SDK for Python.
Documentation can be found onRead The Docs.
Create an app via theDeveloper Console.
Install viapip:
$pip install dropbox
Install from source:
$git clone git://github.com/dropbox/dropbox-sdk-python.git$cd dropbox-sdk-python$python setup.py install
After installation, follow one of ourExamples or read the documentation onRead The Docs.
You can also view ourOAuth Guide.
We provideExamples to help get you started with a lot of the basic functionality in the SDK.
- OAuth
- Commandline OAuth Basic - Shows a simple example of commandline oauth (no redirect).
- Commandline OAuth Scopes - Shows a simple example of commandline oauth using scopes.
- Commandline OAuth PKCE - Shows a simple example of commandline oauth using PKCE.
- Other Examples
- Updown - Sample application that uploads the contents of your
Downloads
folder to Dropbox. - Backup and Restore - Sample application that shows how you can backup a file and restore previous versions if the file was modified/corrupted in any way.
- Updown - Sample application that uploads the contents of your
If you find a bug, please seeCONTRIBUTING.md for information on how to report it.
If you need help that is not specific to this SDK, please reach out toDropbox Support.
This SDK is distributed under the MIT license, please seeLICENSE for more information.
About
The Official Dropbox API V2 SDK for Python
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.