mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 02:01:25 +08: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{
|
||||
Verbose: false, // enables verbose logging in the SDK
|
||||
Client: oAuthClient, // maybe???
|
||||
LogLevel: dropbox.LogOff, // logging in the SDK: LogOff, LogDebug, LogInfo
|
||||
Client: oAuthClient, // maybe???
|
||||
}
|
||||
srv := files.New(config)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user