This gem utilizes COZYROC's Microsoft Graph Connection to automate the transfer of files from Microsoft Teams Team/Group to a specified SharePoint library. It ensures secure and efficient synchronization of documents, leveraging the Microsoft Graph API for robust data handling. The solution simplifies file management, promoting streamlined workflows and enhanced collaboration within your organization. The uploaded files will be stored in a newly created folder labeled currentdate_TeamsFiles, ensuring organized and date-specific file management.
Setup Guide
This gem will receive files from Microsoft Teams and upload them to Sharepoint without the hassle of any tedious copy-paste work.
To run this integration and connect Microsoft Teams to Sharepoint, you need to configure the parameters that are mentioned below.
Microsoft Teams
Server HostRequired. Provide the relevant [Team/Group] identifier in the Server URL.Token FileRequired. Select the Rest Token file from the drop-down list. Review the KB-Article mentioned here on how to generate the token file.Source FolderRequired. Specify the path to the source folder, ending with a trailing slash.FilterOptional. Specify to filter the list of files.
Microsoft Graph
Server HostRequired. Default is set tohttps://graph.microsoft.com/v1.0/sites/rootwhen connecting to the default SharePoint instance. Set tohttps://graph.microsoft.com/v1.0/sites/<site-id>when connecting to a specific SharePoint instance.Token FileRequired. Select the Rest Token file from the drop-down list. Review the documentation article here on how to generate the token file.Destination FolderRequired. Specify the path to the destination folder, ending with a trailing slash.