fix #1786: refresh_token in Google Drive

This commit is contained in:
antelle 2021-04-08 23:07:19 +02:00
parent 3b0b73c78e
commit 468f30ebf4
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class StorageGDrive extends StorageBase {
width: 600,
height: 400,
pkce: true,
redirectUrlParams: {
urlParams: {
'access_type': 'offline'
}
};