Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 960 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 960 Bytes

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