<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ingesting data from Google Drive folder in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Ingesting-data-from-Google-Drive-folder/m-p/4938827#M14816</link>
    <description>&lt;P&gt;oh, so we need to change the url like the format you mentioned to allow Fabric to be able to download the files and read that file. Thank you!!! Your solution works.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jan 2026 02:09:43 GMT</pubDate>
    <dc:creator>bao_phan</dc:creator>
    <dc:date>2026-01-28T02:09:43Z</dc:date>
    <item>
      <title>Ingesting data from Google Drive folder</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Ingesting-data-from-Google-Drive-folder/m-p/4936467#M14800</link>
      <description>&lt;P&gt;Have anyone done this before ? I am just playing around, trying to ingest data (multiple csv flat files) into Microsoft Fabric. I tried to use HTTP protocol in Pipeline item, but it did not work and returned the error message below when I tried to preview the data, but somehow the test connection worked (really dunno why). For the url in source in copy action, I basically clicked on sharing file in Google Drive then chose the Copy link url option (I already set it as Anyone with the link can access it).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;EM&gt;Bad data is found at line 1 in source 698114d7-e4bb-49a6-ac35-198eca16bbae. You can ignore bad data by setting BadDataFound to null. IReader state: ColumnCount: 7255 CurrentIndex: 0 HeaderRecord: IParser state: ByteCount: 0 CharCount: 94853 Row: 1 RawRow: 1 Count: 7255 RawRecord: Hidden because ExceptionMessagesContainRawData is false. Activity ID: 06a3df44-14b7-4575-9540-4109372d9552&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Please let me know if you know any things that could help!!! Thank you.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Jan 2026 17:12:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Ingesting-data-from-Google-Drive-folder/m-p/4936467#M14800</guid>
      <dc:creator>bao_phan</dc:creator>
      <dc:date>2026-01-27T17:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting data from Google Drive folder</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Ingesting-data-from-Google-Drive-folder/m-p/4938726#M14806</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/833401"&gt;@bao_phan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The copy link gives you a URL that points to a web page, not the file that you're after. The HTTP activity finds it as a huge first row and throws that error. This is not an issue with connectivity, but the content of the URL being deciphered as a row, hence test connection succeeds!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The workaround is to change the URL into a downloadable direct file URL, so Fabric can download. Change the URL as per this -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Original (share) link looks like:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;A href="https://community.fabric.microsoft.com/" target="_blank"&gt;https://drive.google.com/file/d/&amp;lt;FILE_ID&amp;gt;/view?usp=sharing&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Convert to direct download:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;A href="https://community.fabric.microsoft.com/" target="_blank"&gt;https://drive.google.com/uc?export=download&amp;amp;id=&amp;lt;FILE_ID&amp;gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Use this in the HTTP connectors source. This should return the file content. This is explained here:&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://www.howtogeek.com/747810/how-to-make-a-direct-download-link-for-google-drive-files/" target="_blank"&gt;How to Make a Direct Download Link for Google Drive Files&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 21:43:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Ingesting-data-from-Google-Drive-folder/m-p/4938726#M14806</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-01-27T21:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting data from Google Drive folder</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Ingesting-data-from-Google-Drive-folder/m-p/4938827#M14816</link>
      <description>&lt;P&gt;oh, so we need to change the url like the format you mentioned to allow Fabric to be able to download the files and read that file. Thank you!!! Your solution works.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 02:09:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Ingesting-data-from-Google-Drive-folder/m-p/4938827#M14816</guid>
      <dc:creator>bao_phan</dc:creator>
      <dc:date>2026-01-28T02:09:43Z</dc:date>
    </item>
  </channel>
</rss>

