diff --git a/Dropbox-and-GDrive.md b/Dropbox-and-GDrive.md index a15dee1..f5de88d 100644 --- a/Dropbox-and-GDrive.md +++ b/Dropbox-and-GDrive.md @@ -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 7. Save 8. Copy the `Application Id` value and place it in KeeWeb's `config.json` under the key `onedriveClientId` -8. Copy the secret into `onedriveClientSecret` \ No newline at end of file +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. \ No newline at end of file