# Setting up Dropbox Account

* To set up a Dropbox Account, follow the steps below:
  1. Open the [Dropbox Portal](https://www.dropbox.com/developers). (Ensure you are signed in)
  2. To create a new app, click on \[Create apps].

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbcreateapps.png" alt=""><figcaption></figcaption></figure>

* The options for creating a new app display.&#x20;

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbcreatenewappdetails.png" alt=""><figcaption></figcaption></figure>

* In “Choose an API”, select “Scoped access”.

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbcreatenewappdetails2.png" alt=""><figcaption></figcaption></figure>

* In the type of access, two (2) options display.&#x20;
  * App folder (access to a specific folder)&#x20;
  * Full Dropbox (access to the entire dropbox) Select this option to ensure maximum account support for the application.&#x20;
    1. Enter App Name&#x20;
    2. Click \[Create app].

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbcreatenewappdetails3.png" alt=""><figcaption></figcaption></figure>

* The “Settings” tab is selected by default displaying the App key and App secret.

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/appkeyappsecret4.png" alt=""><figcaption></figcaption></figure>

* Copy and save the App Key and App secret to be added to the Dropbox connector.
* To define the settings for permissions, go to the “Permissions” tab. To define read and write permissions, Under “Files and folders” select required options.
* In this case, select the following:&#x20;
  * files.metadata.write
  * files.content.write
  * files.content.read
  * Sharing.write
  * Click \[Submit] to save the changes

<figure><img src="https://media.langstack.com/documentation/media/images/connector/dropboxconnector/dbpermsubmit5.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.langstack.com/welcome/in-depth-learning/connectors/dropbox-connector/setting-up-dropbox-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
