Expired uploads
Paused uploads will expire after a period of inactivity. If you need to recover an expired upload, use the following:
const resumeData = uploader.getResumeData();
uploader.setResumeData(resumeData);
await uploader.uploadTransaction(dataItem);