selvakrishnan / GoogleDrive_DeleteAutomation_Python

To delete the only specific files in google drive using Automation Technique.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

To delete the only specific files in google drive using Automation Technique.


Languages

Language:Python 100.0%