{"id":10649,"date":"2023-11-05T10:28:32","date_gmt":"2023-11-05T10:28:32","guid":{"rendered":"https:\/\/zappysys.com\/blog\/?p=10649"},"modified":"2025-09-26T13:11:08","modified_gmt":"2025-09-26T13:11:08","slug":"download-files-google-drive-using-ssis","status":"publish","type":"post","link":"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/","title":{"rendered":"How to download files from Google Drive using SSIS"},"content":{"rendered":"<h2>Introduction<\/h2>\n<p><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-11097\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo-150x150.png\" alt=\"\" width=\"106\" height=\"100\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo-300x284.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo-768x727.png 768w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo.png 980w\" sizes=\"(max-width: 106px) 100vw, 106px\" \/><\/a>In today&#8217;s data-driven world, the ability to seamlessly integrate and transfer files between different platforms is crucial for efficient business operations. If you&#8217;re a user of SQL Server Integration Services (SSIS) and looking to integrate Google Drive into your data workflow, you&#8217;re in luck. ZappySys SSIS PowerPack offers a powerful <a href=\"https:\/\/zappysys.com\/api\/integration-hub\/google-drive-connector\/\">Google Drive Connector<\/a> that makes downloading files from Google Drive a breeze. In this guide, we&#8217;ll walk you through the process of downloading files from Google Drive using SSIS and the <a href=\"https:\/\/zappysys.com\/api\/integration-hub\/google-drive-connector\/ssis\">ZappySys SSIS PowerPack Google Drive Connector<\/a>.<\/p>\n<div class=\"content_block\" id=\"custom_post_widget-2523\"><h2><span id=\"Prerequisites\">Prerequisites<\/span><\/h2>\r\nBefore we perform the steps listed in this article, you will need to make sure the following prerequisites are met:\r\n<ol style=\"margin-left: 1.5em;\">\r\n \t<li><abbr title=\"SQL Server Integration Services\">SSIS<\/abbr> designer installed.\u00a0Sometimes it is referred to as <abbr title=\"Business Intelligence Development Studio\">BIDS<\/abbr> or <abbr title=\"SQL Server Data Tools\">SSDT<\/abbr> (<a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/ssdt\/download-sql-server-data-tools-ssdt\" target=\"_blank\" rel=\"noopener\">download it from the Microsoft site<\/a>).<\/li>\r\n \t<li>Basic knowledge of SSIS package\u00a0development using\u00a0<em>Microsoft SQL Server Integration Services<\/em>.<\/li>\r\n \t<li>Make sure\u00a0<span style=\"text-decoration: underline;\"><a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/\" target=\"_blank\" rel=\"noopener\">ZappySys SSIS PowerPack<\/a><\/span>\u00a0is installed (<a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/download\/\" target=\"_blank\" rel=\"noopener\">download it<\/a>, if you haven't already).<\/li>\r\n \t<li>(<em>Optional step<\/em>)<em>.<\/em>\u00a0<a href=\"https:\/\/zappysys.zendesk.com\/hc\/en-us\/articles\/360035974593\" target=\"_blank\" rel=\"noopener\">Read this article<\/a>, if you are planning to deploy packages to a server and schedule their execution later.<\/li>\r\n<\/ol><\/div>\n<h2>Download files from Google Drive with SSIS:<\/h2>\n<p>In this section, we will learn how to configure and use Google Drive Connector in the API Source &amp; API Destination to download files from Google Drive.<\/p>\n<ol>\n<li>Begin with opening Visual Studio and Creating a New Project.<\/li>\n<li>Select Integration Service Project and in the new project window set the appropriate name and location for the project. Click OK.<\/li>\n<li>In the new SSIS project screen you will find the following:\n<ol style=\"list-style-type: lower-alpha;\">\n<li>SSIS ToolBox on the left sidebar<\/li>\n<li>Solution Explorer and Property Window on the right bar<\/li>\n<li>Control flow, data flow, event Handlers, Package Explorer in tab windows<\/li>\n<li>Connection Manager Window at the bottom<\/li>\n<\/ol>\n<p><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/zappysys-ssis-project-with-toolbox.png\">-`<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-10258\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/zappysys-ssis-project-with-toolbox-1024x653.png\" alt=\"zappysys ssis project with toolbox\" width=\"700\" height=\"447\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/zappysys-ssis-project-with-toolbox-1024x653.png 1024w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/zappysys-ssis-project-with-toolbox-300x191.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/zappysys-ssis-project-with-toolbox-768x490.png 768w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/zappysys-ssis-project-with-toolbox.png 1287w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/a><br \/>\n<div class=\"su-note\"  style=\"border-color:#e5dd9d;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\"><div class=\"su-note-inner su-u-clearfix su-u-trim\" style=\"background-color:#fff7b7;border-color:#ffffff;color:#333333;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\"><strong>NOTE<\/strong>: If you don&#8217;t see ZappySys SSIS PowerPack Task or Components in the SSIS Toolbox, please refer to <a href=\"https:\/\/zappysys.zendesk.com\/hc\/en-us\/articles\/115004935754-I-don-t-see-PowerPack-components-in-SSIS-Toolbox\">this help link<\/a>.<\/div><\/div><\/li>\n<li>Now, Drag and Drop the SSIS Data Flow Task from the SSIS Toolbox. Double-click on the Data Flow Task to see the Data Flow Designer.<br \/>\n<a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/drag-and-drop-data-flow-task.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10260\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/drag-and-drop-data-flow-task.png\" alt=\"\" width=\"460\" height=\"155\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/drag-and-drop-data-flow-task.png 460w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/drag-and-drop-data-flow-task-300x101.png 300w\" sizes=\"(max-width: 460px) 100vw, 460px\" \/><\/a><\/li>\n<li>From the SSIS toolbox drag and drop API Source (Predefined Templates) on the data flow designer surface, and double-click on it to edit it:<br \/>\n<a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/ssis-api-source-drag-and-drop.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10262\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/ssis-api-source-drag-and-drop.jpg\" alt=\"\" width=\"659\" height=\"292\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/ssis-api-source-drag-and-drop.jpg 659w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/ssis-api-source-drag-and-drop-300x133.jpg 300w\" sizes=\"(max-width: 659px) 100vw, 659px\" \/><\/a><\/li>\n<li>Select <strong>New Connection<\/strong> to create a new connection:<br \/>\n<a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/ssis-api-source-new-connection.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10263\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/ssis-api-source-new-connection.png\" alt=\"\" width=\"684\" height=\"643\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/ssis-api-source-new-connection.png 684w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/08\/ssis-api-source-new-connection-300x282.png 300w\" sizes=\"(max-width: 684px) 100vw, 684px\" \/><\/a><\/li>\n<\/ol>\n<h2>Configuring the Google Drive Connector<\/h2>\n<ol>\n<li>Use a preinstalled Google Drive Connector from the Popular Connector List or press the Search Online radio button to download Google Drive Connector. Once downloaded simply use it in the configuration:<br \/>\n<a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-template-selection-googledrive-walkthrough.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10354\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-template-selection-googledrive-walkthrough.png\" alt=\"ssis googledrive template selection walkthrough\" width=\"781\" height=\"686\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-template-selection-googledrive-walkthrough.png 781w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-template-selection-googledrive-walkthrough-300x264.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-template-selection-googledrive-walkthrough-768x675.png 768w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/><\/a><\/li>\n<li>Proceed with selecting the desired Authentication Type. Then select API Base URL (in most cases default one is the right one). Finally, fill in all the required parameters and set optional parameters if needed.<\/li>\n<li>After configuring all the required properties in the API Connection Manager, please click on the &#8220;Test Connection&#8221; button to confirm that the connection is established successfully.<br \/>\n<h3>Method1: Connect to Google Drive using User Account [OAuth]<\/h3>\n<p>You may press a link <a href=\"https:\/\/zappysys.com\/api\/integration-hub\/google-drive-connector\/help\/authentication\/OAuth\"><strong>Steps to Configure<\/strong><\/a> which will help set certain parameters.<\/p>\n<div id=\"attachment_10355\" style=\"width: 876px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-api-source-googledrive-generate-token.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-10355\" class=\"size-full wp-image-10355\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-api-source-googledrive-generate-token.png\" alt=\"SSIS API Source - Generate Token - Google Drive with User Account\" width=\"866\" height=\"773\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-api-source-googledrive-generate-token.png 866w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-api-source-googledrive-generate-token-300x268.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-api-source-googledrive-generate-token-768x686.png 768w\" sizes=\"(max-width: 866px) 100vw, 866px\" \/><\/a><p id=\"caption-attachment-10355\" class=\"wp-caption-text\">SSIS API Source &#8211; Generate Token &#8211; Google Drive with User Account<\/p><\/div>\n<h3>Method2: Connect to Google Drive using Service Account [OAuth]<\/h3>\n<p>You may press a link <a href=\"https:\/\/zappysys.com\/api\/integration-hub\/google-drive-connector\/help\/authentication\/ServiceAccount\"><strong>Steps to Configure<\/strong><\/a> which will help set certain parameters.<\/p>\n<div id=\"attachment_10353\" style=\"width: 876px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-api-source-googledrive-serviceaccount-generate-token.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-10353\" class=\"size-full wp-image-10353\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-api-source-googledrive-serviceaccount-generate-token.png\" alt=\"SSIS API Source - Generate Token - Google Drive with Service Account\" width=\"866\" height=\"773\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-api-source-googledrive-serviceaccount-generate-token.png 866w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-api-source-googledrive-serviceaccount-generate-token-300x268.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/09\/ssis-api-source-googledrive-serviceaccount-generate-token-768x686.png 768w\" sizes=\"(max-width: 866px) 100vw, 866px\" \/><\/a><p id=\"caption-attachment-10353\" class=\"wp-caption-text\">SSIS API Source &#8211; Generate Token &#8211; Google Drive with Service Account<\/p><\/div><\/li>\n<\/ol>\n<h2>How to download a single file from Google Drive<\/h2>\n<p>In the API Source Component, we&#8217;ve chosen the API Connection Manager. Next, we need to configure the remaining properties of the component to download the single file from Google Drive.<\/p>\n<ol>\n<li>Choose the <strong>Download a file<\/strong> endpoint from the &#8220;Select Table\/Endpoint&#8221; dropdown menu.<\/li>\n<li>To access detailed API documentation for downloading files, you can click on the following link: <a href=\"https:\/\/developers.google.com\/drive\/api\/reference\/rest\/v3\/files\/get\"><strong>Help for: Download a File<\/strong><\/a>.<\/li>\n<li>Please choose a File ID from the drop-down menu to indicate which file you wish to download. This is an essential parameter for the download process.<\/li>\n<li>Please indicate the desired filename for the file being downloaded by setting the <strong>FileName<\/strong> parameter.<\/li>\n<li>If you intend to replace the local file with the one being downloaded, please select the &#8216;<strong>AlwaysOverwrite<\/strong>&#8216; option from the dropdown menu labeled &#8216;<strong>FileOverwriteMode<\/strong>&#8216;. Alternatively, you can choose &#8216;FileIfExists&#8217; or &#8216;SkipIfExists&#8217; based on your specific needs.<\/li>\n<\/ol>\n<p>Please refer to the sample screenshot below.<\/p>\n<div id=\"attachment_10690\" style=\"width: 896px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-source-googledrive-single-file-download.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-10690\" class=\"wp-image-10690 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-source-googledrive-single-file-download.png\" alt=\"SSIS API Source - Google Drive - Download Single File\" width=\"886\" height=\"603\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-source-googledrive-single-file-download.png 886w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-source-googledrive-single-file-download-300x204.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-source-googledrive-single-file-download-768x523.png 768w\" sizes=\"(max-width: 886px) 100vw, 886px\" \/><\/a><p id=\"caption-attachment-10690\" class=\"wp-caption-text\">SSIS API Source &#8211; Google Drive &#8211; Download Single File<\/p><\/div>\n<p>Once you have configured all the mentioned properties above, please click on the &#8220;Preview Data&#8221; button to initiate the API call. With just a few clicks, we have successfully configured the call to Google Drive using the <strong>ZappySys Google Drive Connector<\/strong> for downloading a Single file from Google Drive.<\/p>\n<h2>How to download multiple files from Google Drive<\/h2>\n<p>In the API Destination Component, we have chosen the API Connection Manager. Now, we must proceed to configure the remaining properties of the component to facilitate the download of multiple files from Google Drive. Additionally, we should make use of an OLE DB Source and Derived Column component to map the files for the download process.<\/p>\n<ol>\n<li>Drag and drop the OLE DB Source Component from the SSIS Toolbox. Double-click on the OLE DB Source Component to initiate its configuration.\n<div id=\"attachment_7289\" style=\"width: 515px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/06\/oledb-source-drag-and-drop.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-7289\" class=\"wp-image-7289 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/06\/oledb-source-drag-and-drop.png\" alt=\"OLE DB Source - Drag and Drop\" width=\"505\" height=\"190\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/06\/oledb-source-drag-and-drop.png 505w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2019\/06\/oledb-source-drag-and-drop-300x113.png 300w\" sizes=\"(max-width: 505px) 100vw, 505px\" \/><\/a><p id=\"caption-attachment-7289\" class=\"wp-caption-text\">OLE DB Source &#8211; Drag and Drop<\/p><\/div><\/li>\n<li>Create a new OLE DB Connection Manager and configure your SQL Server settings for the connection. Next, select the Data access mode, specify the name of the table or view, or write an SQL Command. Afterward, click on the &#8216;Preview&#8217; button to view a preview and check the &#8216;Columns&#8217; tab for the source columns.\n<div id=\"attachment_10693\" style=\"width: 835px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-oledb-source-read-googledrive-filesdata-sql.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-10693\" class=\"size-full wp-image-10693\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-oledb-source-read-googledrive-filesdata-sql.png\" alt=\"SSIS OLE DB Source - Configure SQL Connection and fetch the table data\" width=\"825\" height=\"717\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-oledb-source-read-googledrive-filesdata-sql.png 825w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-oledb-source-read-googledrive-filesdata-sql-300x261.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-oledb-source-read-googledrive-filesdata-sql-768x667.png 768w\" sizes=\"(max-width: 825px) 100vw, 825px\" \/><\/a><p id=\"caption-attachment-10693\" class=\"wp-caption-text\">SSIS OLE DB Source &#8211; Configure SQL Connection and fetch the table data<\/p><\/div><\/li>\n<li>Next, drag and drop the Derived Column Component from the SSIS Toolbox. Double-click on the Derived Column Component to begin its configuration.\n<div id=\"attachment_10219\" style=\"width: 503px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2020\/12\/ssis-drag-and-drop-derived-column.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-10219\" class=\"size-full wp-image-10219\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2020\/12\/ssis-drag-and-drop-derived-column.png\" alt=\"Drag and drop the Derived Column\" width=\"493\" height=\"345\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2020\/12\/ssis-drag-and-drop-derived-column.png 493w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2020\/12\/ssis-drag-and-drop-derived-column-300x210.png 300w\" sizes=\"(max-width: 493px) 100vw, 493px\" \/><\/a><p id=\"caption-attachment-10219\" class=\"wp-caption-text\">Drag and drop the Derived Column<\/p><\/div><\/li>\n<li>Now, add a new Derived Column by setting the expression to concatenate FilePath and FileName. Click &#8216;OK&#8217; to save the configuration.\n<div id=\"attachment_10695\" style=\"width: 869px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-derived-column-add-newcolumn-set-expression.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-10695\" class=\"wp-image-10695 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-derived-column-add-newcolumn-set-expression.png\" alt=\"SSIS Derived Column - Add New Column &amp; Set Expression\" width=\"859\" height=\"622\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-derived-column-add-newcolumn-set-expression.png 859w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-derived-column-add-newcolumn-set-expression-300x217.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-derived-column-add-newcolumn-set-expression-768x556.png 768w\" sizes=\"(max-width: 859px) 100vw, 859px\" \/><\/a><p id=\"caption-attachment-10695\" class=\"wp-caption-text\">SSIS Derived Column &#8211; Add New Column &amp; Set Expression<\/p><\/div><\/li>\n<li>Now, drag and drop the API Destination Component from the SSIS Toolbox. Double-click on the API Destination Component to begin its configuration.\n<div id=\"attachment_10697\" style=\"width: 879px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-drag-and-drop.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-10697\" class=\"wp-image-10697 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-drag-and-drop.png\" alt=\"Drag and Drop the SSIS API Destination Component\" width=\"869\" height=\"548\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-drag-and-drop.png 869w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-drag-and-drop-300x189.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-drag-and-drop-768x484.png 768w\" sizes=\"(max-width: 869px) 100vw, 869px\" \/><\/a><p id=\"caption-attachment-10697\" class=\"wp-caption-text\">Drag and Drop the SSIS API Destination Component<\/p><\/div><\/li>\n<li>Double-click on the <strong>API Destination<\/strong> component to configure it for uploading multiple files to Google Drive.\n<ol style=\"list-style-type: lower-alpha;\">\n<li>Choose the <strong>Download a file<\/strong> endpoint from the &#8220;Select Table\/Endpoint&#8221; dropdown menu.<\/li>\n<li>To access detailed API documentation for downloading files, you can click on the following link: <a href=\"https:\/\/developers.google.com\/drive\/api\/reference\/rest\/v3\/files\/get\"><strong>Help for: Download File<\/strong><\/a>.<\/li>\n<li>Please specify the &#8216;FileOverwriteMode&#8217; option as &#8216;AlwaysOverwrite,&#8217; or you can choose &#8216;FailIfExists&#8217; or &#8216;SkipIfExists&#8217; options based on your requirements.<br \/>\nPlease refer to the sample screenshot below.<\/p>\n<div id=\"attachment_10700\" style=\"width: 816px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-configure-settingstab-download-multiplefile.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-10700\" class=\"wp-image-10700 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-configure-settingstab-download-multiplefile.png\" alt=\"SSIS API Destination Component - Configure Settings Tab\" width=\"806\" height=\"669\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-configure-settingstab-download-multiplefile.png 806w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-configure-settingstab-download-multiplefile-300x249.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-configure-settingstab-download-multiplefile-768x637.png 768w\" sizes=\"(max-width: 806px) 100vw, 806px\" \/><\/a><p id=\"caption-attachment-10700\" class=\"wp-caption-text\">SSIS API Destination Component &#8211; Configure Settings Tab<\/p><\/div><\/li>\n<li>Now, go to the Mappings tab and specify the source columns with the corresponding target properties.<br \/>\nNote: Here We&#8217;re mapping FileID with $$Id and FileNameWithPath with $$ResponseDataFile. You can create mappings based on your Source columns<br \/>\nPlease refer to the sample screenshot below<\/p>\n<div id=\"attachment_10699\" style=\"width: 646px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-configure-mappingstab-download-multiplefile.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-10699\" class=\"wp-image-10699 size-full\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-configure-mappingstab-download-multiplefile.png\" alt=\"SSIS API Destination Component - Configure Mappings Tab\" width=\"636\" height=\"442\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-configure-mappingstab-download-multiplefile.png 636w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/10\/ssis-api-destination-configure-mappingstab-download-multiplefile-300x208.png 300w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/><\/a><p id=\"caption-attachment-10699\" class=\"wp-caption-text\">SSIS API Destination Component &#8211; Configure Mappings Tab<\/p><\/div><\/li>\n<\/ol>\n<\/li>\n<li>Once you have configured all the mentioned properties above, please click on the &#8220;Preview Data&#8221; button from the Settings tab to initiate the API call. With just a few clicks, we have successfully configured the call to Google Drive using the ZappySys Google Drive Connector for downloading multiple files from Google Drive.<br \/>\nPlease refer to the sample screenshot below.<\/p>\n<div id=\"attachment_10705\" style=\"width: 1191px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/ssis-api-destination-download-multiplefiles-success.png\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-10705\" class=\"size-full wp-image-10705\" src=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/ssis-api-destination-download-multiplefiles-success.png\" alt=\"Download Multiple files from Google Drive\" width=\"1181\" height=\"381\" srcset=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/ssis-api-destination-download-multiplefiles-success.png 1181w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/ssis-api-destination-download-multiplefiles-success-300x97.png 300w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/ssis-api-destination-download-multiplefiles-success-768x248.png 768w, https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/ssis-api-destination-download-multiplefiles-success-1024x330.png 1024w\" sizes=\"(max-width: 1181px) 100vw, 1181px\" \/><\/a><p id=\"caption-attachment-10705\" class=\"wp-caption-text\">Download Multiple files from Google Drive<\/p><\/div><\/li>\n<\/ol>\n<h2>Conclusion<\/h2>\n<p>In this blog, we learned how to connect with Google Drive using SSIS API Connection Manager and download single or multiple files from Google Drive using a combination of SSIS components, including the <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-api-source\/\">SSIS API Source component<\/a>, <a href=\"https:\/\/zappysys.com\/products\/ssis-powerpack\/ssis-api-destination\/\">SSIS API Destination component<\/a>, OLE DB Source component, and Derived Column component.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction In today&#8217;s data-driven world, the ability to seamlessly integrate and transfer files between different platforms is crucial for efficient business operations. If you&#8217;re a user of SQL Server Integration Services (SSIS) and looking to integrate Google Drive into your data workflow, you&#8217;re in luck. ZappySys SSIS PowerPack offers a powerful Google Drive Connector that [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":11097,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[55,616,16,8],"tags":[620,156,12,621,617,622,4],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>How to download files from Google Drive using SSIS | ZappySys Blog<\/title>\r\n<meta name=\"description\" content=\"Easily download files from Google Drive using SSIS with ZappySys. Step-by-step guide to set up the Google Drive Connector or REST API Task for automated file downloads.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"How to download files from Google Drive using SSIS | ZappySys Blog\" \/>\r\n<meta property=\"og:description\" content=\"Easily download files from Google Drive using SSIS with ZappySys. Step-by-step guide to set up the Google Drive Connector or REST API Task for automated file downloads.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/\" \/>\r\n<meta property=\"og:site_name\" content=\"ZappySys Blog\" \/>\r\n<meta property=\"article:published_time\" content=\"2023-11-05T10:28:32+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-09-26T13:11:08+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"980\" \/>\r\n\t<meta property=\"og:image:height\" content=\"928\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"ZappySys\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ZappySys\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/\",\"url\":\"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/\",\"name\":\"How to download files from Google Drive using SSIS | ZappySys Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo.png\",\"datePublished\":\"2023-11-05T10:28:32+00:00\",\"dateModified\":\"2025-09-26T13:11:08+00:00\",\"author\":{\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35\"},\"description\":\"Easily download files from Google Drive using SSIS with ZappySys. Step-by-step guide to set up the Google Drive Connector or REST API Task for automated file downloads.\",\"breadcrumb\":{\"@id\":\"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/#primaryimage\",\"url\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo.png\",\"contentUrl\":\"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo.png\",\"width\":980,\"height\":928},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zappysys.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to download files from Google Drive using SSIS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zappysys.com\/blog\/#website\",\"url\":\"https:\/\/zappysys.com\/blog\/\",\"name\":\"ZappySys Blog\",\"description\":\"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zappysys.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35\",\"name\":\"ZappySys\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g\",\"caption\":\"ZappySys\"},\"url\":\"https:\/\/zappysys.com\/blog\/author\/hshah\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to download files from Google Drive using SSIS | ZappySys Blog","description":"Easily download files from Google Drive using SSIS with ZappySys. Step-by-step guide to set up the Google Drive Connector or REST API Task for automated file downloads.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/","og_locale":"en_US","og_type":"article","og_title":"How to download files from Google Drive using SSIS | ZappySys Blog","og_description":"Easily download files from Google Drive using SSIS with ZappySys. Step-by-step guide to set up the Google Drive Connector or REST API Task for automated file downloads.","og_url":"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/","og_site_name":"ZappySys Blog","article_published_time":"2023-11-05T10:28:32+00:00","article_modified_time":"2025-09-26T13:11:08+00:00","og_image":[{"width":980,"height":928,"url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo.png","type":"image\/png"}],"author":"ZappySys","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ZappySys","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/","url":"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/","name":"How to download files from Google Drive using SSIS | ZappySys Blog","isPartOf":{"@id":"https:\/\/zappysys.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/#primaryimage"},"image":{"@id":"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/#primaryimage"},"thumbnailUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo.png","datePublished":"2023-11-05T10:28:32+00:00","dateModified":"2025-09-26T13:11:08+00:00","author":{"@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35"},"description":"Easily download files from Google Drive using SSIS with ZappySys. Step-by-step guide to set up the Google Drive Connector or REST API Task for automated file downloads.","breadcrumb":{"@id":"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/#primaryimage","url":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo.png","contentUrl":"https:\/\/zappysys.com\/blog\/wp-content\/uploads\/2023\/11\/google_drive_logo.png","width":980,"height":928},{"@type":"BreadcrumbList","@id":"https:\/\/zappysys.com\/blog\/download-files-google-drive-using-ssis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zappysys.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to download files from Google Drive using SSIS"}]},{"@type":"WebSite","@id":"https:\/\/zappysys.com\/blog\/#website","url":"https:\/\/zappysys.com\/blog\/","name":"ZappySys Blog","description":"SSIS \/ ODBC Drivers \/ API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zappysys.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/c9dc782c929d0027e2e87e3951ce9d35","name":"ZappySys","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zappysys.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/076a738938c19d459fbfe125c759a0ea?s=96&d=mm&r=g","caption":"ZappySys"},"url":"https:\/\/zappysys.com\/blog\/author\/hshah\/"}]}},"_links":{"self":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/10649"}],"collection":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/comments?post=10649"}],"version-history":[{"count":15,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/10649\/revisions"}],"predecessor-version":[{"id":11098,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/posts\/10649\/revisions\/11098"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media\/11097"}],"wp:attachment":[{"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/media?parent=10649"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/categories?post=10649"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zappysys.com\/blog\/wp-json\/wp\/v2\/tags?post=10649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}