Trigger upload programmatically on page refresh with DragDrop

Hi,

I’m working on a feature to allow users to upload files directly to S3. To allow that, I’m using Uppy’s DragDrop, alongside AWS S3 uploader and Golden Retriever.

I’m stuck on an issue whereby I’m unable to manually resume the upload when user refreshes the page. I can see the restored file details in getFiles, but when I try to use the provided methods like restore/resumeAll/upload, there seems to be no activity happening in the network tab.

Is there a way to manually resume the upload for this if Dashboard is not in use? Any help and direction is greatly appreciated.

Thanks!