快速办公
文件存储 相关链接
顶部菜单
文件管理怎么做
文章 title 表格 对象格式 发布人 各种属性
图片
附件 docs io流? 文件处理 获取key
权限 用户角色级别 应用级别 ? api权限控制
https://www.youtube.com/watch?v=adoaDmiGn18
postman 文档
在sharepoint配置接口信息
https://qukaige.sharepoint.com/sites/wujian/_layouts/15/appregnew.aspx
其中ID以及密钥自动生成 其他可以自定义填写
在下面链接中配置
https://qukaige.sharepoint.com/sites/wujian/_layouts/15/appinv.aspx
<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest scope="http://sharepoint/content/sitecollection/web" Right="FullControl"/>
</AppPermissionRequests>
xml信息参考 其中权限为完全控制
postman中 引入如下url
https://raw.githubusercontent.com/stuartmccoll/microsoft-sharepoint-rest-api-postman-collections/master/Microsoft%20SharePoint%20REST%20API.postman_collection.json
首先使用 Get Realm GUID https://{{targetHost}}/_vti_bin/client.svc/
targetHost为站点域名 eg: https://qukaige.sharepoint.com/_vti_bin/client.svc/https://qukaige.sharepoint.com/_vti_bin/client.svc/
问题 只能处理api中的字段 对于整体网站页面 比如aspx文件 java不能处理 即只能获取新闻标题 对于新闻内容无法获取