MCPcopy Create free account
hub / github.com/badyun/AShare / previewVideo

Method previewVideo

utils/cloud.js:108–114  ·  view source on GitHub ↗
(file_id)

Source from the content-addressed store, hash-verified

106
107 // 列出文件预览
108 async previewVideo(file_id) {
109 let s = await this.http('https://api.aliyundrive.com/v2/databox/get_video_play_info', {
110 drive_id: this.info.default_drive_id,
111 file_id: file_id
112 })
113 return s.template_list
114 }
115
116 // 获取文件夹信息
117 async fileInfo(file_id) {

Callers 1

getFunction · 0.80

Calls 1

httpMethod · 0.80

Tested by

no test coverage detected