gdown.download
时间: 2024-04-26 11:27:14 浏览: 149
Android软件自动更新实现代码
gdown.download 是一个Python库,可以用来从Google Drive上下载文件。它能够解决从Google Drive下载文件时出现的“virus scan warning”问题。你可以使用以下命令来安装gdown.download:
```
pip install gdown
```
然后,你可以使用如下的语句来下载Google Drive上的文件:
```
gdown.download('Google Drive file URL', 'local file path')
```
阅读全文