You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/google_drive/actions/create-file-from-text/create-file-from-text.mjs
+49-7Lines changed: 49 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ export default {
5
5
key: "google_drive-create-file-from-text",
6
6
name: "Create New File From Text",
7
7
description: "Create a new file from plain text. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/create) for more information",
8
-
version: "0.1.7",
8
+
version: "0.2.0",
9
9
type: "action",
10
10
props: {
11
11
googleDrive,
@@ -44,24 +44,66 @@ export default {
44
44
optional: true,
45
45
default: "",
46
46
},
47
+
mimeType: {
48
+
type: "string",
49
+
label: "Conversion Format",
50
+
description:
51
+
"The [format](https://developers.google.com/drive/api/v3/ref-export-formats) in which the text is presented",
0 commit comments