parent
68333d34a1
commit
1e88f0702a
2 changed files with 16 additions and 2 deletions
|
@ -75,7 +75,7 @@ func init() {
|
|||
Description: "Dropbox",
|
||||
NewFs: NewFs,
|
||||
Config: func(name string) {
|
||||
err := oauthutil.Config("dropbox", name, dropboxConfig)
|
||||
err := oauthutil.ConfigNoOffline("dropbox", name, dropboxConfig)
|
||||
if err != nil {
|
||||
log.Fatalf("Failed to configure token: %v", err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue