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 Host
Required. Provide the relevant [Team/Group] identifier in the Server URL.Token File
Required. Select the Rest Token file from the drop-down list. Review the KB-Article mentioned here on how to generate the token file.Source Folder
Required. Specify the path to the source folder, ending with a trailing slash.Filter
Optional. Specify to filter the list of files.
Microsoft Graph
Server Host
Required. Default is set tohttps://graph.microsoft.com/v1.0/sites/root
when connecting to the default SharePoint instance. Set tohttps://graph.microsoft.com/v1.0/sites/<site-id>
when connecting to a specific SharePoint instance.Token File
Required. Select the Rest Token file from the drop-down list. Review the documentation article here on how to generate the token file.Destination Folder
Required. Specify the path to the destination folder, ending with a trailing slash.