feat(google-drive): list shared drives for new files trigger

This commit is contained in:
Rıdvan Akca
2023-04-06 14:28:57 +03:00
committed by Ali BARIN
parent 5570687957
commit 9ad7de56a3
4 changed files with 59 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ const newFiles = async ($: IGlobalVariable) => {
q: `mimeType!='application/vnd.google-apps.folder'`,
fields: '*',
pageSize: 1000,
driveId: $.step.parameters.driveId,
};
do {