Authorization: Bearer ********************
curl --location --request POST '/open-apis/drive/permission/member/permitted' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "doccnOeYTJzlRaIJoUOW0LlXNfb",
"type": "doc",
"perm":"edit"
}'
{
"code": 0,
"msg": "Success",
"data": {
"is_permitted": true
}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通