<?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: help with c# in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/help-with-c/m-p/523518#M25466</link>
    <description>&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;But I still have a problem. When I calling this Task, I get an Error messege -&amp;nbsp;Dropbox.Api.ApiException`1: 'path/malformed_path/.'&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the parameters:&lt;/P&gt;&lt;P&gt;await &lt;STRONG&gt;ChunkUpload&lt;/STRONG&gt;(dbx, "&lt;EM&gt;/DropBoxFolder&lt;/EM&gt;", &lt;EM&gt;"@(C:\Example\exampleFile.txt)"&lt;/EM&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;with or without&amp;nbsp;@, it still doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What shuold i do?&lt;/P&gt;</description>
    <pubDate>Sun, 30 May 2021 09:13:53 GMT</pubDate>
    <dc:creator>Ariel1359</dc:creator>
    <dc:date>2021-05-30T09:13:53Z</dc:date>
    <item>
      <title>help with c#</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/help-with-c/m-p/515486#M25267</link>
      <description>&lt;P&gt;HI!&lt;/P&gt;&lt;P&gt;I'm beginner in coding.&lt;/P&gt;&lt;P&gt;I'm using Visual Studio 2017 - windows forms, with c#.&lt;/P&gt;&lt;P&gt;I succeeded to upload and download files less than 150 MB.&lt;/P&gt;&lt;P&gt;Someone can help me with uploading and downloading files more than 150MB?&lt;/P&gt;&lt;P&gt;please!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry about my poor English..&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 11:37:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/help-with-c/m-p/515486#M25267</guid>
      <dc:creator>Ariel1359</dc:creator>
      <dc:date>2021-04-23T11:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: help with c#</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/help-with-c/m-p/515536#M25272</link>
      <description>&lt;P&gt;[Cross-linking for reference: &lt;A href="https://stackoverflow.com/questions/67369803/dropbox-api-with-c-sharp-upload-large-files" target="_blank"&gt;https://stackoverflow.com/questions/67369803/dropbox-api-with-c-sharp-upload-large-files&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We recommend using &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_self"&gt;the official Dropbox API v2 .NET SDK&lt;/A&gt;. With that, to download files of any size, you should use the &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; method. There's &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs#L430" target="_self"&gt;an example of that here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To upload files smaller than 150 MB, you can use the &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadAsync_1.htm" target="_self"&gt;UploadAsync&lt;/A&gt; method. There's &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs#L453" target="_self"&gt;an example of that here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To upload larger files, you need to use "upload sessions", starting with the &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadSessionStartAsync.htm" target="_self"&gt;UploadSessionStartAsync&lt;/A&gt; method. You can find &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs#L459" target="_self"&gt;an example of that here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 14:14:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/help-with-c/m-p/515536#M25272</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-05-03T14:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: help with c#</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/help-with-c/m-p/523518#M25466</link>
      <description>&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;But I still have a problem. When I calling this Task, I get an Error messege -&amp;nbsp;Dropbox.Api.ApiException`1: 'path/malformed_path/.'&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the parameters:&lt;/P&gt;&lt;P&gt;await &lt;STRONG&gt;ChunkUpload&lt;/STRONG&gt;(dbx, "&lt;EM&gt;/DropBoxFolder&lt;/EM&gt;", &lt;EM&gt;"@(C:\Example\exampleFile.txt)"&lt;/EM&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;with or without&amp;nbsp;@, it still doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What shuold i do?&lt;/P&gt;</description>
      <pubDate>Sun, 30 May 2021 09:13:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/help-with-c/m-p/523518#M25466</guid>
      <dc:creator>Ariel1359</dc:creator>
      <dc:date>2021-05-30T09:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: help with c#</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/help-with-c/m-p/523757#M25475</link>
      <description>&lt;P&gt;The third parameter to that ChunkUpload method is supposed to the "fileName" you want to upload the file as on Dropbox, which might look like "exampleFile.txt", for instance. You are instead supplying "C:\Example\exampleFile.txt" which is a local Windows file path, and not a valid Dropbox file name.&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 15:07:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/help-with-c/m-p/523757#M25475</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-05-31T15:07:48Z</dc:date>
    </item>
  </channel>
</rss>

