larksuite / oapi-sdk-go

larksuite oapi sdk by golang
MIT License
417 stars 85 forks source link

open-apis/drive/v1/permissions接口报错 #64

Open yhb082332 opened 2 years ago

yhb082332 commented 2 years ago

open-apis/drive/v1/permissions接口之前一直都没问题,这两天突然报错 报错信息是:ERROR { Code: -1, Msg: "content-type: text/plain, is not: application/json, body:404 page not found" } 是sdk或者open-api有更新吗?

zhaoche27 commented 2 years ago

提供一下,具体请求的API 的 URL是啥,http method是啥(post、get),或者提供 这个api 对应的文档地址,这样我这边才好去测试,看看能不能复现

yhb082332 commented 2 years ago

提供一下,具体请求的API 的 URL是啥,http method是啥(post、get),或者提供 这个api 对应的文档地址,这样我这边才好去测试,看看能不能复现

https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/permission-member/create#f47475f8

yhb082332 commented 2 years ago

提供一下,具体请求的API 的 URL是啥,http method是啥(post、get),或者提供 这个api 对应的文档地址,这样我这边才好去测试,看看能不能复现

https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/permission-member/create#f47475f8

刚再排查了一下,发现是上游创建表格就失败了,导致这里增加权限报错,我先让oncall同学排查一下创建表格失败的问题