TypeError:google.cloudbilling不是函数

时间:2019-06-14 10:12:54

标签: google-cloud-platform google-cloud-functions google-apis-explorer google-cloud-billing

我正在尝试在Google Cloud Function上执行此操作,但出现错误消息作为标题。我在goolgeapis上检查了源代码,找不到cloudbilling函数,但是看到函数cloudbilling_v1,我想念什么? https://cloud.google.com/billing/reference/rest/v1/projects/updateBillingInfo

我的googleapis版本是“ 40.0.0”。

1 个答案:

答案 0 :(得分:0)

这是文档中的错误。将var google = require('googleapis');更改为const {google} = require('googleapis');