Can Uppy download to local computer and in that case how?

I learn Rectjs and JavaScript and I wanted to try if Uppy can download to local computer and in that case how?

I have tried with like:

  .use(Tus, { endpoint: "localhost" })

Where in all examples the “localhost” is instead an url on Internet so I thought I could try just “Localhost”
But get error.

I use Uppy and download from GoogleDrive, Dropbox, Instagram and also My Drive. and wanted to download selected files to the Users own computer. This is because I then will send them to my personal Google Drive and doing that I can extract the MD5 Hash from all files

Please advice

No, that is not possible. Files from third-party sources like Google Drive are handled by a separate Companion server. Companion can only upload to correctly configured web servers, not to any old computer.

Thanks I see can you suggest some lib for my use case? I really like the Uppy file selection Gui it’s really sweet maybe someone made something similar?

I’m not aware of any, sorry :frowning: