Google Drive natively supports uploading files via URLs, so there shouldn’t be any issues with this. You just need to iterate over the values from the table and insert the URLs into the Google Drive node.
Of course, you could also implement something like this:
Files could be temporarily uploaded to Latenode using an HTTP request, and then you could pass the content to the Google Drive node in the form of file data. However, this approach would likely take more time.
Additionally, it’s a good idea to update the statuses of your rows, such as marking them as “processed” or “not processed.” This way, if a failure occurs, the scenario won’t restart processing from the beginning.
I wrote about this in more detail in this thread: Batch Data Processing in Google Sheets — AI Processing, Enrichment, and More, so please take a look.
Let me know if you need any help—I’ll be happy to assist!