<?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 SDK C# Read zip without downloading in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-C-Read-zip-without-downloading/m-p/514687#M25249</link>
    <description>&lt;P&gt;Hi, I'm try to read the content of a zip in dropbox without downloading using c#. But I'can't do it. Is It possible?,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I read a xml file and images without downloading, but with a zip I don't know how to read the content.&lt;/P&gt;
&lt;P&gt;Any one can share the code in c# or explain me in ditails how to do it?&lt;/P&gt;
&lt;P&gt;Thanks!!&lt;/P&gt;</description>
    <pubDate>Tue, 20 Apr 2021 09:18:01 GMT</pubDate>
    <dc:creator>David115</dc:creator>
    <dc:date>2021-04-20T09:18:01Z</dc:date>
    <item>
      <title>SDK C# Read zip without downloading</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-C-Read-zip-without-downloading/m-p/514687#M25249</link>
      <description>&lt;P&gt;Hi, I'm try to read the content of a zip in dropbox without downloading using c#. But I'can't do it. Is It possible?,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I read a xml file and images without downloading, but with a zip I don't know how to read the content.&lt;/P&gt;
&lt;P&gt;Any one can share the code in c# or explain me in ditails how to do it?&lt;/P&gt;
&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 09:18:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-C-Read-zip-without-downloading/m-p/514687#M25249</guid>
      <dc:creator>David115</dc:creator>
      <dc:date>2021-04-20T09:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: SDK C# Read zip without downloading</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-C-Read-zip-without-downloading/m-p/514811#M25252</link>
      <description>&lt;P&gt;Regardless of the file type, to access file data via &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_self"&gt;the Dropbox API v2 .NET SDK&lt;/A&gt;, you can use &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_DownloadAsync_1.htm" target="_self"&gt;the DownloadAsync method&lt;/A&gt;. That will give you a &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Stone_IDownloadResponse_1.htm" target="_self"&gt;IDownloadResponse&lt;/A&gt; you can use to access the file data via several methods. Exactly what you do with the data is up to you. You can save it to the local filesystem, for instance, but you are not required to. You could use &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Stone_IDownloadResponse_1_GetContentAsStreamAsync.htm" target="_self"&gt;GetContentAsStreamAsync&lt;/A&gt; to get a stream of the data and pass that directly to whatever you need to do with it instead, for example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/b5dff871d353c46dcdf61f0319a10be4ed0b8c0c/dropbox-sdk-dotnet/Examples/UniversalDemo/UniversalDemo/UniversalDemo.Shared/ViewModel/AppImage.cs#L75" target="_self"&gt;Here's some sample code&lt;/A&gt; that uses the stream to update an image in place, for example, instead of saving it locally.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case, it sounds like you'd need to pass it to some code that can handle zip data in place. That's a bit outside the scope of Dropbox API support though, so I can't offer much guidance on that exactly, but it looks like &lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.io.compression.deflatestream?view=net-5.0" target="_self"&gt;System.IO.Compression may support unzipping zip data from a stream&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 15:25:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-C-Read-zip-without-downloading/m-p/514811#M25252</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-04-20T15:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: SDK C# Read zip without downloading</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-C-Read-zip-without-downloading/m-p/515462#M25266</link>
      <description>&lt;P&gt;Thanks you so much!!&lt;/P&gt;&lt;P&gt;Finally I can access to the content of the zip in Dropbox, but the problem that I've got now it's that with the DownloadAsync method I download the zip and I don't want to download it, I only want to access to some files inside the zip stored in Dropbox. Is it possible to access to this files without the DownloadAsync&amp;nbsp; method, only with the route of the zip stored in my Dropbox?.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 08:31:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-C-Read-zip-without-downloading/m-p/515462#M25266</guid>
      <dc:creator>David115</dc:creator>
      <dc:date>2021-04-23T08:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: SDK C# Read zip without downloading</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-C-Read-zip-without-downloading/m-p/515525#M25269</link>
      <description>&lt;P&gt;No, unfortunately the Dropbox API doesn't offer the ability to list/download specific files from inside a zip archive stored on Dropbox, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 16:03:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-C-Read-zip-without-downloading/m-p/515525#M25269</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-04-23T16:03:59Z</dc:date>
    </item>
  </channel>
</rss>

