【发布时间】:2015-04-14 22:31:01
【问题描述】:
我从 Go Google API 客户端库中收到以下错误(该部分可能无关紧要,因为它似乎直接来自 HTTP API):
Post https://www.googleapis.com/bigquery/v2/projects/[project]/datasets/test/tables/blank2/insertAll?alt=json: asn1: structure error: length too large
我在 BigQuery docs 中找不到任何解释此错误消息的内容。
这是什么意思?是否有解释 BigQuery 错误消息的参考资料?
【问题讨论】:
-
我想通了:这是由错误的
.pem文件引起的。 Issue filed 改进错误报告。错误参考仍然有助于解决其他问题。
标签: google-bigquery