mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
Updated Dropbox (markdown)
parent
88b5eb1dff
commit
2870294012
@ -1,12 +1,12 @@
|
|||||||
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.
|
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.<br>
|
||||||
You do however need to set permissions on your app to:
|
You do however need to set permissions on your app to:<br>
|
||||||
files.metadata.write
|
files.metadata.write
|
||||||
files.metadata.read
|
files.metadata.read
|
||||||
files.content.write
|
files.content.write
|
||||||
files.content.read
|
files.content.read
|
||||||
|
<br>
|
||||||
Save settings.
|
Save settings.
|
||||||
|
<br><br>
|
||||||
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:
|
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.
|
1. Enter your key and secret into the addon settings dialog.
|
||||||
|
Loading…
Reference in New Issue
Block a user