fix 1597: dropbox

This commit is contained in:
antelle 2020-09-12 12:03:20 +02:00
parent 91f992df39
commit daa250e8fa
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 5 additions and 1 deletions

View File

@ -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(),

View File

@ -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