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