@pipedream/google_drive 1.0.0 → 1.0.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.
@@ -12,7 +12,7 @@ export default {
12
12
  key: "google_drive-upload-file",
13
13
  name: "Upload File",
14
14
  description: "Upload a file to Google Drive. [See the documentation](https://developers.google.com/drive/api/v3/manage-uploads) for more information",
15
- version: "2.0.0",
15
+ version: "2.0.1",
16
16
  type: "action",
17
17
  props: {
18
18
  googleDrive,
@@ -36,10 +36,9 @@ export default {
36
36
  optional: true,
37
37
  },
38
38
  filePath: {
39
- propDefinition: [
40
- googleDrive,
41
- "filePath",
42
- ],
39
+ type: "string",
40
+ label: "File Path or URL",
41
+ description: "Provide either a file URL or a path to a file in the /tmp directory (for example, /tmp/myFile.pdf).",
43
42
  },
44
43
  name: {
45
44
  propDefinition: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/google_drive",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Pipedream Google_drive Components",
5
5
  "main": "google_drive.app.mjs",
6
6
  "keywords": [