Share via

Attachment issue in Groups

Tarique Shamim 1 Reputation point
2021-11-23T17:16:11.42+00:00

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 | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

Microsoft Teams | Microsoft Teams for business | Other

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.