import gdown url = 'https://drive.google.com/uc?id=FILE_ID' output = 'path/to/save/file' gdown.download(url, output, quiet=False)