Skip to content

Instantly share code, notes, and snippets.

View kristafervale's full-sized avatar

Kristafer Vale kristafervale

View GitHub Profile
@rajarsheem
rajarsheem / GDrive.py
Last active March 9, 2023 20:58
Python terminal client for Google Drive for easy uploading, deleting, listing, sharing files or folders. (See usage in the comment)
from __future__ import print_function
import sys
import io
import pip
import httplib2
import os
from mimetypes import MimeTypes