We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
正常调用赋予权限的接口,sdk内部报错
const addPermissionsUri = 'https://open.feishu.cn/open-apis/drive/v1/permissions/:token/members'; const request = larksuite.api.newRequest(addPermissionsUri, 'POST', this.ctx.app.larksuite.Tenant, { member_type: 'email', member_id: email, perm: 'full_access', }); request.setPathParams({ token }); request.setQueryParams({ type, need_notification: true }); const res = await larksuite.api.sendRequest(this.ctx.app.larksuite.conf, request); return res;
TypeError: Cannot read property 'bodySource' of undefined at /node_modules/@larksuiteoapi/api/dist/core/handlers/handlers.js:232:42
The text was updated successfully, but these errors were encountered:
+1 in v1.0.14
Sorry, something went wrong.
No branches or pull requests
正常调用赋予权限的接口,sdk内部报错
TypeError: Cannot read property 'bodySource' of undefined
at /node_modules/@larksuiteoapi/api/dist/core/handlers/handlers.js:232:42
The text was updated successfully, but these errors were encountered: