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

This commit is contained in:
Rıdvan Akca
2023-04-06 18:23:26 +03:00
parent 14ba50f061
commit 500283af6f
2 changed files with 20 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ const newFilesInFolder = async ($: IGlobalVariable) => {
fields: '*',
pageSize: 1000,
q,
driveId: $.step.parameters.driveId,
};
do {