Updated Dropbox and GDrive (markdown)

Dimitri Witkowski 2020-12-17 19:41:31 +01:00
parent 7325feef9d
commit d52d73668a
1 changed files with 3 additions and 1 deletions

@ -40,4 +40,6 @@ How to make Dropbox and Google Drive work on your server?
6. Add the root of your site as the home page URL 6. Add the root of your site as the home page URL
7. Save 7. Save
8. Copy the `Application Id` value and place it in KeeWeb's `config.json` under the key `onedriveClientId` 8. Copy the `Application Id` value and place it in KeeWeb's `config.json` under the key `onedriveClientId`
8. Copy the secret into `onedriveClientSecret` 8. Copy the secret into `onedriveClientSecret`
If this doesn't work for you (see [#1629](https://github.com/keeweb/keeweb/issues/1629)), try changing app type to SPA, change its redirect URIs to SPA type respectively, and add only `onedriveClientId` to KeeWeb, without `onedriveClientSecret`. This might help, however you will have to authorize every day.