Google表格v4 API:克隆表时异常503

时间:2017-04-04 09:09:31

标签: python-2.7 google-sheets-api

运行Python 2.7脚本可以成功将工作表(索引:0)克隆到同一个电子表格中,但在尝试第二个工作表时失败(索引:1)。工作表没有特殊的验证,格式或任何异常输入 - 它是带有文本的网格。

脚本的输出是:

File "/usr/lib/python2.7/site-packages/googleapiclient/http.py", line 840, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 503 when requesting https://sheets.googleapis.com/v4/spreadsheets/****/sheets/1:copyTo?alt=json returned "The service is currently unavailable.">

这也发生在API Explorer网站上。我从工作表中提取了元数据,可以确认所有外观都正常,索引ID是正确的。有没有人见过这样的东西?

1 个答案:

答案 0 :(得分:1)

解决:

假设使用索引ID就足够了,但它必须是sheetId。用户错误。 ('1694990728'代替'1')