Files from Azure Blob Storage to Dropbox 1.0.0
Efficiently automate file transfers from your specified Azure Blob Storage container to Dropbox with our seamless gem solution. This gem ensures secure, reliable file movement while maintaining data integrity. Easily configure transfer schedules and settings to suit your workflow. Ideal for businesses looking to streamline and simplify their data management processes. The uploaded files will be stored in a newly created folder labeled currentdate_ABSFiles
, ensuring organized and date-specific file management.
Setup Guide
This gem will receive files from Azure Blob Storage and upload them to Dropbox without the hassle of any tedious copy-paste work.
To run this gem and connect Azure Blob Storage to Dropbox, you need to configure the parameters mentioned below.
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.Source Folder
Required. Specify the path to the source folder ending with the trailing slash.Filter
Optional. Specify to filter the list of files.
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.Destination Folder
Required. Specify the path to the destination folder, ending with a trailing slash.
Note This gem only supports Shared Key authentication type for Azure Blob Storage.