curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/wedrive/file_setting?access_token=' \
--header 'Content-Type: application/json' \
--data '{
"fileid": "FILDID",
"auth_scope": "AUTH_SCOPE",
"auth": 1
}'{
"errcode": 0,
"errmsg": "ok"
}