Need help with reviving strapi-plugin-import-content

Hi Gayrat,

did you see this topic here? Upload image url
This is the approach that I also doubt as it involves fetching the images in bulk and creating formdata objects in bulk to post them to the regular upload endpoints. As I mentioned before, this approach doesn’t sit right with me either as I’m pretty sure the Node process will just eat up way to many resources when fetching the image, creating the FormData object and posting them to itself. I also need a way to get authorization working then and I’m not sure at all on how to access the authorization info in an async server-side process.

Thanks again!