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/...
0
votes
1
answer
129
views
How to Restore Deleted Files from SharePoint Embedded via Microsoft Graph API
We're currently exploring SharePoint Embedded for the first time and are building our integration using the Visual Studio Code extension.
One challenge we've run into is restoring deleted files.
We ...
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-...