A Swift SDK for integrating with the Dropbox API v2 (preview version).
To get started with SwiftyDropbox, we recommend you add it to your project using CocoaPods.
-
Install CocoaPods:
sudo gem install cocoapods
-
If you've never used Cocoapods before, run:
pod setup
-
In your project directory, create a new file and call it "Podfile". Add the following text to the file:
platform :ios, '8.0'
use_frameworks!
pod 'SwiftyDropbox', :git => '[email protected]:dropbox/SwiftyDropbox.git', :tag => '0.2'
- From the project directory, install the SwiftyDropbox SDK with:
pod install
You need to create an Dropbox Application to make API requests.
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.
- PhotoWatch - View photos from your Dropbox on your Apple Watch.
Read more about SwiftyDropbox on our developer blog.