@pipedream/google_drive 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
ADDED
|
@@ -7,7 +7,7 @@ export default {
|
|
|
7
7
|
key: "google_drive-create-file",
|
|
8
8
|
name: "Create a New File",
|
|
9
9
|
description: "Create a new file from a URL or /tmp/filepath. [See the docs](https://developers.google.com/drive/api/v3/reference/files/create) for more information",
|
|
10
|
-
version: "0.0.
|
|
10
|
+
version: "0.0.8",
|
|
11
11
|
type: "action",
|
|
12
12
|
props: {
|
|
13
13
|
googleDrive,
|
|
@@ -135,7 +135,7 @@ export default {
|
|
|
135
135
|
label: "Copy Requires Writer Permission",
|
|
136
136
|
description: toSingleLineString(`
|
|
137
137
|
Whether the options to copy, print, or download this file, should be disabled for
|
|
138
|
-
readers and
|
|
138
|
+
readers and commentators
|
|
139
139
|
`),
|
|
140
140
|
optional: true,
|
|
141
141
|
},
|
|
@@ -10,7 +10,7 @@ export default {
|
|
|
10
10
|
key: "google_drive-create-folder",
|
|
11
11
|
name: "Create Folder",
|
|
12
12
|
description: "Create a new empty folder. [See the docs](https://developers.google.com/drive/api/v3/reference/files/create) for more information",
|
|
13
|
-
version: "0.0.
|
|
13
|
+
version: "0.0.6",
|
|
14
14
|
type: "action",
|
|
15
15
|
props: {
|
|
16
16
|
googleDrive,
|
|
@@ -47,7 +47,7 @@ export default {
|
|
|
47
47
|
label: "Create If Exists?",
|
|
48
48
|
description: toSingleLineString(`
|
|
49
49
|
If the folder already exists and is not in the trash, should we create it? This option defaults to 'true' for
|
|
50
|
-
backwards
|
|
50
|
+
backwards compatibility and to be consistent with default Google Drive behavior.
|
|
51
51
|
`),
|
|
52
52
|
optional: true,
|
|
53
53
|
default: true,
|
|
@@ -4,7 +4,7 @@ export default {
|
|
|
4
4
|
key: "google_drive-update-shared-drive",
|
|
5
5
|
name: "Update Shared Drive",
|
|
6
6
|
description: "Update an existing shared drive. [See the docs](https://developers.google.com/drive/api/v3/reference/drives/update) for more information",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.4",
|
|
8
8
|
type: "action",
|
|
9
9
|
props: {
|
|
10
10
|
googleDrive,
|
|
@@ -27,7 +27,7 @@ export default {
|
|
|
27
27
|
type: "string",
|
|
28
28
|
label: "Background Image Link",
|
|
29
29
|
description:
|
|
30
|
-
"A link to the new
|
|
30
|
+
"A link to the new background image for the shared drive. Cannot be set if `Theme ID` is set in the same request.",
|
|
31
31
|
optional: true,
|
|
32
32
|
},
|
|
33
33
|
colorRgb: {
|