diff --git a/service/drive/v1/api_ext.go b/service/drive/v1/api_ext.go index 9e7bfed3..1aab03d3 100644 --- a/service/drive/v1/api_ext.go +++ b/service/drive/v1/api_ext.go @@ -27,7 +27,7 @@ func (f *file) ListByIterator(ctx context.Context, req *ListFileReq, options ... req: req, listFunc: f.List, options: options, - limit: math.MaxInt64}, nil + limit: math.MaxInt}, nil } type ListFileIterator struct {