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
Example:
Missing: No logging for GDrive API failures — the Head method silently swallows non-"not found" errors by string matching (strings.Contains(err.Error(), "not found")). Use
typed error checking instead.
Example:
Missing: No logging for GDrive API failures — the Head method silently swallows non-"not found" errors by string matching (strings.Contains(err.Error(), "not found")). Use
typed error checking instead.