@xuda.io/drive_module 1.1.769 → 1.1.771
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.
- package/index.js +9 -7
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -947,7 +947,7 @@ exports.rename_drive_file = async function (req) {
|
|
|
947
947
|
check_req
|
|
948
948
|
);
|
|
949
949
|
|
|
950
|
-
var target_file = file_name;
|
|
950
|
+
// var target_file = file_name;
|
|
951
951
|
|
|
952
952
|
let doc_ret;
|
|
953
953
|
|
|
@@ -2534,10 +2534,12 @@ const get_file_url = function (drive_type, file_name, ref) {
|
|
|
2534
2534
|
};
|
|
2535
2535
|
|
|
2536
2536
|
setTimeout(async function () {
|
|
2537
|
-
console.log(
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
);
|
|
2537
|
+
// console.log(
|
|
2538
|
+
// await exports.search_drive_files({
|
|
2539
|
+
// app_id: "prj3937cb6f9a31c8c7dea25055bba845b1",
|
|
2540
|
+
// drive_type: "workspace",
|
|
2541
|
+
// })
|
|
2542
|
+
// );
|
|
2543
2543
|
}, 2000);
|
|
2544
|
+
|
|
2545
|
+
const get_drive_doc = function (drive_type, app_id, uid, file_path) {};
|