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
returnfmt.Errorf("cannot list files due to reason %s", respErr)
230
230
} elseifrespErr.StatusCode==403 { // Some nature of auth error-- Whatever the user is pointing at, they don't have access to, regardless of whether it's a file or a dir stub.
231
231
returnfmt.Errorf("cannot list files due to reason %s", respErr)
232
-
}
232
+
// TODO wonw
233
+
//} else if respErr.StatusCode == 404 {
234
+
// return fmt.Errorf("cannot list files due to reason %s", respErr)
0 commit comments