Skip to content

Instantly share code, notes, and snippets.

View leonardsaers's full-sized avatar

Leonard saers leonardsaers

View GitHub Profile
@leonardsaers
leonardsaers / google-drive-md5-checksum
Created August 13, 2021 20:58 — forked from yaci/google-drive-md5-checksum
List google drive md5 checksum for all files
#!/usr/bin/python3
"""
!! IMPORTANT !!
!! READ THIS !!
In order to run this script you need python3 and pip3 installed.
You also need some additional python modules. Please run
sudo pip3 install httplib2 oauth2client
sudo pip3 install --upgrade google-api-python-client