Trying to copy Teams Channel POST to another Channel and cannot copy hostedContent
I have a Teams Channel where I need to copy the POSTS to another Channel. I am using MS Graph API. Trying to copy the HostedContent (3 embedded img tags) throws an error. Combined, they exceed the 4194304 stream size limit.
Get type information of a shared link
We are building a SharePoint files navigation experience with the Microsoft Graph API. We are including a feature in order to be able to copy/paste a link and let the app resolve the container or item.
Get type information of a shared link
We are building a SharePoint files navigation experience with the Microsoft Graph API. We are including a feature in order to be able to copy/paste a link and let the app resolve the container or item.
How to open an e-mail in edit mode (Microsoft Graph API)
The Situation:
Deleted contacts/todo items/calendar events create empty Message resource
As title says, whenever I remove a contact from my contact list, it’s moved to Deleted Items folder as an empty Message resource. This message is empty and its odata type is also message. This makes it impossible to differentiate between the deleted item is a contact or message.
How to use graph delta query to get changes in the last 12 months?
I want to use the Graph delta query to get any changed driveItems in the last 12 months, is this possible?
ms graph api send attachment in a chat message
I’m trying to send attachment in a teams chat message. For this purpose I use one drive to upload the file. Here is my code
ms graph api send attachment in a chat message
I’m trying to send attachment in a teams chat message. For this purpose I use one drive to upload the file. Here is my code
SingleValueExtendedProperty for MailFolder order coming up null
I have the following call to an MS-Graph account:
MS Graph API – filter on nested variables while including manager
I am trying to pull in all employees from MS Graph. This request works great once I add the header value ConsistencyLevel to Eventual.