Skip to content

msnraju/sp-document-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handling SharePoint Documents in Business Central

This repository contains a sample project that integrates Business Central with SharePoint.

This project is using "Generic OAuth 2.0 Library" as a dependency for Microsoft Graph API Authentication Token.

"Online Drives" ( page 50115 )

This page connects with the SharePoint root site and shows list of document libraries available in the root site.

drives

You can also navigate through folders and files by clicking on the drive name.

"Online Drive Items" ( page 50116 )

This page connects with the SharePoint document library and displays list of folders and files in that library.

drives

You can perform the following operations:

  • Create a new folder
  • Upload a file
  • Download a file (click on the file name)
  • Delete a folder / file

Code in Action

SharePoint Connect

For more information go to msnJournals.com