TencentCloudBase / cloudbase-manager-node

The node cloudbase manager tool
ISC License
18 stars 5 forks source link

[QUESTION]getTemporaryUrl超过50个就会出现TypeError: Cannot read property 'download_list' of undefined #28

Open xmsz opened 2 years ago

yxwzaxns commented 6 months ago

我也遇到这个问题,在使用删除文件接口并传递超过50个文件ID后提示类似的错误。调试了源码发现是因为没有对响应结果做错误检测: 接口返回:{"code":"INVALID_PARAM","message":"Cannot operate more than 50 files one time","requestId":"xxx"}