gpt4 book ai didi

python - 使用 Google App Engine 如何在 google docs (python) 中上传文件

转载 作者:太空宇宙 更新时间:2023-11-03 15:28:32 25 4
gpt4 key购买 nike

我想使用 Google Apps Engine (python) 将文档、文件上传到 google docs

任何代码或链接将不胜感激

最佳答案

参见 the documentation,但你可以尝试这样的事情:

ms = gdata.MediaSource(file_path='/path/to/your/test.doc',  content_type=gdata.docs.service.SUPPORTED_FILETYPES['DOC'])
entry = gd_client.Upload(ms, 'MyDocTitle')
print 'Document now accessible online at:', entry.GetAlternateLink().href

关于python - 使用 Google App Engine 如何在 google docs (python) 中上传文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3082683/

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