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:
<app-key>
with the app key for your Dropbox app.<app-secret>
with the app secret for your Dropbox app.<access-code>
with the access code that you just copied.access_token
(starting with the characters sl
) is the new, valid access token.refresh_token
is the refresh token that can be used to replace this access token much faster and easier next time.
If you lose this refresh token, you must go back to Step 2.refresh_token
value to the connector settings Refresh token field.<app-key>
value to the connector settings App key field.<app-secret>
value to the connector settings App secret field.refresh_token
value to the refresh_token
parameter.<app-key>
value to the app_key
parameter.<app-secret>
value to the connector settings app_secret
parameter.<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.<remote-url>
(required) - 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.<app-key>
(required) - The app key for your Dropbox app. This allows Unstructured to automatically replace expired access tokens.<app-secret>
(required) - The app secret for your Dropbox app. This allows Unstructured automatically to replace expired access tokens.<refresh-token>
(required) - The refresh token for the Dropbox app. This allows Unstructured to automatically replace expired access tokens.