mirror of https://github.com/keeweb/keeweb
fix 1597: dropbox
parent
91f992df39
commit
daa250e8fa
|
@ -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(),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue