Plug and play upload example on your site

Hi,

on the site https://uppy.io/ there’s an example area where man can upload a file from Internet (Drop files here, or import from:). My question is where the uploaded file is saved. Is this functionality related to transloadit code such as:

{
“steps”: {
“:original”: {
“robot”: “/upload/handle”
}
}
}

?

We use a tus demo server which uploads to S3 and removes all times every 24 hours.

Thanks. Is it possible to save this uploaded file to my GoogleDrive permanently?

You can only take files out of Google Drive, not export to it.

And just to be clear, https://uppy.io/examples is a demo environment, it’s not meant for people to actually get their files somewhere they want.