# Configurando Account Dropbox

## Obtendo um *access token* <a href="#obtendo-um-access-token" id="obtendo-um-access-token"></a>

A autenticação no *Dropbox* é feita através de *access token.*

Conclua as etapas a seguir para obter um *token* de acesso que possa ser usado no *Dropbox Connector*:

### *Create app*

1. Acesse <https://www.dropbox.com/developers/apps>.
2. Clique em **Create app;**

![](/files/66bxGRlfhul07f9lBvSg)

3. Escolha um dos tipos de API;&#x20;
4. Depois um dos tipos de acesso;&#x20;
5. E por último, o nome do seu *app*;&#x20;
6. Em seguida, clique em ***Create app*** para finalizar esta etapa.

![](/files/nq9C9lRFP361TTvUNzZS)

### *Generate token*

1. Após clicar em ***Create app***, você será redirecionado para a página de configurações do seu novo app, conforme imagem abaixo:

![](/files/oadGVMm8lUNiMyWl2gdJ)

2. &#x20;Em seguida, clique em ***Generate*** na seção **OAuth 2**. Isso lhe dará seu *token* de acesso:

![](/files/mBHkH727yR4zQrRfQoKA)

3. Seu *token* de acesso foi gerado.*:*

![](/files/yLiocKHD15HkA5mDOEQf)

### Criando uma Conta (*Account*)

Agor&#x61;*,* na plataforma, precisamos criar um Conta (*Account)* com o tipo de conta **oauth-bearer** e inserir o *access token* gerado, como a seguir:

![](/files/Voo0Ha4j0J3o8dhOkN3D)

Pronto, temos nosso *access token* configurado e nossa Conta (*Account)* criada e pronta para uso no *Dropbox Connector*:

![](/files/7wj8XoBGNXJKV4PGnW8y)


---

# 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.digibee.com/documentation/troubleshooting/pt-br/integration-guides/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.
