1
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:
Nick Craig-Wood 2017-11-15 16:02:29 +00:00
parent fc352c1ff6
commit 704e82aab1

View File

@ -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)