Skip to content

Commit 6cc88a7

Browse files
authored
Dropbox connectors: how-to video link; text cleanup (#416)
1 parent 9698ba0 commit 6cc88a7

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed
Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
1. A Dropbox account. [Get an account](https://www.dropbox.com/try/teams).
1+
<iframe
2+
width="560"
3+
height="315"
4+
src="https://www.youtube.com/embed/yY9uuSe2UC4"
5+
title="YouTube video player"
6+
frameborder="0"
7+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
8+
allowfullscreen
9+
></iframe>
210

3-
2. A target source or destination folder in your Dropbox account. [Create a folder](https://help.dropbox.com/create-upload/creating-using-folders-on-dropbox).
11+
- A [Dropbox account](https://www.dropbox.com/try/teams).
12+
- A target source or destination [folder](https://help.dropbox.com/create-upload/creating-using-folders-on-dropbox) in your Dropbox account.
13+
- A Dropbox app for your Dropbox account. To learn how to create an app, click the **App Console** tab on the [Getting Started](https://www.dropbox.com/developers/reference/getting-started) page.
14+
- Permission for your Dropbox app to read from, and write to, the target folder in your Dropbox account as needed. To do this:
415

5-
3. A Dropbox app for your Dropbox account. To learn how to create an app, click the **App Console** tab on the [Getting Started](https://www.dropbox.com/developers/reference/getting-started) page.
16+
- On the **Permissions** tab of your Dropbox app, check the boxes **files.content.read** or **files.content.write** or both. [Learn more](https://developers.dropbox.com/oauth-guide).
17+
- On the **Settings** tab of your Dropbox app, for **App folder name**, set the name of the target folder in your Dropbox account for your Dropbox app to have access to.
18+
- Note the remote URL to the target folder, which takes the format `dropbox://<path/to/folder/in/account>`.
619

7-
4. Permission for your Dropbox app to read from, and write to, the target folder in your Dropbox account as needed. To do this:
8-
9-
- On the **Permissions** tab of your Dropbox app, check the boxes **files.content.read** or **files.content.write** or both. [Learn more](https://developers.dropbox.com/oauth-guide).
10-
11-
- On the **Settings** tab of your Dropbox app, for **App folder name**, set the name of the target folder in your Dropbox account for your Dropbox app to have access to.
12-
13-
- Note the remote URL to the target folder, which takes the format `dropbox://<path/to/folder/in/account>`.
14-
15-
5. An access token for your Dropbox account. [Get a token](https://dropbox.tech/developers/generate-an-access-token-for-your-own-account). Save this token in a secure location. Do not share it with others.
20+
- An [access token](https://dropbox.tech/developers/generate-an-access-token-for-your-own-account) for your Dropbox account. Save this token in a secure location. Do not share it with others.

0 commit comments

Comments
 (0)