/Useful-GDrive-Scripts

Useful Google Drive Scripts

Primary LanguageJavaScript

GDrive File Organizer

This JavaScript file, organizes files from a parent folder into current month on google drive

How to Use

  1. Copy code into Google Scripts (.gs) (Link to Google Script - https://www.google.com/script/start/)
  2. Change line 40 so instead of 'ADD THE PARENT FOLDER ID HERE!!!!!!!' it is your parent folder ID
  3. Add the function to a trigger
  4. Run

Duplicate file remover

This JavaScript file, looks through a folder and removes any duplicates based on size and name

How to Use

  1. Copy code into Google Scripts (.gs) (Link to Google Script - https://www.google.com/script/start/)
  2. Change line 11 so instead of 'PARANT FOLDER ID HERE' it is your parent folder ID
  3. Add the function to a trigger
  4. Run

Empty Trash

This JavaScript file, that empties for GDrive trash

How to Use

  1. Copy code into Google Scripts (.gs) (Link to Google Script - https://www.google.com/script/start/)
  2. Add the function to a trigger
  3. Run