I was trying to create a Google Apps Script, that takes attachment of e-mails, unzips it a forwards it. I saw unpacking feature in Google Drive (you can upload a file there, open it and copy individual files to you drive). Is this functionality accessible from Google Apps Script somehow?
Share
First you need to write a script for automatically makes attachments of an email as directly uploaded on user’s Google Drive after this trigger run this piece of code shown below
Check this code. Don’t blame me if it won’t work. It’s just a proposal.