Skip to content

Instantly share code, notes, and snippets.

View kristafervale's full-sized avatar

Kristafer Vale kristafervale

View GitHub Profile
@kristafervale
kristafervale / GDrive.py
Last active October 1, 2018 18:34 — forked from rajarsheem/GDrive.py
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
try:
from googleapiclient.errors import HttpError