Apps
top-level folder in your Dropbox account. Your new Dropbox app will use this subfolder for access.
<app-key>
with the App key you noted in Step 2:
aaa1aaaaaa1aaaa
, then your address should look like this:
ccc1ccc1ccc1-1cc-1cc
.curl
utility is alredy installed on your computer by running the following command:
curl
utility is already installed, then you will see the curl
version number and some other information about curl
.
If some kind of error message appears instead, then install curl
on your computer by following instructions for your operating system.
curl
command. In this command,
replace the following placeholders:
<app-key>
with the App key you noted in Step 2.<app-secret>
with the App secret you noted in Step 2.<access-code>
with the Access Code Generated (or auth_code
, if you followed the Tip) that you noted earlier in this step.curl
command:
aaa1aaaaaa1aaaa
, your App secret is bbb1bbb1bbb1bbb1
, and your Access Code Generated or auth_code
value is ccc1ccc1ccc1-1cc-1cc
, then your command should look like this:
curl
command:
aaa1aaaaaa1aaaa
, your App secret is bbb1bbb1bbb1bbb1
, and your Access Code Generated or auth_code
value is ccc1ccc1ccc1-1cc-1cc
, then your command should look like this:
refresh_token
field, which you will need later for Step 5. For example, if the response looks like this
(line breaks are added here for readability—the actual response will not have these line breaks):
refresh_token
field is ddd1ddd1ddd1ddd1
.
Apps
, and then click the folder that matches the App folder name field you noted in Step 2.
Apps
folder is not clickable, or if Dropbox reports that the folder is not found,
then try refreshing the page and clicking the Apps
folder again.dropbox-source-connector
.
dropbox://
, followed by the name of the subfolder you created in the previous step. For example,
if the name of the subfolder is my-folder
, then the data URL would be dropbox://my-folder
.