Shopify objects data to Google Drive 1.0.0
This gem automates the secure transfer of Shopify object data to Google Drive which improves operational efficiency by reducing manual data handling.
Setup Guide
This gem will pull the data from each Shopify object specified in the Object List
parameter. The gem will then generate a CSV file for each object and upload all files to Google Drive leveraging Microsoft Graph API. The uploaded files will be named Object_currentdate
.
To run this integration and connect Shopify to Google Drive, you need to specify the parameters below.
Shopify
Server Host
Required. Specify the desired shop in the Shopify service URL.Shopify Token
Required. Specify the Shopify token.Object List
Required. This parameter accepts comma-separated values if you want to pull data from multiple Shopify objects, e.g. Order, Customer, Blog.Batch Size
Required. The default is set to 200.Query Parameter
Optional. Multiple query parameters are separated by a new line.Compression
Optional. The default is set to false.
Google Drive
Token File
Required. Select the Google Drive Rest Token file from the drop-down list. Review the KB-Article mentioned here on how to generate the token file.Target Location
Required. Specify the path to the target location ending with a trailing slash.