@pipedream/google_drive 0.9.0 → 0.9.1

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.
@@ -13,7 +13,7 @@ export default {
13
13
  key: "google_drive-upload-file",
14
14
  name: "Upload File",
15
15
  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.1",
16
+ version: "1.0.2",
17
17
  type: "action",
18
18
  additionalProps,
19
19
  props: {
@@ -43,7 +43,7 @@ export default {
43
43
  googleDrive,
44
44
  "fileUrl",
45
45
  ],
46
- optional: false,
46
+ optional: true,
47
47
  hidden: true,
48
48
  },
49
49
  filePath: {
@@ -51,7 +51,7 @@ export default {
51
51
  googleDrive,
52
52
  "filePath",
53
53
  ],
54
- optional: false,
54
+ optional: true,
55
55
  hidden: true,
56
56
  },
57
57
  name: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/google_drive",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Pipedream Google_drive Components",
5
5
  "main": "google_drive.app.mjs",
6
6
  "keywords": [