From 4e10bad72e7c6da2ca5def61e76a2646f5479ce2 Mon Sep 17 00:00:00 2001 From: Rob <1572423+robweber@users.noreply.github.com> Date: Fri, 11 Oct 2019 10:15:20 -0500 Subject: [PATCH] added more info on settings steps. --- Dropbox.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Dropbox.md b/Dropbox.md index 72c74a1..c359897 100644 --- a/Dropbox.md +++ b/Dropbox.md @@ -1,3 +1,10 @@ Using Dropbox as a storage target adds a few steps the first time you wish to run a backup. First you will need to sign-up for you own developer app key and secret by visiting https://www.dropbox.com/developers. Name your app whatever you want, and make it an "App Folder" type application. Your app can run in developer mode and you should never need to apply for production status. This is to get around Dropbox's rule not allow distribution of production key/secret pairs. -Once you have your app key and secret add them to the settings. Kodi Backup now needs to have permission to access your Dropbox account. Hit the _Authorize_ button to start this process. When you see the prompt regarding the Dropbox URL Authorization you'll need to type the TinyURL into a browser on your phone, tablet, or computer - **DO NOT click OK**. Once you authorize via the browser you can click OK in Kodi and you'll get prompted for the authorization token. This should be displayed in your browser. Type it into Kodi and hit OK. Kodi Backup will cache the authorization code so you only have to do this once, or if you revoke the Dropbox permissions. \ No newline at end of file +Once you have your app key and secret add them to the settings. These settings will need to get saved first before you can hit the authorize button so follow these steps: + +1. Enter your key and secret into the addon settings dialog. +2. Click "OK" to save and close the settings. +3. Open the settings dialog back up and confirm they are still there. +4. Now hit authorize. + +When you see the prompt regarding the Dropbox URL Authorization you'll need to type the TinyURL into a browser on your phone, tablet, or computer - **DO NOT click OK**. Once you authorize via the browser you can click OK in Kodi and you'll get prompted for the authorization token. This should be displayed in your browser. Type it into Kodi and hit OK. Kodi Backup will cache the authorization code so you only have to do this once, or if you revoke the Dropbox permissions. \ No newline at end of file