标签: python google-drive-api
我想在python 2.7中创建一个小的poc模块,我可以在谷歌文档中上传一个小的html文件,我们可以将它转换为谷歌文档,并将html保存在相同的样式表中。
这是我想以谷歌文档格式上传和转换的文件示例。
<html> <h1>Heading 1</h1> <h2>Heading 2</h2> <h3>Heading 3</h3> <p>Here we are </p> </html>
答案 0 :(得分:0)
https://developers.google.com/drive/v2/reference/files/insert#examples
和
https://developers.google.com/api-client-library/python/