gpt4 book ai didi

azure - 如何开发 Office 365 自定义文件处理程序

转载 作者:行者123 更新时间:2023-12-03 04:27:03 28 4
gpt4 key购买 nike

我听说 Microsoft 为 Office 365 中的自定义(非 Microsoft)文件类型提供了文件处理程序加载项。

我尝试按照教程执行此操作,发现 here ,但是它似乎有点过时(尽管最后一次更新是在 2017 年 1 月),因为其中提到的几件事与我的环境不同 - 我在 Windows 10 上使用 Visual Studio 2015。

基本上这就是我想要实现的目标。我有一个带有 .encx 扩展名的自定义文件类型,它只是使用我们自己的加密算法加密的 docx 文件。我可以访问 Office 365 租户管理员帐户。我想让我们的用户能够在 OneDrive Web 界面中打开这个加密文件。

这是我的环境:
Microsoft Visual Studio Enterprise 2015 版本 14.0.25123.00 更新 2
微软.NET框架版本4.6.01586
Azure SDK v2.9.6

我基于 VS 2015 中 Office 类别中的文件处理程序应用程序模板创建了一个新的 Visual C# 项目。
我还为 Office 365 API 添加了连接服务。
由于我在 Azure 帐户上有免费试用订阅,因此我添加了所有必需的内容,例如 SQL 数据库服务器、SQL db、Azure Active Directory - 基本上是上述教程中解释的所有内容。然后我就发表了,发表成功了。我可以在浏览器中的 *.azurewebsites.net 上看到它,甚至可以登录。

我使用教程中所述的插件管理器示例 Azure 应用程序来更新插件设置,例如文件图标、预览/打开/新端点链接等,然后单击“更新”按钮。现在,我将一些 .encx 文件上传到 OneDrive 帐户,但它仍然不显示自定义图标,也不在自定义文件处理程序中打开它(它只是触发浏览器文件下载)。

我一直在为这个问题烦恼,因为我在网上找不到任何有用/详细的答案。

我非常需要 Microsoft 人员的帮助。

更新:

现在我有了一些进展 - 我可以看到自定义文件图标,.encx 文件现在尝试在选择它时将其显示为预览,并在单击它时在新选项卡中打开。
问题是 Preview, Open 适用于我的 localhost URL,但不适用于已发布的 Azure Web 服务 URL。它显示抱歉,出了点问题以及无效的 URL:|0。

Sorry, something went wrong - Invalid URL: |0.

更新 2:

以下是 Azure Web 服务应用程序的 list 文件:

{
"appId": "0afc5455-a05b-4cc1-b241-89c717d9bce4",
"appRoles": [],
"availableToOtherTenants": false,
"displayName": "MyFileHandler",
"errorUrl": null,
"groupMembershipClaims": null,
"homepage": "http://my***.azurewebsites.net/",
"identifierUris": [
"https://filevisor.net/MyFileHandler"
],
"keyCredentials": [],
"knownClientApplications": [],
"logoutUrl": null,
"oauth2AllowImplicitFlow": false,
"oauth2AllowUrlPathMatching": false,
"oauth2Permissions": [
{
"adminConsentDescription": "Allow the application to access MyFileHandler on behalf of the signed-in user.",
"adminConsentDisplayName": "Access MyFileHandler",
"id": "5b21f973-edd5-4ace-a369-cfff0ed3b8fa",
"isEnabled": true,
"type": "User",
"userConsentDescription": "Allow the application to access MyFileHandler on your behalf.",
"userConsentDisplayName": "Access MyFileHandler",
"value": "user_impersonation"
}
],
"oauth2RequirePostResponse": false,
"passwordCredentials": [
{
"customKeyIdentifier": null,
"endDate": "2018-02-02T05:22:35.7514025Z",
"keyId": "b19de090-a661-402f-8ae2-624f148ff6fd",
"startDate": "2017-02-02T05:22:35.7509019Z",
"value": null
}
],
"publicClient": false,
"replyUrls": [
"http://my***.azurewebsites.net/"
],
"requiredResourceAccess": [
{
"resourceAppId": "00000002-0000-0000-c000-000000000000",
"resourceAccess": [
{
"id": "311a71cc-e848-46a1-bdf8-97ff7156d8e6",
"type": "Scope"
}
]
},
{
"resourceAppId": "00000003-0000-0000-c000-000000000000",
"resourceAccess": [
{
"id": "17dde5bd-8c17-420f-a486-969730c1b827",
"type": "Scope"
}
]
}
],
"samlMetadataUrl": null,
"extensionProperties": [],
"objectType": "Application",
"objectId": "0bdea3fb-5ff7-4b8c-aa2c-6556a4c2ce46",
"deletionTimestamp": null,
"createdOnBehalfOf": null,
"createdObjects": [],
"manager": null,
"directReports": [],
"members": [],
"memberOf": [],
"owners": [],
"ownedObjects": []
}

最佳答案

我在 list 中没有看到“addIns”属性,如下所述:Configure and update file handlers in Office 365 。可能只是从下载的 list 副本中隐藏了此属性,但如果您尚未将此属性添加到 list 中,请添加它并查看是否有帮助。

关于azure - 如何开发 Office 365 自定义文件处理程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41997294/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com