mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-03 16:24:31 +02:00
Test for dropbox integration
This commit is contained in:
@@ -222,6 +222,7 @@ func newScript() (*script, error) {
|
||||
|
||||
if s.c.DropboxRefreshToken != "" && s.c.DropboxAppKey != "" && s.c.DropboxAppSecret != "" {
|
||||
dropboxConfig := dropbox.Config{
|
||||
Endpoint: s.c.DropboxEndpoint,
|
||||
RefreshToken: s.c.DropboxRefreshToken,
|
||||
AppKey: s.c.DropboxAppKey,
|
||||
AppSecret: s.c.DropboxAppSecret,
|
||||
|
||||
Reference in New Issue
Block a user