admin管理员组文章数量:1123927
I am trying to import Teams package to Teams Developer Portal. Getting this error while uploading and validating app package. Manifest version 1.16. Saw a lot of different sources and found nothing.
{
"$schema": ".19/MicrosoftTeams.schema.json",
"version": "1.0.2",
"manifestVersion": "1.19",
"id": "id",
"name": {
"short": "ProjectTime DEV",
"full": "Project Time tab DEV"
},
"developer": {
"name": "AAMC",
"mpnId": "",
"websiteUrl": "/",
"privacyUrl": "/",
"termsOfUseUrl": "/"
},
"description": {
"short": "ProjectTime DEV",
"full": "Project Time tab (dev version). Allows you to submit time to workday using your Calendar events from Outlook"
},
"icons": {
"outline": "outline-dev.png",
"color": "color-dev.png"
},
"accentColor": "#005cb9",
"validDomains": ["localhost:3000"],
"webApplicationInfo": {
"id": "app-id",
"resource": "iddd"
},
"bots": [],
"composeExtensions": [],
"staticTabs": [
{
"entityId": "index0",
"name": "ProjectTime DEV",
"contentUrl": "https://localhost:3000/review.html",
"websiteUrl": "https://localhost:3000/review.html",
"scopes": ["personal"]
}
],
"configurableTabs": [
{
"configurationUrl": "https://localhost:3000/taskpane-teams-config.html",
"canUpdateConfiguration": false,
"scopes": ["groupChat"],
"context": ["meetingDetailsTab"]
}
],
"permissions": ["identity"]
}
本文标签:
版权声明:本文标题:microsoft teams - Package Loading Failure Provided add-in package was not understood. Please, make sure that the file being subm 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736607756a1945369.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论