【发布时间】:2021-10-10 10:13:04
【问题描述】:
我正在尝试将 JSON 文件发送到谷歌电子表格。 进行 API 调用并使用来自ImportJSON bradjasper version 1.5 的“ImportJSONAdvanced”函数检索 JSON 文件。 但是当它到达第 422 行时,它会给出一个错误消息“TypeError: transformFunc is not a function”。 这些是我要传递的论点:
const URL_query = 'URL1='+ myquery
const API_Call = {
headers: { 'method_for_key': 'my_apy_key' },
json: true,
gzip: true,
}
var parsedJSON = ImportJSONAdvanced(URL_query, API_Call)
【问题讨论】:
标签: json api google-apps-script google-sheets import