gpt4 book ai didi

python-3.x - Pydrive:如何上传大文件或分块上传?

转载 作者:行者123 更新时间:2023-12-04 13:32:48 28 4
gpt4 key购买 nike

我正在尝试通过 PyDrive 将一个大型 csv 压缩文件(~6GB)上传到 Google Drive,但每次我尝试通过以下方式上传时:

file = self.drive.CreateFile({
'title': file_name,
'parents': [{ 'id': parent_id }],
'mimeType': mime_type,
})
file.SetContentFile(file_path)
file.Upload()
我收到以下错误: httplib2.RedirectMissingLocation: Redirected but the response is missing a Location: header. .
我正在使用 Python 3.7。
有谁知道我是否可以通过 Pydrive 上传大文件或逐块上传?
提前致谢!

最佳答案

尝试改用 pydrive2 库。 https://github.com/iterative/PyDrive2 .它没有文件大小的问题。

关于python-3.x - Pydrive:如何上传大文件或分块上传?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64054230/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com