<?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: Download file with special characters in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/339884#M19712</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file name is "Tiny, Tone - (In DropBox) sample.pdf". Which is in my dropbox while downloading this file using Donwloadasync() it throws an error "path/malformed_path/".&lt;/P&gt;&lt;P&gt;I am using .Net Dropbox.API version 4.9.3.&lt;/P&gt;&lt;P&gt;Sample Code:&lt;/P&gt;&lt;P&gt;string folder = "Test";&lt;BR /&gt;string file = "Tiny, Tone - (In DropBox) sample.pdf";&lt;BR /&gt;using (var response = await dbx.Files.DownloadAsync("/" + folder + "/" + file))&lt;BR /&gt;{&lt;BR /&gt;using (var fileStream = File.Create(@"C:\" + "sample.pdf"))&lt;BR /&gt;{&lt;BR /&gt;(await response.GetContentAsStreamAsync()).CopyTo(fileStream);&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2019 05:58:05 GMT</pubDate>
    <dc:creator>kavayah</dc:creator>
    <dc:date>2019-04-17T05:58:05Z</dc:date>
    <item>
      <title>Download file with special characters</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/339722#M19709</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have problem while downloading the file using .net dropbox API. The file contains special charaters any suggestion how to download a file with special charaters using Dropbox API. While trying to download its saying "path/not_found/...".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Special Charecters&amp;nbsp; like&amp;nbsp;- (&amp;nbsp;.&amp;nbsp;)&amp;nbsp; exp : at - (some time . GSK) name.pdf&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:06:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/339722#M19709</guid>
      <dc:creator>kavayah</dc:creator>
      <dc:date>2019-05-29T09:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Download file with special characters</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/339745#M19711</link>
      <description>&lt;P&gt;I just tried this using&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_DownloadAsync_1.htm" target="_self"&gt;DownloadAsync&lt;/A&gt; (&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/d0b609bf7ca97051eb91f3802b49931389ba7404/dropbox-sdk-dotnet/Examples/SimpleBlogDemo/Controllers/EditController.cs#L50" target="_self"&gt;example here&lt;/A&gt;) and it worked correctly for me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;/P&gt;
&lt;P&gt;- the steps to reproduce the issue&lt;BR /&gt;- the name and version of the platform and SDK/library you are using&lt;BR /&gt;- the full text of the error/any output&lt;BR /&gt;- the relevant code snippet(s)&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 17:13:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/339745#M19711</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-16T17:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Download file with special characters</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/339884#M19712</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file name is "Tiny, Tone - (In DropBox) sample.pdf". Which is in my dropbox while downloading this file using Donwloadasync() it throws an error "path/malformed_path/".&lt;/P&gt;&lt;P&gt;I am using .Net Dropbox.API version 4.9.3.&lt;/P&gt;&lt;P&gt;Sample Code:&lt;/P&gt;&lt;P&gt;string folder = "Test";&lt;BR /&gt;string file = "Tiny, Tone - (In DropBox) sample.pdf";&lt;BR /&gt;using (var response = await dbx.Files.DownloadAsync("/" + folder + "/" + file))&lt;BR /&gt;{&lt;BR /&gt;using (var fileStream = File.Create(@"C:\" + "sample.pdf"))&lt;BR /&gt;{&lt;BR /&gt;(await response.GetContentAsStreamAsync()).CopyTo(fileStream);&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 05:58:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/339884#M19712</guid>
      <dc:creator>kavayah</dc:creator>
      <dc:date>2019-04-17T05:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Download file with special characters</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/339957#M19715</link>
      <description>&lt;P&gt;Is that the exact code you're running? I just tried it with v4.9.3 of the .NET SDK, and it worked fine for me.&lt;/P&gt;
&lt;P&gt;A &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Files_LookupError_MalformedPath.htm" target="_self"&gt;'malformed_path' error&lt;/A&gt; indicates that the supplied path isn't in a valid format. The path&amp;nbsp;"/&lt;SPAN&gt;Test&lt;/SPAN&gt;/&lt;SPAN&gt;Tiny, Tone - (In DropBox) sample.pdf" is valid though, which is why I'm wondering if this code isn't exactly the same as what's running in your app.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 14:03:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/339957#M19715</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-17T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Download file with special characters</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/340886#M19745</link>
      <description>&lt;P&gt;Yes it is the exact code i am running on my machine. I tried by removing "-" from the file then it worked for me.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 10:30:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/340886#M19745</guid>
      <dc:creator>kavayah</dc:creator>
      <dc:date>2019-04-23T10:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Download file with special characters</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/340934#M19746</link>
      <description>&lt;P&gt;I'm glad to hear you were able to get this working.&lt;/P&gt;
&lt;P&gt;It should work with a "-" in the filename though. I tried that and it did work for me.&lt;/P&gt;
&lt;P&gt;If you want to continue to try to get that working, please share a small sample project that reproduces the issue so we can reproduce and investigate it here.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 15:39:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-file-with-special-characters/m-p/340934#M19746</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-23T15:39:13Z</dc:date>
    </item>
  </channel>
</rss>

