mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-24 09:25:35 +02:00
Add forgotten change to commit...
This commit is contained in:
@@ -223,6 +223,7 @@ func newScript() (*script, error) {
|
|||||||
if s.c.DropboxRefreshToken != "" && s.c.DropboxAppKey != "" && s.c.DropboxAppSecret != "" {
|
if s.c.DropboxRefreshToken != "" && s.c.DropboxAppKey != "" && s.c.DropboxAppSecret != "" {
|
||||||
dropboxConfig := dropbox.Config{
|
dropboxConfig := dropbox.Config{
|
||||||
Endpoint: s.c.DropboxEndpoint,
|
Endpoint: s.c.DropboxEndpoint,
|
||||||
|
OAuth2Endpoint: s.c.DropboxOAuth2Endpoint,
|
||||||
RefreshToken: s.c.DropboxRefreshToken,
|
RefreshToken: s.c.DropboxRefreshToken,
|
||||||
AppKey: s.c.DropboxAppKey,
|
AppKey: s.c.DropboxAppKey,
|
||||||
AppSecret: s.c.DropboxAppSecret,
|
AppSecret: s.c.DropboxAppSecret,
|
||||||
|
|||||||
Reference in New Issue
Block a user