@pipedream/google_drive 0.7.0 → 0.7.2
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.
@@ -3,8 +3,8 @@ import googleDrive from "../../google_drive.app.mjs";
|
|
3
3
|
export default {
|
4
4
|
key: "google_drive-create-shared-drive",
|
5
5
|
name: "Create Shared Drive",
|
6
|
-
description: "Create a new shared drive. [See the
|
7
|
-
version: "0.1.
|
6
|
+
description: "Create a new shared drive. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/create) for more information",
|
7
|
+
version: "0.1.5",
|
8
8
|
type: "action",
|
9
9
|
props: {
|
10
10
|
googleDrive,
|
@@ -4,8 +4,8 @@ export default {
|
|
4
4
|
key: "google_drive-delete-file",
|
5
5
|
name: "Delete File",
|
6
6
|
description:
|
7
|
-
"Permanently delete a file or folder without moving it to the trash. [See the
|
8
|
-
version: "0.1.
|
7
|
+
"Permanently delete a file or folder without moving it to the trash. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/delete) for more information",
|
8
|
+
version: "0.1.5",
|
9
9
|
type: "action",
|
10
10
|
props: {
|
11
11
|
googleDrive,
|
@@ -11,8 +11,8 @@ import googleDrive from "../../google_drive.app.mjs";
|
|
11
11
|
export default {
|
12
12
|
key: "google_drive-get-folder-id-for-path",
|
13
13
|
name: "Get Folder ID for a Path",
|
14
|
-
description: "Retrieve a folderId for a path. [See the
|
15
|
-
version: "0.1.
|
14
|
+
description: "Retrieve a folderId for a path. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information",
|
15
|
+
version: "0.1.6",
|
16
16
|
type: "action",
|
17
17
|
props: {
|
18
18
|
googleDrive,
|
@@ -3,8 +3,8 @@ import googleDrive from "../../google_drive.app.mjs";
|
|
3
3
|
export default {
|
4
4
|
key: "google_drive-search-shared-drives",
|
5
5
|
name: "Search for Shared Drives",
|
6
|
-
description: "Search for shared drives with query options. [See the
|
7
|
-
version: "0.1.
|
6
|
+
description: "Search for shared drives with query options. [See the documentation](https://developers.google.com/drive/api/v3/search-shareddrives) for more information",
|
7
|
+
version: "0.1.5",
|
8
8
|
type: "action",
|
9
9
|
props: {
|
10
10
|
googleDrive,
|