Files from Dropbox to Azure Blob Storage 1.0.0
This gem enables seamless file transfers from Dropbox to Azure Blob Storage, providing a simple and secure way to manage data across platforms. It automates the transfer process, ensuring files are always synced and available in real time. By eliminating manual uploads, it improves efficiency and productivity. Perfect for teams looking to streamline cloud storage and ensure secure file management. 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 Azure Blob Storage without the hassle of any tedious copy-paste work.
To run this gem and connect Dropbox to Azure Blob Storage, 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.
Azure Blob Storage
Server Host
Required. Specify the storage account name in the server host URLhttps://[account].blob.core.windows.net
.Storage Account
Required. Specify the storage account name.Shared Key
Required. Specify the shared key.Destination Folder
Required. Specify the path to the destination folder ending with the trailing slash.
Note This gem only supports Shared Key authentication type for Azure Blob Storage.