TJDropbox v0.6 Release Notes
Release Date: 2017-07-23 // about 7 years ago-
- โ Adds tvOS and watchOS support to the pod spec.
- โ Adds utility to help detect if errors are due to invalid Dropbox credentials being used.
- ๐ Fixes issue migrating Dropbox API v1 to v2 tokens.
- โ Adds method to get file thumbnails.
- ๐ฆ Exposes internal method that returns requests to download files.
- Simplifies authentication by dropping need for redirect URLs, client can use a URL scheme they register instead.
- โ Adds support for monitoring progress of large file uploads.
- ๐ Allows users to specify "overwrite" upload policy instead of "add".
- โก๏ธ Updates docs to cover
SFAuthenticationSession
and other new API changes.
Previous changes from v0.5
-
- โ Add support for saving URL contents to Dropbox.
- โ Add support for getting short links and links that are shareable while file uploads are occurring.
- โ Add support for monitoring upload and download progress.
- โ Add support for fetching authenticated account info.
- โ Add CocoaPods support.