Google Scripts for Drive


Here you can find a few Gmail related scripts.
Empty Drive Trash
If you want to keep toy trash clean, you can have this script running every day or as you see fit.
function emptydrivetrash() {
  Drive.Files.emptyTrash();
}

Comentarios

Entradas populares de este blog

Google Scripts