Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dropbox/dbxcli
/ needsOAuthCredentialsOverride
Function
needsOAuthCredentialsOverride
cmd/root.go:148–150 ·
view source on GitHub ↗
(tokenType string)
Source
from the content-addressed store, hash-verified
146
}
147
148
func
needsOAuthCredentialsOverride(tokenType string) bool {
149
return
oauthCredentials(tokenType) ==
""
150
}
151
152
func
validatePath(p string) (path string, err error) {
153
path = p
Callers
1
ensureOAuthAppCredentials
Function · 0.85
Calls
1
oauthCredentials
Function · 0.85
Tested by
no test coverage detected