<?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: Create folder automatically during file uploading in C# using Dropbox Core API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-folder-automatically-during-file-uploading-in-C-using/m-p/167469#M6084</link>
    <description>&lt;P&gt;Cross-linking with&amp;nbsp;&lt;A href="http://stackoverflow.com/questions/37656680/create-folder-automatically-during-file-uploading-in-c-sharp-using-dropbox-core" rel="nofollow noreferrer"&gt;http://stackoverflow.com/questions/37656680/create-folder-automatically-during-file-uploading-in-c-sharp-using-dropbox-core&lt;/A&gt; on Stack Overflow.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2016 23:51:28 GMT</pubDate>
    <dc:creator>Steve M.</dc:creator>
    <dc:date>2016-06-06T23:51:28Z</dc:date>
    <item>
      <title>Create folder automatically during file uploading in C# using Dropbox Core API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-folder-automatically-during-file-uploading-in-C-using/m-p/167468#M6083</link>
      <description>&lt;P&gt;Suppose I have a Dropbox account and I want to upload a file in the path "/Client1/2016/filename.txt". There are no folder in my dropbox account either "Client1" or "2016". My requirement is When the file will upload it will automatically create the navigation path folder "Client1/2016/" and upload the file.Is it possible? I'm using the following code for file upload-&lt;/P&gt;
&lt;PRE class="lang-cs prettyprint prettyprinted"&gt;&lt;CODE&gt;&lt;SPAN class="typ"&gt;RequestResult&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; strReq &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="typ"&gt;OAuthUtility&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Put&lt;/SPAN&gt;
                                        &lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;
                                        &lt;SPAN class="str"&gt;"https://api-content.dropbox.com/1/files_put/auto/"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;
                                        &lt;SPAN class="kwd"&gt;new&lt;/SPAN&gt; &lt;SPAN class="typ"&gt;HttpParameterCollection&lt;/SPAN&gt;
                                            &lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;
                                                &lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"access_token"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"AccessToken"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;},&lt;/SPAN&gt;
                                                &lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"path"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"filepath"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;},&lt;/SPAN&gt;
                                                &lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"overwrite"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"false"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;},&lt;/SPAN&gt; 
                                                &lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"autorename"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"false"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;},&lt;/SPAN&gt; 
                                                &lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;stream&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;}&lt;/SPAN&gt;
                                            &lt;SPAN class="pun"&gt;}&lt;/SPAN&gt;
                                        &lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:32:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-folder-automatically-during-file-uploading-in-C-using/m-p/167468#M6083</guid>
      <dc:creator>Gopal B.</dc:creator>
      <dc:date>2019-05-29T09:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create folder automatically during file uploading in C# using Dropbox Core API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-folder-automatically-during-file-uploading-in-C-using/m-p/167469#M6084</link>
      <description>&lt;P&gt;Cross-linking with&amp;nbsp;&lt;A href="http://stackoverflow.com/questions/37656680/create-folder-automatically-during-file-uploading-in-c-sharp-using-dropbox-core" rel="nofollow noreferrer"&gt;http://stackoverflow.com/questions/37656680/create-folder-automatically-during-file-uploading-in-c-sharp-using-dropbox-core&lt;/A&gt; on Stack Overflow.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 23:51:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Create-folder-automatically-during-file-uploading-in-C-using/m-p/167469#M6084</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2016-06-06T23:51:28Z</dc:date>
    </item>
  </channel>
</rss>

