我正在使用Microsoft.SharePoint.Client向某些用户有问题地共享文件。它的显示文件已成功与用户共享,并具有与用户共享的标签。但是接收者从头到尾都不会收到任何文件。
我尝试使用Microsoft.SharePoint.Client代码共享文件
@app.route('/api/theme1/subtheme1')
@auth.login_required
def get_test1(): ...
@app.route('/api/theme1/subtheme2')
@auth.login_required
def get_test2(): ...
@app.route('/api/theme1/subtheme3')
@auth.login_required
def get_test3(): ...
让我知道为什么不与用户共享文件吗?