From e8cbc54a065c00ffbfdb6411141f8456fb2e9f09 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sat, 1 Jul 2023 11:48:08 -0400 Subject: [PATCH] docs: dropbox get client id, clarify you need to click a button --- docs/content/dropbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/dropbox.md b/docs/content/dropbox.md index 0d462eddb..d7d785b5b 100644 --- a/docs/content/dropbox.md +++ b/docs/content/dropbox.md @@ -502,6 +502,6 @@ to be the same account as the Dropbox you want to access) 6. Switch to the `Permissions` tab. Enable at least the following permissions: `account_info.read`, `files.metadata.write`, `files.content.write`, `files.content.read`, `sharing.write`. The `files.metadata.read` and `sharing.read` checkboxes will be marked too. Click `Submit` -7. Switch to the `Settings` tab. Fill `OAuth2 - Redirect URIs` as `http://localhost:53682/` +7. Switch to the `Settings` tab. Fill `OAuth2 - Redirect URIs` as `http://localhost:53682/` and click on `Add` 8. Find the `App key` and `App secret` values on the `Settings` tab. Use these values in rclone config to add a new remote or edit an existing remote. The `App key` setting corresponds to `client_id` in rclone config, the `App secret` corresponds to `client_secret`