You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/google_drive/actions/find-folder/find-folder.mjs
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ export default {
7
7
key: "google_drive-find-folder",
8
8
name: "Find Folder",
9
9
description: "Search for a specific folder by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information",
10
-
version: "0.1.8",
10
+
version: "0.1.9",
11
11
type: "action",
12
12
props: {
13
13
googleDrive,
@@ -34,16 +34,24 @@ export default {
34
34
},
35
35
},
36
36
asyncrun({ $ }){
37
-
letq=`mimeType = '${GOOGLE_DRIVE_FOLDER_MIME_TYPE}' and name contains '${this.nameSearchTerm}'`.trim();
0 commit comments