MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / uploadLargeFile

Method uploadLargeFile

daily/ydyp.js:4213–4215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4211 } else this.log("通知权限未开启")
4212 }
4213 async uploadLargeFile() {
4214 this.config.uploadDirId ? (await this.api.uploadLargeFile(), this.log(`大文件上传任务已执行: ${this.config.uploadFilename}`)) : this.log("跳过大文件上传: 缺少 dirId")
4215 }
4216 async shareFile() {
4217 if (!this.config.shareFilename || !this.config.uploadDirId) return void this.log("跳过分享任务: 缺少 shareFilename 或 dirId");
4218 const e = await this.api.listPersonalFiles(),

Callers 1

runMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected