docs(drive): add comment explaining shared drives query params
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
427801d95c
commit
b341ac1f78
@ -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).
|
||||
|
||||
@ -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{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user