Forum Discussion
omer-astrix
Apr 01, 2024Copper Contributor
Getting BadRequest on UploadDocumentContentRequest when trying to update custom app
Hello I'm trying to update a custom app in teams admin center, and get the following error: {
"error": {
"code": "BadRequest",
"message": "Failed to execute AMS backend requ...
omer-astrix
Apr 11, 2024Copper Contributor
This is still happens
The mainfest:
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
"version": "1.0.3",
"manifestVersion": "1.16",
"id": ...,
"packageName": "com.package.name",
"name": {
"short": ...,
"full": ""
},
"developer": {
"name": ...,
"mpnId": "",
"websiteUrl": ...,
"privacyUrl": ...,
"termsOfUseUrl": ...
},
"description": {
"short": ...,
"full": ...
},
"icons": {
"outline": "outline.png",
"color": "color.png"
},
"accentColor": "#0084ff",
"bots": [
{
"botId": ...,
"scopes": [
"team"
],
"isNotificationOnly": false,
"supportsCalling": false,
"supportsVideo": false,
"supportsFiles": false
}
],
"validDomains": [],
"webApplicationInfo": {
"id": ...,
"resource": ""
},
"devicePermissions": [
"notifications"
],
"authorization": {
"permissions": {
"resourceSpecific": [
{
"name": "TeamsActivity.Send.Group",
"type": "Application"
}
]
}
}
}
ChetanSharma-msft
Microsoft
Apr 16, 2024Hello omer-astrix - Thanks for raising your query.
Please share complete manifest, so that we can directly upload and test it.
Also, please let us know the repro steps if any.
Please share complete manifest, so that we can directly upload and test it.
Also, please let us know the repro steps if any.