> For the complete documentation index, see [llms.txt](https://neatsoftwares.gitbook.io/panoramic-camera-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://neatsoftwares.gitbook.io/panoramic-camera-documentation/3-.setup-dropbox-sdk-in-the-project.md).

# 3 .Setup Dropbox SDK in the project

#### Create your account

Before using the Dropbox SDK, you should create an account on the [Dropbox website](https://www.dropbox.com/login).

**Register your application**

Before using the SDK, you should register your application in the [Dropbox App Console](https://dropbox.com/developers/apps). This creates a record of your app with Dropbox that will be associated with the API calls you make.

![Create your app](/files/-M36u7KJSXJcOd8TQYEr)

Once you created the app, go to app settings and copy the app key into your project.

![Application settings](/files/-M36weU_c_FdZPrkSedH)

Navigate to the project `info.plist` and set the key as value for URL Scheme Key.

![Setting value in plist file](/files/-M37zSYrB2f9OiTD3IMU)

Navigate to the project Network Group and open the DropboxManager.swift file(class), and set the `apiKey` as your app key from the app console.

![Setup your app key into the project](/files/-M36zrCMCfEiqWsJU9f5)

Now you are able to run the project, for more details access the [official documentation](https://github.com/dropbox/SwiftyDropbox), or contact at the [address](mailto:neatsoftwares@gmail.com).&#x20;

####
