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

This commit is contained in:
Rıdvan Akca
2023-04-06 18:39:22 +03:00
parent 14ba50f061
commit 4296a3b5df
4 changed files with 22 additions and 2 deletions

View File

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