Google App Script that automatically downloads Google Voicemail Audio files and archives them to Google Drive
- Enable Google Apps Script API in your account.
- Clone this repo
git clone https://github.com/danielewood/GVoice2Drive cd GVoice2Drive
- Install Google clasp and login:
npm install @google/clasp -g clasp login; # Use "--no-localhost" on a headless server
- Create your App Script Project
clasp create --type webapp --title GVoice2Drive
- Push this repo's scripts into the newly created project
clasp push --force └─ GVoice2Drive.js └─ appsscript.json Pushed 2 files.
- Go to the edit URL from when you ran
clasp create
to run the app - Click the play button, Review and Accept the app permissions
- If you want to change the timer behavior, go to
Edit --> Current Project's Triggers
- Original script this project is derrived from.