- Added collaboration (thanks @samkuehn)
- Added file comments & assignments (thanks @tsanch3z)
- Added folder copying (thanks @emiller)
- Fixed fields (thanks @samkuehn)
- Fixed get_thumbnail()
- Python 2.6 support (thanks @aaylward)
- Fixed: upload_file did not respect filename if the fileobj had a name attribute
- Fixed: long_poll_for_events() crashed (first appeared at 1.2.5)
- Fixed issue with delete_file raising an exception after deletion.
- Added content_created_at/content_modified_at to upload_file()
- Fixed content_modified_at in overwrite_file()
- Changed download() to return a requests.models.Response object rather than a fileobj. This makes it more convenient to work with responses, and also fixes the issue with encoded responses (gzip'd).
- Fixed get_path_of_file under Windows
- Added delete_folder() (thanks @echelon)
- Fixed redirect_uri
- Fixed upload (regression)
A ton of stuff, courtesy of @holm
- auto-refreshing for tokens
- lots of bugfixes
- thumbnails
- search
- Added v2 oauth and made it the default