5

In my SPA with ASP.NET Core backend, I want to create UI for uploading files that will be stored in Sharepoint 2016 hosted on premise.

I was just about to use C# CSOM, but it is only available for .NET Framework, not .NET 6.

I would use a REST API, but I can't find any sample on how to obtain authentication token. My Sharepoint site user forms based auth (username/password).

Liero
  • 25,216
  • 29
  • 151
  • 297

1 Answers1

0

If you wish to use CSOM to connect to your SharePoint 2016 on premise server, you can use this Nuget package which still works for .NET 6 (and 7)

TTCUE.NetCore.SharepointOnline.CSOM
Thomas
  • 41
  • 6