diff --git a/app/scripts/storage/impl/storage-dropbox.js b/app/scripts/storage/impl/storage-dropbox.js index ef33936f..2927fcd7 100644 --- a/app/scripts/storage/impl/storage-dropbox.js +++ b/app/scripts/storage/impl/storage-dropbox.js @@ -74,7 +74,8 @@ class StorageDropbox extends StorageBase { _getOAuthConfig() { return { - scope: '', + scope: + 'files.content.read files.content.write files.metadata.read files.metadata.write', url: 'https://www.dropbox.com/oauth2/authorize', tokenUrl: 'https://api.dropboxapi.com/oauth2/token', clientId: this._getKey(), diff --git a/release-notes.md b/release-notes.md index fddbd7da..ffc86611 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,8 @@ Release notes ------------- +##### v1.15.7 (2020-09-12) +`-` fix #1597: Dropbox sync now includes scopes + ##### v1.15.6 (2020-08-08) `-` fix #1553: empty fields display for templates `-` fix #1581: double-clicking KeeWeb icon in Dock