使用SharePoint2013 Rest API将视频上载到视频库

使用SharePoint2013 Rest API将视频上载到视频库,rest,video,sharepoint-2013,Rest,Video,Sharepoint 2013,我正在使用SharePoint RestAPIs使用以下URL将视频上载到视频库,视频已成功上载: 1._api/web/lists/getbytitle('Video Library')/rootfolder/Files/add(url='a.mp4') 2._api/web/GetFolderByServerRelativeUrl('/Video Library')/Files/add(url='a.mp4') 问题是AJAX调用在错误方法(未找到文件)中返回,而不是在成功方法中返回,我希望

我正在使用SharePoint RestAPIs使用以下URL将视频上载到视频库,视频已成功上载:

1._api/web/lists/getbytitle('Video Library')/rootfolder/Files/add(url='a.mp4')

2._api/web/GetFolderByServerRelativeUrl('/Video Library')/Files/add(url='a.mp4')

问题是AJAX调用在错误方法(未找到文件)中返回,而不是在成功方法中返回,我希望在上传后使用文件url

注意以下几点:

1.将视频上载到视频库SharePoint时,请使用上载的视频文件名创建一个文件夹,并将视频文件放入其中

2.如果您已经上载了同名SharePoint文件,请使用随机名称创建文件夹并将视频放入其中