Go to Documentation

DropboxSync_Large.png

Getting Started

Step 1: Create Dropbox App

Navigate to Dropbox App creating page and click Create app button.

![http://georgefedoseev.com/dropbox-sync/tutorial-assets/1.png?](http://georgefedoseev.com/dropbox-sync/tutorial-assets/1.png?)

Create new app folder:

http://georgefedoseev.com/dropbox-sync/tutorial-assets/2.png

Step 2: Get App Key and App Secret

After creation you will be redirected to your app’s configuration page. Here you need to copy App key and App secret for your app that will be used by DropboxSync component parameters.

3.png

Paste app key and app secret into DropboxSync Script inspector field in DownloadFileExample scene in Unity (you will find the scene in /DropboxSync_v4/Examples/).

4.png

5.png

Step 3: Configure Permissions

Navigate to Permissions tab and check all the permissions your app should have.

Untitled

NOTE: After changing permissions access and refresh tokens need to be regenerated for changes to apply. Old tokens will use old permissions.

Step 4: Get Refresh Token (Optional)