<?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 Basic understanding of of Dropbox API .NET in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Basic-understanding-of-of-Dropbox-API-NET/m-p/351098#M20113</link>
    <description>&lt;P&gt;I'm not sure if it's just me but I'm having a real hard time trying to understand the very basics of the .NET API. The tutorial recommended that I create an app which I could then connect to via api secrets and what not. How do I access this app? Is there no way to create/edit folders and items in UI? Is it possible to use the API to connect to another person's dropbox folder (even though they don't have the 'app' that was created for api)?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2019 14:29:57 GMT</pubDate>
    <dc:creator>mvatt</dc:creator>
    <dc:date>2019-06-20T14:29:57Z</dc:date>
    <item>
      <title>Basic understanding of of Dropbox API .NET</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Basic-understanding-of-of-Dropbox-API-NET/m-p/351098#M20113</link>
      <description>&lt;P&gt;I'm not sure if it's just me but I'm having a real hard time trying to understand the very basics of the .NET API. The tutorial recommended that I create an app which I could then connect to via api secrets and what not. How do I access this app? Is there no way to create/edit folders and items in UI? Is it possible to use the API to connect to another person's dropbox folder (even though they don't have the 'app' that was created for api)?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 14:29:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Basic-understanding-of-of-Dropbox-API-NET/m-p/351098#M20113</guid>
      <dc:creator>mvatt</dc:creator>
      <dc:date>2019-06-20T14:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Basic understanding of of Dropbox API .NET</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Basic-understanding-of-of-Dropbox-API-NET/m-p/351118#M20115</link>
      <description>&lt;P&gt;When you "create" a&amp;nbsp;Dropbox API app on &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;the&amp;nbsp;Dropbox App Console&lt;/A&gt;, you're essentially just registering an app with us so that you can access the&amp;nbsp;Dropbox API. Exactly where and how you write the code that does so is up to you, as is the UI for your app.&lt;/P&gt;
&lt;P&gt;For instance, if you're writing a project in .NET (say, in Visual Studio), we&amp;nbsp;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;, as it will do much of the work of connecting to&amp;nbsp;Dropbox for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, to create a folder, you would use &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_CreateFolderV2Async_1.htm" target="_self"&gt;the&amp;nbsp;CreateFolderV2Async method&lt;/A&gt;, or to upload a file you can use &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadAsync_1.htm" target="_self"&gt;the&amp;nbsp;UploadAsync method&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;To allow arbitrary end-users to connect their own&amp;nbsp;Dropbox accounts to your app, you should implement &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_self"&gt;the OAuth app authorization flow&lt;/A&gt; in your app. The .NET SDK offers &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxOAuth2Helper.htm" target="_self"&gt;a helper for that&lt;/A&gt;. I&amp;nbsp;recommend checking out &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples" target="_self"&gt;the included examples&lt;/A&gt; as a sample of how this works.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 15:35:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Basic-understanding-of-of-Dropbox-API-NET/m-p/351118#M20115</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-06-20T15:35:09Z</dc:date>
    </item>
  </channel>
</rss>

