sharepoint online sharing
3 TopicsSharePoint Graph API Sharing Folder
I am currently creating a PowerApp for sharing files/folders in SharePoint. For sharing I am using the Graph API. I am using the following API endpoint: https://graph.microsoft.com/v1.0/sites/<site-ID>/drive/items/<item-ID>/invite Using the following body/JSON: { "recipients": [ { "objectId": "6a078e6c-cecd-4906-a1df-83f6fc1cbcae" } ], "message": "Here's the file that we're collaborating on.", "requireSignIn": true, "sendInvitation": true, "roles": [ "write" ] } For the Graph API, I created an app, with all the required delegated permissions. The authentication is done with a secret. So it works until the setting to limit external sharing to a Specific Group is set. Then I get the error message that sharing is disabled on the SharePoint site. Even though the app respectively the service principal is member in the group for external sharing. I know the following alternative, but it does not meet my requirements: Allow sharing only with existing guests and disable inviting guests by a normal user in Azure AD. Problem the sharing is possible with all existing guests. Does anyone have an idea how I can solve the problem or has any other suggestions?1.2KViews0likes0CommentsWhat happens to Files on Sharepoint for user who has left the company
Hi everyone, I have a SharePoint site in my company and I have been working on it with a colleague. My colleague has suddenly left the company, his user PID has been suspended and after 30 days it will be deleted completely. As we collaborated on the SharePoint site the majority of the files are within the SharePoint site, however, I am concerned that there may be docs/images that he might have uploaded directly from his computer/user profile and were not saved onto SharePoint. When his profile deletes in 30 days' time, if there are any docs/images that he owns that are currently on the site but were uploaded locally and not permanently saved on the site, will they remain on the SharePoint site or will they remove when his profile is deleted? Apologies if this is a stupid question or has been asked/answered before I have been searching and can't find anything but any clarity on this would be much appreciated. Thank you!24KViews0likes2CommentsWhy are there still two sharing dialogs for a file/folder?
Hello, I've been wondering why, when I want to share a file/folder in a SPO document library, I'm presented with two options that on the surface seem to accomplish the same thing. Through (1) I can create various sharing links and through (2) I can do the same or give direct unique permissions to a user/group. What's your take on this? Thanks for your replies.Solved1.3KViews0likes4Comments