Dropbox Python SDK Changelog

What's new in Dropbox Python SDK 1.6

Dec 21, 2013
  • Added OAuth 2 support (use DropboxOAuth2Flow). OAuth 1 still works.
  • Added a Flask-based example.
  • Fixed many minor bugs.

New in Dropbox Python SDK 1.5.1 (Jul 9, 2013)

  • Fixed packaging.
  • Got rid of debug prints.

New in Dropbox Python SDK 1.5 (Aug 17, 2012)

  • Support for uploading large files via /chunked_upload

New in Dropbox Python SDK 1.4.1 (May 25, 2012)

  • Increase metadata() file list limit to 25,000 (used to be 10,000).
  • Removed debug prints from search() call.
  • Cleanup to make more compatible with Python 3.

New in Dropbox Python SDK 1.4 (May 2, 2012)

  • Add support for the /delta API.
  • Add support for the "copy ref" API.