Skip to content

maximrub/sharepoint-online-tasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharePointOnlineTasker

SharePointOnlineTasker is .NET Core console application which performs tasks (sets of actions) on files stored in the connected Office 365 group.

Prerequisites

Create a new App registrations.

Careate a new App registrations in Azure's Acitve Directory, and add 'http://localhost' to it's Redirect URIs.

Configure the takser.

fill the info for fowwilowing fields in appsettings.json:

  • AppRegistration:TenantId
  • AppRegistration:ClientId
  • GroupName
  • DriveName
  • LocalRoot

Getting Started

Just add an implementation of the IDriveFileTask interface per operation, and it will be auto discoverd and executed per file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages