diff --git a/backend/drive/drive.go b/backend/drive/drive.go index 96214d503..c3cf25ded 100644 --- a/backend/drive/drive.go +++ b/backend/drive/drive.go @@ -2880,6 +2880,7 @@ func (f *Fs) changeNotifyRunner(ctx context.Context, notifyFunc func(string, fs. if f.rootFolderID == "appDataFolder" { changesCall.Spaces("appDataFolder") } + changesCall.RestrictToMyDrive(!f.opt.SharedWithMe) changeList, err = changesCall.Context(ctx).Do() return f.shouldRetry(ctx, err) })