Share via

Microsoft TeamsApp Graph API Error: Value cannot be null

Krishnanunni 5 Reputation points
2024-03-06T16:26:46.7133333+00:00

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"
        }
    }
}
Microsoft Security | Microsoft Graph

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-11-14T11:23:18.6966667+00:00

    Hey, I'm facing the same error. Any ideas?

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.