sharepoint

SharePoint Online 开发篇:SharePoint Framework 介绍

狂风中的少年 提交于 2020-03-27 23:04:42
Blog链接: https://blog.51cto.com/13969817 今天我们讨论一下SharePoint Framework的基本介绍,可能大家都知道,如果是SharePoint On Premise的话,我们的开发方式是wsp,即solution package,而对于SharePoint Online,wsp则不适用,在云计算中是行不通的,然后微软引入一种App model的技术,后来把它重命名为add-in model。add-in model被分为SharePoint Hosted app或add-ins和Provider hosted apps 或add-ins,还有一种是auto hosted apps,是SharePoint on-premises和SharePoint Online的可行开发方法。 我个人认为SharePoint hosted apps的适用性非常有限,而且安装过程非常复杂,也不适合第三方产品。而后来微软提供的Microsoft Graph,即REST API,只要能够验证或获得令牌,就可以调用这些api,只要我们编写一些JavaScript来调用Microsoft Graph,并在我们SharePoint页面上提供服务:经典网站和现代网站,还有一些其他平台和挑战,Office插件,开发移动应用程序等等

sharepoint 2010 foundation search not working

妖精的绣舞 提交于 2020-03-26 08:36:13
问题 I have installed SP 2010, but could not get the search to work. I have started search services, but it is still not working. Noticed that when I search I get: We did not find any results for .... Any ideas. thanks! 回答1: I have installed search server express 2010 on top of SPF. which works great. it has additional features and work well with sharepoint foundation. her is a link for upgrade and configuration: http://www.mssharepointtips.com/tip.asp?id=1086 You need to crawl the the contents

What does SPO required mean for Azure Graph API / OneDrive API access to read files (list and download)

廉价感情. 提交于 2020-03-26 04:04:21
问题 I had assumed that OneDrive offers a free personal storage tier, so that API accesss to OneDrive should not require that the user has an Office 365 subscription... However, after hours of debugging, and just going straight to Postman, after trying to call: https://graph.microsoft.com/v1.0/me/drive/root/search(q='.obj')?select=name,id,@content.downloadUrl using the token, the error returned seems to be that the user does not have SPO, which seems to mean Office365 subscription is required? {

What does SPO required mean for Azure Graph API / OneDrive API access to read files (list and download)

扶醉桌前 提交于 2020-03-26 04:03:45
问题 I had assumed that OneDrive offers a free personal storage tier, so that API accesss to OneDrive should not require that the user has an Office 365 subscription... However, after hours of debugging, and just going straight to Postman, after trying to call: https://graph.microsoft.com/v1.0/me/drive/root/search(q='.obj')?select=name,id,@content.downloadUrl using the token, the error returned seems to be that the user does not have SPO, which seems to mean Office365 subscription is required? {

Accessing Microsoft Sharepoint files and data using Python

淺唱寂寞╮ 提交于 2020-03-25 19:01:25
问题 I am using Microsoft sharepoint. I have an url, by using that url I need to get total data like photos,videos,folders,subfolders,files,posts etc... and I need to store those data in database( Sql server ). I am using python . So,Please anyone suggest me how to do this and I am beginner for accessing sharepoint and working this sort of things. 回答1: Here's the starter code for connecting to share point through Python and accessing the list of files, folders and individual file contents of

Open most recent workbook in a folder on SharePoint document library

让人想犯罪 __ 提交于 2020-03-25 17:50:09
问题 I would like to open the most recent workbook in SharePoint document library. The file is saved as an archive that I need to access to pull information from. I have tried a bit of VBA script that allowed me to access the file through CAFs but since all my folders have been moved online to 365 I need a new way to access the most recent archive workbook in the folder. 'Force the explicit delcaration of variables Option Explicit Sub OpenLatestFile() 'Declare the variables Dim MyPath As String

How to securize redirection with Azure AD in a WebPart?

两盒软妹~` 提交于 2020-03-25 12:29:09
问题 I have developed a Sharepoint Webpart. The aim of this component is simple, authenticate the user in an external website that is embedded inside de Sharepoint. The external website uses Azure AD to login the users. The problem that I have is the following. I know how to get obtain an access token, and the component works fine, with a great security leak. This is that I have public render(): void { token="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; <iframe img src="https://www.example.org

Azure AD Custom Claims in JWT

牧云@^-^@ 提交于 2020-03-24 03:28:53
问题 I have an Azure AD app and I am trying to add custom claims to a JWT. I'm using the claims mapping feature in Azure for my specific app, and updated the app manifest in the Azure Portal to include the optional claims. However, when I log in and view the decoded access token, the claim is not present in the token. I haven't found much documentation relating to using extension attributes as claims, but from what I've found it should follow the same patterns, but it is not working as expected.

Office Web Apps安装部署(sharepoint2013)

爱⌒轻易说出口 提交于 2020-03-22 09:09:27
Office Web Apps安装部署(sharepoint2013) 分类: sharepoint 2013 2014-07-11 11:41 155人阅读 评论 (0) 收藏 举报 sharepoint2013 microsoft office asp.net office web apps 解决方案 目录 (?) [+] 原文地址: http://www.cnblogs.com/poissonnotes/p/3238238.html 系统要求为Windows Server 2012, 注意:安装Office Web Apps的服务器除了Office Web Apps之外,不能安装其他应用。包括不能安装Office,lync,,sharepoint等应用,即要单独部署。 安装IIS 7.0 打开服务器管理器 添加角色和功能 打开“添加角色和功能向导”界面,点击下一步 因为是基于本机安装,所以要选择“基于角色或者基于功能安装” 点击“下一步” 在服务器角色列表上选择“Web服务器” “下一步”,安装。 注意,在安装IIS的时候要安装Web服务器下面的“管理服务”, 或者按以下操作顺序运行命令: 以管理员身份运行PowerShell View Code 这段PowerShell的意思 是启用 Windows的相关的角色和功能,如墨迹手写服务,ASP.NET 4.5,IIS服务等。

SharePoint 2013之Office Web Apps Server(1)

浪子不回头ぞ 提交于 2020-03-22 09:07:52
在之前的“ Office 2013(Wave 15)来了 ”这篇“开箱文”中,曾经提到过,SharePoint 2013在整体的服务架构上变动不大,这其中有一个最大的特例,就是这个Office Web Apps Server。 所谓天下大势,分久必合、合久必分。想当初SharePoint 2007时代一个独立的产品Performance Point Server,到了SharePoint 2010的时代,直接就内嵌进来变成了Performance Point Service;SharePoint 2010时代作为一个独立产品还卖得挺贵的FAST Search for SharePoint,到了SharePoint 2013时代,其功能几乎全部整合到了Enterprise Search中。而今天的主角,在SharePoint 2010时代虽然也是一个独立的产品(Office Web Apps),但是它是作为SharePoint 2010的一个附庸品出现的,在SharePoint中是Service的“小三”地位,到了今天,摇身一变,被扶正“上位”,成了Server。 如果你还不知道Office Web Apps这个东西是干什么用的,那么用一句话解释:这个产品是允许用户使用浏览器对Office文档进行查看和简单的编辑。包括Word(doc和docx系列)、Excel(xlsx系列)