Skip to content

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

License

Notifications You must be signed in to change notification settings

danielewood/GVoice2Drive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published