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 7f3c8a5 commit 53ced70Copy full SHA for 53ced70
components/google_sheets/sources/common/http-based/base.mjs
@@ -41,6 +41,15 @@ export default {
41
intervalSeconds: WEBHOOK_SUBSCRIPTION_RENEWAL_SECONDS,
42
},
43
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
+
53
sheetID: {
54
propDefinition: [
55
googleSheets,
0 commit comments