Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
21 lines
1022 B
Markdown
21 lines
1022 B
Markdown
# Dropbox
|
|
|
|
:::info
|
|
This page explains the steps you need to follow to set up the Dropbox
|
|
connection in Automatisch. If any of the steps are outdated, please let us know!
|
|
:::
|
|
|
|
1. Go to the [link](https://www.dropbox.com/developers/apps) to create a **new application** on Dropbox.
|
|
1. Choose the "Scoped access" option in the "Choose an API" section.
|
|
1. Choose the "Full Dropbox" option in the "Choose the type of access you need" section.
|
|
1. Name your application.
|
|
1. Click on the **Create app** button.
|
|
1. Copy **OAuth Redirect URL** from Automatisch to **Redirect URIs** field and add it.
|
|
1. Click on the **Scoped App** link in the "Permission type" section.
|
|
1. Check the checkbox for the "files.content.write" scope and click on the **Submit** button.
|
|
1. Go back to the "Settings" tab.
|
|
1. Copy **App key** to **App key** field on Automatisch.
|
|
1. Copy **App secret** to **App secret** field on Automatisch.
|
|
1. Click **Submit** button on Automatisch.
|
|
1. Congrats! Start using your new Dropbox connection within the flows.
|