TJDropbox v0.6 Release Notes

Release Date: 2017-07-23 // over 6 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.