Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 447 Bytes

File metadata and controls

21 lines (11 loc) · 447 Bytes

GoogleDrive_DeleteAutomation_Python

This script helps you to delete the Google Drive files using Python.

Step 1:

Auththenticate your Google Drive with Google Cloud Console in OAuth Section and get the Client secret json token.

Step 2:

Create a files_to_delete_list.txt (i.e., Which files needs to be delete should be specified inside this txt file)

Step 3:

Install PyDrive.

pip install pydrive

Step 4:

Run the python program.