@xuda.io/drive_module 1.1.693 → 1.1.694
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 +0 -8
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2357,14 +2357,6 @@ exports.update_drive_file_tags = async function (req, job_id, headers) {
|
|
|
2357
2357
|
|
|
2358
2358
|
var target_file = path.join(file_path, file_name);
|
|
2359
2359
|
const master_id = await _common.get_project_app_id(app_id, true);
|
|
2360
|
-
const tempPath = file_obj.path;
|
|
2361
|
-
if (drive_type === "studio") {
|
|
2362
|
-
const target_dir = path.join(
|
|
2363
|
-
_conf[`studio_drive_path`],
|
|
2364
|
-
master_id,
|
|
2365
|
-
target_file
|
|
2366
|
-
);
|
|
2367
|
-
}
|
|
2368
2360
|
|
|
2369
2361
|
let doc_ret;
|
|
2370
2362
|
|