3 questions
0
votes
0
answers
36
views
Prevent SharePoint Word documents from being opened in the desktop application
I'm working on a SharePoint Embedded solution which, among other things, creates Word document view/edit links using the Graph API endpoint createLink : https://learn.microsoft.com/en-us/graph/api/...
1
vote
1
answer
75
views
SharePoint REST API returns invalidRequest apiNotFound when registering Container Type
I am trying to call the SharePoint REST API to register a new SharePoint Embedded Container Type. I'm following the tutorial here: https://learn.microsoft.com/en-us/training/modules/sharepoint-...