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
description: "Upload a file to Google Drive. [See the documentation](https://developers.google.com/drive/api/v3/manage-uploads) for more information",
16
-
version: "1.0.2",
17
+
version: "1.1.0",
17
18
type: "action",
18
19
additionalProps,
19
20
props: {
@@ -84,7 +85,13 @@ export default {
84
85
"fileId",
85
86
],
86
87
label: "File to replace",
87
-
description: "Id of the file to replace. Leave it empty to upload a new file.",
88
+
description: "ID of the file to replace. Leave it empty to upload a new file.",
89
+
optional: true,
90
+
},
91
+
metadata: {
92
+
type: "object",
93
+
label: "Metadata",
94
+
description: "Additional metadata to supply in the upload. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/files) for information on availabl efields. Values will be parsed as JSON where applicable. Example: `{ \"description\": \"my file description\" }`",
0 commit comments