docs(drive): add comment explaining shared drives query params

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
salmonumbrella 2026-02-01 11:06:48 -08:00 committed by Peter Steinberger
parent 427801d95c
commit b341ac1f78
2 changed files with 1 additions and 3 deletions

View File

@ -106,8 +106,8 @@ func (c *DriveLsCmd) Run(ctx context.Context, flags *RootFlags) error {
q := buildDriveListQuery(folderID, c.Query)
// Include files from shared drives, not just personal "My Drive"
call := svc.Files.List().
// Include files from shared drives, not just personal "My Drive"
Q(q).
PageSize(c.Max).
PageToken(c.Page).

View File

@ -161,8 +161,6 @@ func TestGetUserTimezoneInvalid(t *testing.T) {
t.Fatalf("expected error")
}
}
<<<<<<< HEAD
func TestResolveTimeRangeWithDefaultsToTomorrowEndOfDay(t *testing.T) {
svc := newCalendarServiceWithTimezone(t, "UTC")
flags := TimeRangeFlags{