Skip to content
Kunal Varma edited this page Sep 27, 2017 · 8 revisions

Detailed Usage Guide

Authentication & Authorization

Mostly, all the requests made to the Dropbox API require an access token. We can obtain a user access token by using the DropboxAuthHelper class.

Authentication and Authorization

Working with Files

Once you have instantiated the Dropbox service and obtained an access token, all the file operations can be easily accessed.

Working with files

Uploading and Downloading Files

Uploading files is a breeze with this SDK.

Uploading and Downloading Files

Working with User Accounts

Get Account Info, batch account info and account space usage.

Working with User Accounts

Working with Shared links and Shared Folder

Create and Manage shared links and shared folders.

Working with Shared links and Folders