⚡ Add Google Drive "drive" resource (#1327)
* ⚡ Add drive resource * ⚡ Small improvements
This commit is contained in:
@@ -82,6 +82,7 @@ export async function googleApiRequestAllItems(this: IExecuteFunctions | ILoadOp
|
||||
|
||||
let responseData;
|
||||
query.maxResults = 100;
|
||||
query.pageSize = 100;
|
||||
|
||||
do {
|
||||
responseData = await googleApiRequest.call(this, method, endpoint, body, query);
|
||||
|
||||
Reference in New Issue
Block a user