I’m using uppy with firebase storage.
I created a custom Plugin for this purpose.
It is working fine when I take a file from my device.
Now I have created and connected a companion for google-drive.
I can see and select from client-side my files from google-drive however when I now try to upload it it is of course not working as my custom plugin is designed to work with File or Blob object.
Is there any documentation on how to handle the upload from serverside when the source is “GoogleDrive” ?
Anyway, if you look through how the S3 plugin is constructed, it should be fairly simple to imitate that code. I think this function might help with uploading remote files. It seems to get the body and url of the file and use that to resolve it.