This Google Apps Script will automatically save Gmail attachments to Google Drive. It also has a premium version that supports nested Gmail labels, it can monitor multiple Gmail label and saves attachments in logical Google Drive folders. function sendToGoogleDrive() { var sheet = SpreadsheetApp.getActiveSheet(); var gmailLabels = sheet.getRange("D4:D4").getValue(); var driveFolder = sheet.getRang
{{#tags}}- {{label}}
{{/tags}}