Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm having issues with the Microsoft Update TeamsApp Graph API. When I try to upload a zip file using the API, I get the error message "Value cannot be null". However, this works fine when I upload using the GUI in the Teams admin portal. Here's the error message I'm receiving:
{
"error": {
"code": "BadRequest",
"message": "Value cannot be null. (Parameter 'entity')",
"innerError": {
"date": "2024-03-06T15:38:57",
"request-id": "186fccfa-78e7-4ab8-a860-1ab449efa6f6",
"client-request-id": "186fccfa-78e7-4ab8-a860-1ab449efa6f6"
}
}
}
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hey, I'm facing the same error. Any ideas?