This JavaScript file, organizes files from a parent folder into current month on google drive
- Copy code into Google Scripts (.gs) (Link to Google Script - https://www.google.com/script/start/)
- Change line 40 so instead of 'ADD THE PARENT FOLDER ID HERE!!!!!!!' it is your parent folder ID
- Add the function to a trigger
- Run
This JavaScript file, looks through a folder and removes any duplicates based on size and name
- Copy code into Google Scripts (.gs) (Link to Google Script - https://www.google.com/script/start/)
- Change line 11 so instead of 'PARANT FOLDER ID HERE' it is your parent folder ID
- Add the function to a trigger
- Run
This JavaScript file, that empties for GDrive trash
- Copy code into Google Scripts (.gs) (Link to Google Script - https://www.google.com/script/start/)
- Add the function to a trigger
- Run