You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnUndefinedToken, fmt.Errorf("failed to sign in with custom token: %w", err)
87
+
ifIsTokenExpiredError(err) {
88
+
returnUndefinedToken, fmt.Errorf("authentication token expired: %w. Hint: You may need to run `cloudquery login` or set %s", err, EnvVarCloudQueryAPIKey)
89
+
}
90
+
returnUndefinedToken, fmt.Errorf("failed to sign in with token: %w", err)
0 commit comments