This gem seamlessly transfers files from Dropbox to SharePoint, enabling efficient document sharing and collaboration across platforms. By automating the file transfer process, it reduces manual workload and ensures real-time access to critical documents within SharePoint. The gem enhances productivity by providing a secure and reliable solution for managing files across cloud environments. It's an ideal choice for teams looking to streamline their workflows and improve document organization. The uploaded files will be stored in a newly created folder labeled currentdate_DropboxFiles
, ensuring organized and date-specific file management.
Setup Guide
This gem will receive files from Dropbox and upload them to Sharepoint without the hassle of any tedious copy-paste work.
To run this gem and connect Dropbox to Sharepoint, you need to configure the parameters mentioned below.
Dropbox
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.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.