getZip = async () => { const zip = new JSZip(); const url = await svc.getMainFileURL(); // will return a downloadable url from s3 let response = await ...
確定! 回上一頁