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 8c53e2f commit 4c7467aCopy full SHA for 4c7467a
components/google_drive/actions/update-file/update-file.mjs
@@ -40,6 +40,8 @@ export default {
40
"fileUrl",
41
],
42
description: "The URL of the file to use to update content",
43
+ optional: false,
44
+ hidden: true,
45
},
46
filePath: {
47
propDefinition: [
@@ -51,6 +53,8 @@ export default {
51
53
directory](https://pipedream.com/docs/workflows/steps/code/nodejs/working-with-files/#the-tmp-directory)
52
54
(e.g., \`/tmp/myFile.csv\`) with which to update content
55
`),
56
57
58
59
name: {
60
0 commit comments