diff --git a/src/pkg/services/m365/m365.go b/src/pkg/services/m365/m365.go index 7ad8271e8..9ba5337e4 100644 --- a/src/pkg/services/m365/m365.go +++ b/src/pkg/services/m365/m365.go @@ -121,7 +121,8 @@ func UserHasDrives(ctx context.Context, acct account.Account, userID string) (bo } if !graph.IsErrExchangeMailFolderNotFound(err) || - clues.HasLabel(err, graph.LabelStatus(http.StatusNotFound)) { + clues.HasLabel(err, graph.LabelStatus(http.StatusNotFound)) || + clues.HasLabel(err, graph.LabelsMysiteNotFound) { return false, err }