<?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 Saving files to dropbox of the user in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saving-files-to-dropbox-of-the-user/m-p/470658#M23951</link>
    <description>&lt;P&gt;I'm trying to integrate dropbox into our application. We have a requirement that we need to save some files in the user's dropbox. Can you point me in the right direction? I'm using C# and Windows Forms.&amp;nbsp;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Nov 2020 21:08:56 GMT</pubDate>
    <dc:creator>derstinebuyagan</dc:creator>
    <dc:date>2020-11-17T21:08:56Z</dc:date>
    <item>
      <title>Saving files to dropbox of the user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saving-files-to-dropbox-of-the-user/m-p/470658#M23951</link>
      <description>&lt;P&gt;I'm trying to integrate dropbox into our application. We have a requirement that we need to save some files in the user's dropbox. Can you point me in the right direction? I'm using C# and Windows Forms.&amp;nbsp;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 21:08:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saving-files-to-dropbox-of-the-user/m-p/470658#M23951</guid>
      <dc:creator>derstinebuyagan</dc:creator>
      <dc:date>2020-11-17T21:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Saving files to dropbox of the user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saving-files-to-dropbox-of-the-user/m-p/470747#M23957</link>
      <description>&lt;P&gt;We have an official .NET SDK you can use. You can find information on getting started with that, including installation instructions and example code, here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-dotnet&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, to save files to a connected user's account, you could use the&amp;nbsp;UploadAsync method:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadAsync.htm" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadAsync.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's an example of using that here:&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/43ec6a3273d461a6f06b9301791c7ac811a3bfb8/dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs#L453" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-dotnet/blob/43ec6a3273d461a6f06b9301791c7ac811a3bfb8/dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs#L453&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 16:31:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saving-files-to-dropbox-of-the-user/m-p/470747#M23957</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-17T16:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Saving files to dropbox of the user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saving-files-to-dropbox-of-the-user/m-p/470893#M23959</link>
      <description>&lt;P&gt;What we are going to do is to save the file in user's dropbox, not in our dropbox so we need to authenticate them. It looks like the example is using our dropbox folder not the user's dropfox.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 00:22:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saving-files-to-dropbox-of-the-user/m-p/470893#M23959</guid>
      <dc:creator>derstinebuyagan</dc:creator>
      <dc:date>2020-11-18T00:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Saving files to dropbox of the user</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saving-files-to-dropbox-of-the-user/m-p/471074#M23967</link>
      <description>&lt;P&gt;That example and the SDK are not limited to only your own account. That example implements the OAuth app authorization flow, to get an access token for the end-user, whoever that may be. I&amp;nbsp;recommend reading &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide" target="_self"&gt;the OAuth Guide&lt;/A&gt; for an overview&amp;nbsp;of how that works.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 15:13:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Saving-files-to-dropbox-of-the-user/m-p/471074#M23967</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-18T15:13:52Z</dc:date>
    </item>
  </channel>
</rss>

