Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (30 loc) · 1.11 KB

GVoice2Drive

Google App Script that automatically downloads Google Voicemail Audio files and archives them to Google Drive

Setup

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

Credits

  • Original script this project is derrived from.