问题描述:
云开发示例中的login.js获得openid可以正常运行
想按照示例,用where()批量修改集合内数据时,反馈提示
dboperate页面[云函数]setGroup执行失败 Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID 39c46994-35ee-11e9-95a7-5254005d5fdb, cloud function service error code -504002, error message errCode: -1 unknown error | errMsg: Cloud API isn't enabled, please call init first
请先调用 init 完成初始化后再调用其他云 API。init 方法可传入一个对象用于设置默认配置,详见文档。; at cloud.callFunction api;
查到他人帖子说要本地按照npm node依赖
如果你想在云函数中,操作文件、数据库和云函数资源,你可以使用我们提供的服务端 SDK 进行操作。首先,进入到你的某个云函数中,安装以下依赖包:
npm i --save tcb-admin-node已在云函数目录安装npm
npm i --save tcb-admin-node
npm install --production
但报错情况依然存在,请各位大神帮忙
我用的是云端部署,为什么还要本地依赖?
安装了还是同样提示函数需要初始化