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
1 changed files with 2 additions and 2 deletions

View File

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