@pipedream/google_drive 0.6.8 → 0.6.9
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.
|
@@ -5,7 +5,7 @@ export default {
|
|
|
5
5
|
key: "google_drive-list-files",
|
|
6
6
|
name: "List Files",
|
|
7
7
|
description: "List files from a specific folder. [See the docs](https://developers.google.com/drive/api/v3/reference/files/list) for more information",
|
|
8
|
-
version: "0.1.
|
|
8
|
+
version: "0.1.3",
|
|
9
9
|
type: "action",
|
|
10
10
|
props: {
|
|
11
11
|
googleDrive,
|
|
@@ -45,7 +45,7 @@ export default {
|
|
|
45
45
|
type: "boolean",
|
|
46
46
|
description: "List trashed files or non-trashed files. Keep it empty to include both.",
|
|
47
47
|
optional: true,
|
|
48
|
-
}
|
|
48
|
+
},
|
|
49
49
|
},
|
|
50
50
|
async run({ $ }) {
|
|
51
51
|
const opts = getListFilesOpts(this.drive, {
|