<?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: how to start with the .NET API for DropBox for Business in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-start-with-the-NET-API-for-DropBox-for-Business/m-p/294357#M17925</link>
    <description>&lt;P&gt;For integrating with the&amp;nbsp;Dropbox API in .NET, we&amp;nbsp;recommend using the official&amp;nbsp;Dropbox API v2 .NET SDK:&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;There are instructions there for &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet#setup" target="_blank"&gt;installing the library&lt;/A&gt;, and &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet#examples" target="_blank"&gt;examples on how to use it&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;There's also &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/R_Project_DotNetApiDocumentation.htm" target="_blank"&gt;documentation for all of the methods&lt;/A&gt;. For instance, it sounds like you may want to use at least &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadAsync_1.htm" target="_blank"&gt;FilesUserRoutes.UploadAsync&lt;/A&gt;,&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_ShareFolderAsync_1.htm" target="_blank"&gt;SharingUserRoutes.ShareFolderAsync,&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_AddFolderMemberAsync_1.htm" target="_blank"&gt;SharingUserRoutes.AddFolderMemberAsync&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Aug 2018 14:46:47 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-08-28T14:46:47Z</dc:date>
    <item>
      <title>how to start with the .NET API for DropBox for Business</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-start-with-the-NET-API-for-DropBox-for-Business/m-p/294217#M17917</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;maybe my question is a bit complicated. So I will explain what I have to do.&lt;/P&gt;&lt;P&gt;I have to build an application to manage technical drawings for our company.&lt;/P&gt;&lt;P&gt;There will be a shared database (using a webservice we already have), and in that database we will store where the drawing effectively stays.&lt;/P&gt;&lt;P&gt;The drawings files itself should be shared through DropBox, and it depends on the type of drawing what users should have what type of access to it: modify, read or no access at all.&lt;/P&gt;&lt;P&gt;There are two types of users: internal users (that should access the drawings on the drive on the local server - we manage the rights internally, and the server should do the synchronization with the DropBox folder) and external users that will have the files on their local disc, maybe using SmartSync.&lt;/P&gt;&lt;P&gt;The rights and where the files should stay should be managed directly in the application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first thing I need to know what objects/classes I need to store a file in the DropBox folder and to assign the rights to them (we will build groups ourselves, and if the group changes, the application should take care of the changed rights).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for any hint!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:10:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-start-with-the-NET-API-for-DropBox-for-Business/m-p/294217#M17917</guid>
      <dc:creator>wriedmann</dc:creator>
      <dc:date>2019-05-29T09:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to start with the .NET API for DropBox for Business</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-start-with-the-NET-API-for-DropBox-for-Business/m-p/294357#M17925</link>
      <description>&lt;P&gt;For integrating with the&amp;nbsp;Dropbox API in .NET, we&amp;nbsp;recommend using the official&amp;nbsp;Dropbox API v2 .NET SDK:&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;There are instructions there for &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet#setup" target="_blank"&gt;installing the library&lt;/A&gt;, and &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet#examples" target="_blank"&gt;examples on how to use it&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;There's also &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/R_Project_DotNetApiDocumentation.htm" target="_blank"&gt;documentation for all of the methods&lt;/A&gt;. For instance, it sounds like you may want to use at least &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadAsync_1.htm" target="_blank"&gt;FilesUserRoutes.UploadAsync&lt;/A&gt;,&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_ShareFolderAsync_1.htm" target="_blank"&gt;SharingUserRoutes.ShareFolderAsync,&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_AddFolderMemberAsync_1.htm" target="_blank"&gt;SharingUserRoutes.AddFolderMemberAsync&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:46:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-start-with-the-NET-API-for-DropBox-for-Business/m-p/294357#M17925</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-28T14:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to start with the .NET API for DropBox for Business</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-start-with-the-NET-API-for-DropBox-for-Business/m-p/294359#M17926</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;thank you very much! I have already downloaded the SDK, but was a bit lost with it.&lt;/P&gt;&lt;P&gt;There are so many classes and methods that it is difficult to find the right ones.&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:52:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-start-with-the-NET-API-for-DropBox-for-Business/m-p/294359#M17926</guid>
      <dc:creator>wriedmann</dc:creator>
      <dc:date>2018-08-28T14:52:00Z</dc:date>
    </item>
  </channel>
</rss>

