Uploading 6k files from GoogleDriver

Hello guys,

We’re struggling with uppy configurations and integration for one of our clients. The client has 6k files on Google Driver and we want to let him upload all those files to s3, but we do not wish to handle the user on the uploading page, letting him navigate to others’ system pages.

Is there any guide for us on how to do that? Also, we’ve seen that with such big number of files we have issues, breaking websocket connections, etc… Is there any way to do this upload in the background with some throttling…

Using React/NextJS for client side.