2

I'm using Microsoft Graph API to upload large files to sharepoint using createUploadSession endpoint.

Is there a way to give read permissions in upload process to a specific user or I have to use other endpoint for this?

Dragg
  • 83
  • 2
  • 11

1 Answers1

1

Yes it is possible to manage and change permissions of SharePoint online using Microsoft Graph API EndPoints: link

Permissions are managed separately through MS Graph End Points designated for permissions: link

Another stackover article on the same with slight different issue: link

Shahid Roofi Khan
  • 957
  • 1
  • 8
  • 19