<?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: I know userAgent using Dropbox's account in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-know-userAgent-using-Dropbox-s-account/m-p/315508#M18728</link>
    <description>&lt;P&gt;Hi, Greg K.&lt;/P&gt;&lt;P&gt;Thanks you !&lt;/P&gt;&lt;P&gt;It's very helpful anser.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Dec 2018 11:19:14 GMT</pubDate>
    <dc:creator>raidhin</dc:creator>
    <dc:date>2018-12-04T11:19:14Z</dc:date>
    <item>
      <title>I know userAgent using Dropbox's account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-know-userAgent-using-Dropbox-s-account/m-p/314163#M18640</link>
      <description>&lt;P&gt;I using userAgent, so I want to use android's phone.&lt;/P&gt;&lt;P&gt;I tested to Android ,&amp;nbsp; I 'm&amp;nbsp; connect to user's folder.&lt;/P&gt;&lt;P&gt;I use Xamrin.Android.&lt;/P&gt;&lt;P&gt;I can develop to debelop's dropbox.&lt;/P&gt;&lt;P&gt;So. I want to connect user's Dropbox folder.&lt;/P&gt;&lt;P&gt;Please. teach me.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:09:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-know-userAgent-using-Dropbox-s-account/m-p/314163#M18640</guid>
      <dc:creator>raidhin</dc:creator>
      <dc:date>2019-05-29T09:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: I know userAgent using Dropbox's account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-know-userAgent-using-Dropbox-s-account/m-p/314211#M18645</link>
      <description>&lt;P&gt;I'm afraid I don't understand your question.&lt;/P&gt;
&lt;P&gt;It sounds like you're using Xamarin library though. That's not made by&amp;nbsp;Dropbox, so I&amp;nbsp;recommend referring to the documentation for that library for information.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 16:10:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-know-userAgent-using-Dropbox-s-account/m-p/314211#M18645</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-11-28T16:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: I know userAgent using Dropbox's account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-know-userAgent-using-Dropbox-s-account/m-p/314432#M18660</link>
      <description>&lt;P&gt;Hi, Greg K.&lt;BR /&gt;&lt;BR /&gt;I'm sorry that I'm not acquiring English.&lt;BR /&gt;&lt;BR /&gt;I'm read under link.&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/dotnet" target="_blank"&gt;https://www.dropbox.com/developers/documentation/dotnet&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It's sample is very good!!!&lt;BR /&gt;(I know that Xamarin's download method is buggy.)&lt;BR /&gt;&lt;BR /&gt;But, I want to use that user login, it's not debelloper's folder.&lt;BR /&gt;&lt;BR /&gt;So, I read Documentation. But I don't understand user login.&lt;BR /&gt;&lt;A href="http://dropbox.github.io/dropbox-sdk-dotnet/html/R_Project_DotNetApiDocumentation.htm" target="_blank"&gt;http://dropbox.github.io/dropbox-sdk-dotnet/html/R_Project_DotNetApiDocumentation.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So, I want to know Dropbox API .&lt;BR /&gt;&lt;BR /&gt;Maybe, is there a wrong place to ask questions about this page's API?&lt;BR /&gt;&lt;BR /&gt;If so, are you not able to tell me where your questions are?&lt;BR /&gt;&lt;BR /&gt;Thank you for reading and reply.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 15:04:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-know-userAgent-using-Dropbox-s-account/m-p/314432#M18660</guid>
      <dc:creator>raidhin</dc:creator>
      <dc:date>2018-11-29T15:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: I know userAgent using Dropbox's account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-know-userAgent-using-Dropbox-s-account/m-p/314457#M18666</link>
      <description>&lt;P&gt;Thanks for following up. This is a&amp;nbsp;good place to ask questions about the API.&lt;/P&gt;
&lt;P&gt;It sounds like you want to implement the app authorization flow in your app so that arbitrary end-users can connect their own&amp;nbsp;Dropbox accounts to it.&lt;/P&gt;
&lt;P&gt;To do so, you will need to use the OAuth 2 app authorization flow. (You can find some general information on how that works in &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_blank"&gt;the OAuth Guide&lt;/A&gt;.)&lt;/P&gt;
&lt;P&gt;In the official&amp;nbsp;Dropbox API v2 .NET SDK, there is a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxOAuth2Helper.htm" target="_blank"&gt;DropboxOAuth2Helper&lt;/A&gt; class that does a lof of the work for you. The documentation there has more information. The SDK also comes with a number of &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/tree/b8f5c751f9df6765f4e2bbb98b39bc6bde5cfadc/dropbox-sdk-dotnet/Examples" target="_blank"&gt;examples that show how to use that&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 16:34:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-know-userAgent-using-Dropbox-s-account/m-p/314457#M18666</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-11-29T16:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: I know userAgent using Dropbox's account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-know-userAgent-using-Dropbox-s-account/m-p/315508#M18728</link>
      <description>&lt;P&gt;Hi, Greg K.&lt;/P&gt;&lt;P&gt;Thanks you !&lt;/P&gt;&lt;P&gt;It's very helpful anser.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 11:19:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-know-userAgent-using-Dropbox-s-account/m-p/315508#M18728</guid>
      <dc:creator>raidhin</dc:creator>
      <dc:date>2018-12-04T11:19:14Z</dc:date>
    </item>
  </channel>
</rss>

