Skip to content

Commit 2160786

Browse files
[WIP] changes to specific files can support shared drives
1 parent 59d447c commit 2160786

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

components/google_drive/sources/changes-to-specific-files/changes-to-specific-files.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import cronParser from "cron-parser";
22
import sampleEmit from "./test-event.mjs";
33
import includes from "lodash/includes.js";
44
import { v4 as uuid } from "uuid";
5-
import { MY_DRIVE_VALUE } from "../../common/constants.mjs";
65
import changesToSpecificFiles from "../changes-to-specific-files-shared-drive/changes-to-specific-files-shared-drive.mjs";
76

87
/**
@@ -22,13 +21,6 @@ export default {
2221
dedupe: "unique",
2322
props: {
2423
...changesToSpecificFiles.props,
25-
drive: {
26-
type: "string",
27-
label: "Drive",
28-
description: "Defaults to `My Drive`. To use a [Shared Drive](https://support.google.com/a/users/answer/9310351), use the **Changes to Specific Files (Shared Drive)** source instead.",
29-
optional: true,
30-
default: MY_DRIVE_VALUE,
31-
},
3224
updateTypes: {
3325
propDefinition: [
3426
changesToSpecificFiles.props.googleDrive,

0 commit comments

Comments
 (0)