> ## Documentation Index
> Fetch the complete documentation index at: https://stackone-hub-docs-confluence-api-token-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Dropbox

> Follow these steps to connect Dropbox via the StackOne Hub successfully.

<Warning>
  Ensure you have Admin privileges within your Dropbox account.
</Warning>

If you've been directed to StackOne to integrate with Dropbox, the following steps will help you understand the process and any necessary actions to configure successful integration.

## Get Your Dropbox App ID and App Secret

<Steps>
  <Step title="Log in to Dropbox Developers">
    Log in to your [Dropbox Developers App Console](https://www.dropbox.com/developers), and click the Create app button.
  </Step>

  <Step title="Create a New App">
    Under Create a new app on the DBX Platform:

    <ul>
      <li>Select Scoped access</li>
      <li>Under Choose the type of access you need, select Full Dropbox – Access to all files and folders in a user's Dropbox</li>
      <li>Enter a Name for the application</li>
      <li>Click the Create app button to proceed</li>
    </ul>

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Create App" src="https://mintcdn.com/stackone-hub-docs-confluence-api-token-update/Rs6NeAXs5I3UVlO6/images/dropbox/image1.png?fit=max&auto=format&n=Rs6NeAXs5I3UVlO6&q=85&s=41e3c7f5a0ba0770978975d16d9d4142" width="996" height="784" data-path="images/dropbox/image1.png" />
    </Frame>
  </Step>

  <Step title="Copy App Key and App Secret">
    In the displayed Settings tab for your new App, scroll down to App key. Click Show next to App secret. Copy and safely store your App Key and App Secret.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="App Key and Secret" src="https://mintcdn.com/stackone-hub-docs-confluence-api-token-update/Rs6NeAXs5I3UVlO6/images/dropbox/image2.png?fit=max&auto=format&n=Rs6NeAXs5I3UVlO6&q=85&s=c0476c36370b6cb5e551deb5e28ab19c" width="670" height="595" data-path="images/dropbox/image2.png" />
    </Frame>
  </Step>
</Steps>

## Configure Your Dropbox Application

<Steps>
  <Step title="Enter Redirect URI">
    Scroll down in your App Settings to OAuth 2 > Redirect URIs. Enter the following URI and click the Add button:
    <code>[https://api.stackone.com/connect/oauth2/dropbox\_iam/callback](https://api.stackone.com/connect/oauth2/dropbox_iam/callback)</code>

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Redirect URI" src="https://mintcdn.com/stackone-hub-docs-confluence-api-token-update/Rs6NeAXs5I3UVlO6/images/dropbox/image3.png?fit=max&auto=format&n=Rs6NeAXs5I3UVlO6&q=85&s=7bf3bc1acbc1aae8b7616b192095c334" width="869" height="113" data-path="images/dropbox/image3.png" />
    </Frame>
  </Step>

  <Step title="Set Permissions">
    Scroll up and click the Permissions tab. Ensure that all of the following permissions are enabled:

    <ul>
      <li>Account Info: <code>account\_info.read</code></li>
      <li>Team: <code>team\_info.read</code></li>
      <li>Team Data: <code>team\_data.member</code></li>
      <li>Members: <code>members.read</code>, <code>groups.read</code></li>
    </ul>

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Permissions" src="https://mintcdn.com/stackone-hub-docs-confluence-api-token-update/Rs6NeAXs5I3UVlO6/images/dropbox/image4.png?fit=max&auto=format&n=Rs6NeAXs5I3UVlO6&q=85&s=954d4a187d7f985c4c30d040d7263475" width="1025" height="772" data-path="images/dropbox/image4.png" />
    </Frame>
  </Step>

  <Step title="Save Changes">
    Click Submit at the bottom to proceed. Your new Dropbox App is now configured.
  </Step>
</Steps>

## Connecting with StackOne

<Steps>
  <Step title="Enter Credentials">
    Upon reaching the Link Account page, enter your App Key and App Secret from the previous steps.

    <Frame>
      <img className="rounded-md" style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Link Account" src="https://mintcdn.com/stackone-hub-docs-confluence-api-token-update/Rs6NeAXs5I3UVlO6/images/dropbox/image5.png?fit=max&auto=format&n=Rs6NeAXs5I3UVlO6&q=85&s=588dc3fb10645e7502b17ac15f551c4f" width="528" height="659" data-path="images/dropbox/image5.png" />
    </Frame>
  </Step>

  <Step title="Connect">
    Proceed by clicking the `Connect` button.
  </Step>
</Steps>

<br />

Congratulations, you're all set! If you face any issues with the steps mentioned above,
please contact us by emailing [integrations@stackone.com](mailto:integrations@stackone.com). We're always here to assist you!

## Available data

This integration has the following [IAM Resources](https://docs.stackone.com/reference/iam_list_users) available from the provider:

<ul>
  <li>Users</li>
  <li>Roles</li>
  <li>Groups</li>
</ul>

## Useful Links

<Card title="Authentication Guide" icon="link" href="https://developers.dropbox.com/oauth-guide">
  [https://developers.dropbox.com/oauth-guide](https://developers.dropbox.com/oauth-guide)
</Card>
