MCPcopy Create free account
hub / github.com/dropbox/dbxcli / missingAccessTokenError

Function missingAccessTokenError

cmd/auth.go:298–300  ·  view source on GitHub ↗
(tokType string)

Source from the content-addressed store, hash-verified

296}
297
298func missingAccessTokenError(tokType string) error {
299 return authRequiredErrorfWithDetails("no saved Dropbox credentials; run %q first or set %s", authTokenDetails(tokType), loginCommand(tokType), envAccessToken)
300}
301
302func authTokenDetails(tokType string) map[string]any {
303 return map[string]any{

Calls 3

authTokenDetailsFunction · 0.85
loginCommandFunction · 0.85