mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-24 22:20:28 +01:00
Add forgotten change to commit...
This commit is contained in:
parent
a5ce44067c
commit
955f98eb42
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user