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