1、/v3/3rd/files/:file_id/permission 接口给了文档 打印和下载权限,但是点击按钮依然提示无权限。后来我加另存为也不可以
<img src="https://solution-community.wps.cn/uploads/post/4N9CwHNATgw.png" alt="image.png"/>
<img src="https://solution-community.wps.cn/uploads/post/4N9CQz2Fot3.png" alt="image.png"/>
<img src="https://solution-community.wps.cn/uploads/post/4N9CRZtZWKS.png" alt="image.png"/>
2、excel预览,会加载一个评论的接口,报没有权限,我返回有评论权限也无效, 我想屏蔽掉这个接口请求 <img src="https://solution-community.wps.cn/uploads/post/4N9D6ymig6s.png" alt="image.png"/>
3、这个网络状态会出现失败的时候,然后导致一直重复请求接口,这个是哪边的问题?怎么解决,出现频率高,在效果是文档里有图片在不断的闪烁 <img src="https://solution-community.wps.cn/uploads/post/4N9DdKMnxtf.png" alt="image.png"/> <img src="https://solution-community.wps.cn/uploads/post/4N9DiGDYzcf.png" alt="image.png"/>
4、再补充一个问题,为什么预览相关的接口,会有多次请求,打开一个文档预览,有20次请求,这是正常的吗
**重新补充之前的问题 19:03更新**
第一个问题解决了,确实实现 /v3/3rd/users 就可以了。
第二个不行,报错的为excel ,word不会。我看了word的多了appid参数 ,而excel的没有
<img src="https://solution-community.wps.cn/uploads/post/4N9ZhJ6RSpb.png" alt="image.png"/>
<img src="https://solution-community.wps.cn/uploads/post/4N9ZmjxgTU5.png" alt="image.png"/>
<img src="https://solution-community.wps.cn/uploads/post/4N9ZmYRBkjY.png" alt="image.png"/>
我接口返回权限都是一样的
<img src="https://solution-community.wps.cn/uploads/post/4N9ZovC7QdY.png" alt="image.png"/>
第四个问题的日志截图,点击一次预览,会有同一接口的多次请求,次数不定 <img src="https://solution-community.wps.cn/uploads/post/4N9ZTEAMaJh.png" alt="image.png"/>
再补充一个问题:我返回权限的写法是固定的json,不会随着请求变化,但是会出现失败,这个是我服务器问题吗? <img src="https://solution-community.wps.cn/uploads/post/4N9ZGyCDCks.png" alt="image.png"/>
补充第二个问题的截图 <img src="https://solution-community.wps.cn/uploads/post/4NcGerJubvE.png" alt="image.png"/> <img src="https://solution-community.wps.cn/uploads/post/4NcGkk6SP3Q.png" alt="image.png"/>