mirror of
https://github.com/rclone/rclone
synced 2024-12-13 01:13:58 +01:00
dropbox: adapt to upstream changes #1804
This commit is contained in:
parent
fc352c1ff6
commit
704e82aab1
@ -177,8 +177,8 @@ func NewFs(name, root string) (fs.Fs, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
config := dropbox.Config{
|
config := dropbox.Config{
|
||||||
Verbose: false, // enables verbose logging in the SDK
|
LogLevel: dropbox.LogOff, // logging in the SDK: LogOff, LogDebug, LogInfo
|
||||||
Client: oAuthClient, // maybe???
|
Client: oAuthClient, // maybe???
|
||||||
}
|
}
|
||||||
srv := files.New(config)
|
srv := files.New(config)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user