{
"fileid": "FILEID",
"auth_info": [{
"type":2,
"departmentid": DEPARTMENTID1,
"auth": 1
}, {
"type":1,
"userid": "USERID1",
"auth": 4
}]
}curl --location -g --request POST '/cgi-bin/wedrive/file_acl_add?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileid": "FILEID",
"auth_info": [{
"type":2,
"departmentid": DEPARTMENTID1,
"auth": 1
}, {
"type":1,
"userid": "USERID1",
"auth": 4
}]
}'{
"errcode": 0,
"errmsg": "ok"
}