【发布时间】:2014-05-22 08:12:16
【问题描述】:
我使用Google APIs Client Library for Python 与Fusion Tables API 一起工作。 importRows 方法这里需要提供正文中的数据。我该怎么做?
response = service.table().importRows(tableId=TABLE_ID, body='zzz,yyy').execute()
返回错误 - Got an unexpected keyword argument "body"。
【问题讨论】:
标签: python google-api google-fusion-tables google-api-python-client