Skip to content

Commit 53ced70

Browse files
add shared drive prop
1 parent 7f3c8a5 commit 53ced70

File tree

1 file changed

+9
-0
lines changed
  • components/google_sheets/sources/common/http-based

1 file changed

+9
-0
lines changed

components/google_sheets/sources/common/http-based/base.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ export default {
4141
intervalSeconds: WEBHOOK_SUBSCRIPTION_RENEWAL_SECONDS,
4242
},
4343
},
44+
watchedDrive: {
45+
propDefinition: [
46+
googleSheets,
47+
"watchedDrive",
48+
],
49+
description: "Defaults to My Drive. To select a [Shared Drive](https://support.google.com/a/users/answer/9310351) instead, select it from this list.",
50+
optional: false,
51+
},
52+
4453
sheetID: {
4554
propDefinition: [
4655
googleSheets,

0 commit comments

Comments
 (0)