Skip to content

Instantly share code, notes, and snippets.

@kijes
kijes / download_from_drive.py
Created November 27, 2017 08:43
Preparing data for training on FloydHub by downloading from Google Drive
import logging
import os
import requests
from common import utils
CHUNK_SIZE = 32768
def download_file_from_google_drive(id, destination):