import gdown
url = ' https://drive.google.com/uc?id=' + str(id_list[i])
output = str(name_list[i])
gdown.download(url, output, quiet=False)
<LinkObject{'href': 'https://cloud-api.yandex.net/v1/disk/resources?path=disk%3A%2Ftest-dir', 'method': 'GET', 'templated': False}>