Apps
top-level folder in your Dropbox
account that the Dropbox app will use for access. If you change the value of App folder name field here, Dropbox will create an app folder with that name under the Apps
top-level folder instead.Apps
top-level folder. For example, if the value of the App folder name
field above is my-folder
, then the app folder that your Dropbox app will use for access can be found under https://dropbox.com/home/Apps/my-folder
my-folder
for access within the Apps
top-level folder, and you create a subfolder named data
within the my-folder
app folder, then the subfolder that your Dropbox app will upload and download files from
can be found under https://dropbox.com/home/Apps/my-folder/data
dropbox://<subfolder-name>
. For example,
if your Dropbox app uses an app folder named my-folder
for access within the Apps
top-level folder, and you create a subfolder named data
within the my-folder
app folder, then
the remote URL is dropbox://data
<app-key>
with the app key for your Dropbox app:
<access-code>
with the access code that you just copied.<app-key>
with the app key for your Dropbox app.<app-secret>
with the app secret for your Dropbox app.access_token
(starting with the characters sl
) is the new, valid access token. In your Dropbox connector settings, replace the old,
expired access token value with this new, valid access token value.refresh_token
is the refresh token that you can use to replace this access token much faster and easier next time.
If you lose this refresh token, you must go back to Step 2.access_token
and refresh_token
values, along with the <app-key>
and <app-secret>
values
as described earlier in this procedure, and then stop here.
<refresh-token>
with the refresh token.<app-key>
with the app key for your Dropbox app.<app-secret>
with the app secret for your Dropbox app.access_token
(starting with the characters sl
) is the new, valid access token. In the connector, replace the old,
expired access token value with this new, valid access token value.
refresh_token
is the new, valid refresh token. To replace the expired access token yourself, go back to Step 8.
<name>
(required) - A unique name for this connector.<token>
- The value of the access token for the Dropbox app that is associated with the target app folder.<remote-url>
- The remote URL to the target subfolder inside of the app folder for the Dropbox app.recursive
to true
to recursively process data from subfolders within the target subfolder. The default is false
if not otherwise specified.