We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bb034 commit 5a12c55Copy full SHA for 5a12c55
components/google_drive/google_drive.app.mjs
@@ -75,6 +75,8 @@ export default {
75
baseOpts = {
76
q: `mimeType = '${GOOGLE_DRIVE_FOLDER_MIME_TYPE}'`,
77
sharedWithMe: true,
78
+ supportsAllDrives: true,
79
+ includeItemsFromAllDrives: true,
80
},
81
}) {
82
const { nextPageToken } = prevContext;
components/google_drive/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pipedream/google_drive",
3
- "version": "0.8.4",
+ "version": "0.8.5",
4
"description": "Pipedream Google_drive Components",
5
"main": "google_drive.app.mjs",
6
"keywords": [
0 commit comments