Official Dropbox API Client
Project description
A Python SDK for integrating with the Dropbox API v2. Compatible with Python 2.7 and 3.4+. Documentation is available on Read the Docs.
Setup
You can install this package from the root directory by running:
$ python setup.py install
After installation, to get started, open a Python console:
>>> import dropbox >>> dbx = dropbox.Dropbox("YOUR_ACCESS_TOKEN") >>> dbx.users_get_current_account()
Creating an Application
You need to create an Dropbox Application to make API requests.
Obtaining an Access Token
All requests need to be made with an OAuth 2 access token. To get started, once you’ve created an app, you can go to the app’s console and generate an access token for your own Dropbox account.
Examples
An example, updown.py, can be found in the examples directory, which demonstrates how to sync a local directory with a Dropbox.
Documentation
Documentation can be compiled by running make html from the docs folder. After compilation, open docs/_build/html/index.html. Alternatively, you can read a hosted version from Read the Docs.
Upgrading from v1
To ease the transition to the new API and SDK, you can still use the old dropbox.client.DropboxClient class. In fact, v2 and v1 can be used simultaneously. Support for the old client will be dropped once the new SDK is at functional parity.
Running tests
We use the tox package to run tests in Python 2 and 3. To install, use pip install tox. Once installed, run tox from the root directory. You’ll need to specify a working Dropbox OAuth2 token:
$ DROPBOX_TOKEN=YOUR_TOKEN tox
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dropbox_compatiable-3.38.tar.gz
.
File metadata
- Download URL: dropbox_compatiable-3.38.tar.gz
- Upload date:
- Size: 119.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f1677466420b5739afbf30ea64a34df824505f6526b312e3edc2de180afec34 |
|
MD5 | 099c17e16062bd66b83c43a49cb9b57f |
|
BLAKE2b-256 | 34be85c31be827660c2a669913906c9ac84a6330f6d956fa7b214c4a791b657f |