De arraystring a ienumerable.iresource

Hello, I know how an arraystring could be used in the send email activity, this array would have to go in the attached files field. My final purpose is to add this araystring (this string array contains the url of an excel workbook in google drive) as an attachment for a gmail send email activity.
I have tried converting the string array to ienumerable.resource but it doesn’t work.

Could you help me here please?
attached image

thanks in advance

Would we have to handle files on the local file system e.g.

myArray = {"C:\demo\abc.doc","C:\demo\report.pdf"}

Then we could try: myArray.Select(function (x) LocalResource.FromPath(x))

we are not sure what in detail is the scenario at your end. Not local presesent files but URL to GDrive items?

Good morning, thanks for responding.
What I need is to send a Gmail email with an attachment that is an Excel workbook that is in Google Drive.
To do this I use a get file or folder, then I use a send email activity from Google Drive. It is this activity that I cannot attach the file due to the error shown in the image.
Greetings.

just show us the URL sample. thanks

Is this a url del archivo en drive

good afternoon
imagen
the var resultado is
https://docs.google.com/spreadsheets/d/1RMMrXnt5aTB7a-1S10YDVwcR8_ObUmTyXQGYh_uXYHg/edit?gid=0#gid=0

I can’t send the email, could you give me an example of how to send with the send email activity from Gmail?