0
我使用Google APIs Client Library for Python與Fusion Tables API一起使用。這裏的importRows方法需要在正文中提供數據。我應該怎麼做?如何通過Google API客戶端庫傳遞正文?
response = service.table().importRows(tableId=TABLE_ID, body='zzz,yyy').execute()
返回錯誤 - Got an unexpected keyword argument "body"
。