Skip to content

Instantly share code, notes, and snippets.

View DiyRex's full-sized avatar
😉
const Smile = require('Happy');

Devin Dissanayaka DiyRex

😉
const Smile = require('Happy');
View GitHub Profile
@jmlrt
jmlrt / gdrive_upload_folder.py
Last active November 29, 2024 08:08
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)