diff --git a/Dropbox-and-GDrive.md b/Dropbox-and-GDrive.md index 2259631..b8c0b01 100644 --- a/Dropbox-and-GDrive.md +++ b/Dropbox-and-GDrive.md @@ -27,7 +27,7 @@ How to make Dropbox and Google Drive work on your server? URL here is the exact URL where you load KeeWeb: if it has index.html, add index.html there too. -6. Set Client ID and Secret in KeeWeb, in `gdriveClientId` and `gdriveSecret` fields of your [config](Configuration#json-app-config) +6. Set Client ID and Secret in KeeWeb, in `gdriveClientId` and `gdriveClientSecret` fields of your [config](Configuration#json-app-config) 7. You will need to either verify your domain, or add yourself to [Risky Access Permissions By Unreviewed Apps](https://groups.google.com/forum/#!forum/risky-access-by-unreviewed-apps) Google Group (more about Google Drive in [this issue](https://github.com/keeweb/keeweb/issues/667)). 8. [Enable](https://console.developers.google.com/apis/library) Drive API for your project. @@ -41,4 +41,4 @@ 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 `onedriveSecret` \ No newline at end of file +8. Copy the secret into `onedriveClientSecret` \ No newline at end of file