Introduction Do you want to automatically save your attached files in a Gmail message to Google Drive? This tutorial will do just that without you required to manually saving each attachment to a Drive folder. This Google Apps Script will look for attachments in a Gmail Message and store it in a Google Drive folder. The Script can be set to execute automatically through time driven triggers and can be initiated manually. You can modify the below code as per your specific requirements. To copy the script please go to this Github Gist Installation Make a copy of this script project. Click on the Triggers menu as shown in the below image Set the trigger interval as follows Authorize the script. If you are running the script first time, it will ask you to authorize the script for “Gmail” and “Google Drive” access. Authorize it. Now the script installation is complete. This procedure can be followed with any Gmail account. Once the installation is complete, script will run as per the ...