【发布时间】:2021-02-11 16:49:30
【问题描述】:
Azure 存储的新手需要使用节点 js 从容器中删除文件夹,但无法为节点找到任何合适的解决方案我能够删除容器
blobService.deleteContainerIfExists('test', function(error, result, response){
if(!error){
console.log('container deleted!')
}
});
但没有得到删除容器内文件夹的任何解决方案。我正在使用 NodeJS 服务器。任何帮助将不胜感激。
【问题讨论】:
标签: node.js azure azure-functions azure-storage azure-blob-storage