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"]
}

本文标签: