feat(google-drive): list shared drives for new files in folder trigger
This commit is contained in:
@@ -13,6 +13,7 @@ const newFilesInFolder = async ($: IGlobalVariable) => {
|
||||
fields: '*',
|
||||
pageSize: 1000,
|
||||
q,
|
||||
driveId: $.step.parameters.driveId,
|
||||
};
|
||||
|
||||
do {
|
||||
|
Reference in New Issue
Block a user