How to get blob or file from third-party services? (Instagram, Google Drive, etc.)

Hey! First of all, thank you for a great job, uppy is awesome <3

So, about my question: after clicking on “Upload” btn inside Uppy on “complete” handler is calling with result.successful and result.failed files.

The files from standard method (by input) have the “data” field with the type “File” value. But, the files from additional services contain object, instead of “File”

I don’t understand, how I can access to them? Because I need to send all files to the back-end server.

Thanks a lot for the help!