Questions tagged «google-api-python-client»

16
ImportError:没有名为apiclient.discovery的模块
我在Google App Engine的Python使用过Google Translate API时遇到此错误,但是我不知道如何解决, <module> from apiclient.discovery import build ImportError: No module named apiclient.discovery 我将尝试设置指示Google App Engine SDK的环境,然后再次上传到Google Apps Engine,始终会收到错误消息, 错误:服务器错误 服务器遇到错误,无法完成您的请求。如果问题仍然存在,请报告您的问题并提及此错误消息以及引起该问题的查询。 请告诉我如何解决, 谢谢 更新:修复了在 Nijjin的帮助下,我通过添加以下文件夹修复了问题, apiclient, gflags, httplib2, oauth2client, uritemplate 如果仍然有问题,请考虑在此页面的“答案”下获取更多信息。例如 :Varum答案等...

8
如何使用Python访问(读取和写入)Google表格电子表格?
我想知道您是否可以为我提供使用python从Google文档/电子表格中读取/写入的示例。 我确实在这里https://developers.google.com/google-apps/spreadsheets/上查看了google docs API,但不确定是否点击了正确的链接。一个例子也会有很大帮助。 我想做的是根据不同的列查询电子表格,更像是SQL查询,然后对数据进行一些下游解析,然后将其放入Google文档中的另一个电子表格或文档中。 最好-阿比
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.