Skip to content

Instantly share code, notes, and snippets.

View tesarwijaya's full-sized avatar

Tesar Wijaya tesarwijaya

  • Jakarta, Indonesia
View GitHub Profile
@tesarwijaya
tesarwijaya / gdrive_upload_folder.py
Created September 14, 2017 15:53 — forked from jmlrt/gdrive_upload_folder.py
Python script to upload folder to Google Drive
# -*- coding: utf-8 -*-
"""
Upload folder to Google Drive
"""
# Enable Python3 compatibility
from __future__ import (unicode_literals, absolute_import, print_function,
division)