【发布时间】:2014-04-30 14:54:38
【问题描述】:
我想从 Python App Engine 应用程序中读取 Google 电子表格。我已经使用了 Python 的 Google APIs 客户端库来做一些事情。 https://developers.google.com/api-client-library/python/start/installation
我知道如何将它与 Drive API 一起使用。但是,对于电子表格,使用 OAUTH 2.0 的旧 gdata Google 电子表格 API 似乎具有正确的 api / 功能。 https://developers.google.com/google-apps/spreadsheets/#authorizing_requests_with_oauth_20
所以我有点困惑。目前(2014 年 5 月),在这种读取电子表格的情况下,正确且最佳的 api 是什么?
【问题讨论】: