问题标签 [office365-apps]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
asp.net-mvc - 对象引用未设置为实例 Office 365 api
我正在尝试将文件列表从 OneDrive 拉到列表中,并使用 MVC 应用程序将其显示到视图中。这是我第一次尝试,所以如果我遗漏了一些明显的东西,我深表歉意。我得到一个对象引用未设置为对象错误的实例。这是我的代码
这是错误代码:
windows-store-apps - 在 Windows 商店开发中使用不同的租户以编程方式登录到 Office 365
我正在开发 Windows 8.1 商店应用程序。该应用程序集成了“Office 365 API 客户端库”,通过此链接告知:<a href="http://blogs.office.com/2014/08/05/office-365-api-tool-visual- studio-2013-summer-update/" rel="nofollow">http://blogs.office.com/2014/08/05/office-365-api-tool-visual-studio-2013-summer-update/
根据上面的链接,我创建了一个 Office 365 免费试用帐户,默认 Office 365 帐户将有一个管理员租户,并成功运行此管理员租户的演示: http: //code.msdn.microsoft.com/windowsapps/ Office-365-APIs-Get-41eebcdf
然后我在我的办公室 365 管理中心创建其他租户。但是当我重新运行演示并使用新租户登录时,我被拒绝了
错误信息:“抱歉,我们无法让您登录。我们收到了错误的请求。” 和
错误代码:“AADSTS50020:由于缺乏权限,调用主体无法同意。”
那么如何通过我的商店应用程序为不同的帐户登录office365?
asp.net-mvc - asp.mvc 2项目可以和office 365一起工作吗
我有 asp.net mvc 2 项目。现在有一个要求,我需要在 Office 365 中存储文档并允许它在 windows tab 或 windows phone 中访问 office 365?是否可以从 asp.net mvc 2 项目中编写这些文档,还是应该编写单独的新应用程序来使用 office 365 api?
请指导。提前致谢。
sharepoint-2013 - 有什么方法可以隐藏本地应用程序的“Office 新应用程序”警告?
我终于创建了我的第一个 Office 应用程序,并说服 IT 将其部署到我们的本地 SharePoint 应用程序目录中。在 SharePoint 2013 中,是否有任何方法可以隐藏/绕过首次访问该页面的人员的安全对话框?
这是我正在谈论的对话框,
php - 使用回调令牌的 PHP EWS
有没有人使用 EWS 回调令牌而不是用户名/密码对来自 PHP 的 EWS SOAP 请求进行身份验证?我一直在查看当您在 google 上搜索时出现的PHP-EWS项目,但据我所知,它仅支持用户名/密码身份验证。
这是一个关于如何做我想做的事情的例子,但它使用 C# 而不是 PHP,我不知道如何将这里发生的事情翻译成我可以在 PHP 中使用的东西。 http://msdn.microsoft.com/en-us/library/dn148008(v=office.15)
我正在开发一个 Outlook 邮件应用程序,它允许我的用户将他们正在查看的当前电子邮件保存到我们链接到特定客户端的数据库中。我实际上正在重建几年前最初使用 VB.net 构建的旧 Outlook 加载项。用于 Outlook 加载项的新体系结构允许您构建在桌面、移动和 OWA 上的 Outlook 中运行的应用程序。不幸的是,新架构不允许直接访问应用程序本身内的邮件项目。相反,您应该在应用程序中使用 getCallbackTokenAsync 方法来获取令牌,该令牌与 EWS url 和项目 ID 一起传递到基于 Web 的后端,以便后端可以直接向 Exchange 服务器发出 SOAP 请求以从中获取属性邮件项目,例如附件。
sharepoint - 使用 Visual Studio for Office 365 将 SharePoint 工作流连接到主机列表
我正在使用 Office 365
使用 Visual Studio 2012 我可以创建一个连接到主机 Web 中的主机列表而不是应用程序 Web 中的列表的工作流项目。
我可以在不使用远程事件接收器和 Windows azure 服务的情况下实现这一点吗?是否有任何解决此问题的方法。
outlook - 可以自动打开 Outlook 应用程序吗?
我已经构建了一个 Outlook 应用程序(适用于 Office 2013),它显示有关我正在向其写电子邮件的人的信息。但是,似乎每次撰写新消息时,我都必须单击应用程序,然后单击我的应用程序才能真正启用该功能。有没有办法强制 Outlook 在我开始撰写邮件后立即自动触发我的应用程序?还是我必须编写一个更传统的插件(而不是这种新的 javascript 插件样式)才能让它工作?
office365 - 为什么我的 Mail App for Office 显示在 Outlook Online 中,但没有显示在我安装的 Outlook 客户端中?
我为办公室开发了一个邮件应用程序。
它显示在我的浏览器中的 Office 365 Outlook 中,但未显示在我安装的客户端中。
但在我安装的客户端中,它看起来像这样。即应用程序未显示:
我查看了管理应用程序等,但找不到任何设置来强制它显示在我安装的客户端中。
有任何想法吗?
这是我的清单:
请注意,这不是一个真正的应用程序,而更像是一个“尝试”应用程序。
好的,这是我的 Office 版本:
这是我更新的清单文件,因为@andrews 要求我删除正则表达式规则以简化故障排除:
我卸载了该应用程序,重新启动了所有内容,但我仍然无法在我的 Outlook 桌面客户端中看到它。
谢谢拉斯
visual-studio-2013 - Publishing Office365 API app into customer's Active Directory
I have developed an ASP.NET MVC5 app for Office365 using latest update of the Office 365 API Tools for Visual Studio. The app works fine with my own development Office365 site.
I understand that Visual Studio has registered the app in my Active Directory for me. What I don't understand is how I am supposed to allow my customers to use this app with theirs Office 365 installations.
Somehow they are supposed to register the app in their Active Directory - that is the step I don't know how to explain to them.
Is there an automated way to provision the app registration to a customer's Active Directory?
The same way Visual Studio did it when I started the development? How did it do that? Through what kind of API?
yammer - Integrating Yammer Feed on SharePoint online (O365 Multi-tenant)
I'm working on a SharePoint online (O365 Multi-tenant) environment and trying to integrate Yammer feed into the SharePoint site. SharePoint sites are authenticated to the users thru their AD account(/credentials) while Yammer credentials are not (Yammer username is same as the user's email address in AD but the password is different). This scenario is not allowing me to perform single-sign on. Hence, I've resorted to have a service account that will always be used pull the yammer feed on the SharePoint site, irrespective of the user logged in to the SharePoint site.
From my study and understanding so far, embedding yammer script is not really a viable option in my case (because it would always present the login button to the user or take the cached yammer credentials from the browser). My objective is to by pass this for users when they view the SharePoint page, but when they post or reply to yammer network from the SharePoint site feed, they should not be challenged for credentials (or at the least should enter credentials only once). I'm trying to achieve this thru provider hosted SharePoint app. Any suggestions or ideas on how to achieve this?