pip install gdown
import gdown
output = "data.tar" id = "1srnBQUOho1R8EW8s50A1VKdecnqoOeXZwer" gdown.download(id=id, output=output, quiet=False)