Skip to content

Commit 5a12c55

Browse files
add includeItemsFromAllDrives param
1 parent 39bb034 commit 5a12c55

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components/google_drive/google_drive.app.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ export default {
7575
baseOpts = {
7676
q: `mimeType = '${GOOGLE_DRIVE_FOLDER_MIME_TYPE}'`,
7777
sharedWithMe: true,
78+
supportsAllDrives: true,
79+
includeItemsFromAllDrives: true,
7880
},
7981
}) {
8082
const { nextPageToken } = prevContext;

components/google_drive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/google_drive",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
44
"description": "Pipedream Google_drive Components",
55
"main": "google_drive.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)