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 HostRequired. Specify the desired shop in the Shopify service URL.Shopify TokenRequired. Specify the Shopify token.Object ListRequired. This parameter accepts comma-separated values if you want to pull data from multiple Shopify objects, e.g. Order, Customer, Blog.Batch SizeRequired. The default is set to 200.Query ParameterOptional. Multiple query parameters are separated by a new line.CompressionOptional. The default is set to false.
Google Drive
Token FileRequired. 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 LocationRequired. Specify the path to the target location ending with a trailing slash.