We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bd0de commit 8b0635fCopy full SHA for 8b0635f
README.md
@@ -45,7 +45,7 @@ import "github.com/dropbox/dropbox-sdk-go-unofficial/dropbox/users"
45
func main() {
46
config := dropbox.Config{
47
Token: token,
48
- LogLevel: dropbox.LogInfo // if needed, set the desired logging level. Default is off
+ LogLevel: dropbox.LogInfo, // if needed, set the desired logging level. Default is off
49
}
50
dbx := users.New(config)
51
// start making API calls
0 commit comments