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.
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.