gmail-processor icon indicating copy to clipboard operation
gmail-processor copied to clipboard

Add Google Conversion

Open chilberg opened this issue 6 years ago • 0 comments

Would it be possible to add conversion option for attachments? For example, Excel (xls/xlsx) to gSheet and Word (doc/docx) to gDoc.

The simplest code I've found is: Drive.Files.insert(file, xlsxBlob, { convert: true }

Thanks, Andreas

chilberg avatar Jul 05 '18 17:07 chilberg