Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Attachment issue in Groups
We are using the version v1.0 endpoint (https://graph.microsoft.com/v1.0/groups/{groupID}/drive/items/{attachmentID}/content) which was working perfectly, but for a few days we are getting issues reported from customers of not getting their attachments sent to our services from Teams.
When a user uploads an attachment, we use it to get the attachment details through the endpoint I've mentioned, but it is not working now. It keeps on returning 404. I wonder if there is any change made on this API.
Can you please review it urgently? as we are getting issues reported by customers
This is what I received when trying to find the attachment manually,
{
"error": {
"code": "itemNotFound",
"message": "The resource could not be found.",
"innerError": {
"date": "2021-10-08T07:03:53",
"request-id": "c8452568-7673-4578-a43f-7daa5b529f70",
"client-request-id": "c8452568-7673-4578-a43f-7daa5b529f70"
}
}
}
Microsoft Teams | Development
Microsoft Teams | Microsoft Teams for business | Other
Additional features, settings, or issues not covered by specific Microsoft Teams categories