收藏
回答

企业微信微盘下载文件接口,调用失败?

{"errcode":640008,"errmsg":"permision deny, hint: [1688366733372882566223175], from ip: 124.221.176.106, more info at https://open.work.weixin.qq.com/devtool/query?e=640008"}

access_token = "kr2LbRVYdxhs48epu51pGtW8tlIhj8rM1HI4rNJn6oRVV0EPjUguyEDwgLVawtkMA44lYKrQPejL3XsLMsn8uxoeeRqYpYl6sSkRPnYWG-dDnBWYQDzfAjw_mz7xo53oF-Bq21oMNVSO6ZO1rCXP0DVxCXJw8RK15nDCnO2f2T9eC415io4RTcci2aQPizF371ritaP9ExFbkN-yte8GhA"

url = "https://qyapi.weixin.qq.com/cgi-bin/wedrive/file_download?access_token={}".format(access_token)
data = {
    "fileid": "i.1970325041061640.1688853297353029_f.6541415399DGz"
}
response = requests.post(url, json=data)

print(response.text)


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容