<?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: Dropbox API in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-API/m-p/438993#M1395</link>
    <description>&lt;P&gt;hi sir,&lt;/P&gt;&lt;P&gt;1. we would like to open dropbox user to keyin their login credtials&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.png" style="width: 666px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/16882i5FFD2289D4D14586/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.png" alt="Screenshot_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Get the access token&lt;/P&gt;&lt;P&gt;3. use this access token to upload file to the signed user dropbox account&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2020 05:29:24 GMT</pubDate>
    <dc:creator>senthilnathanp</dc:creator>
    <dc:date>2020-07-21T05:29:24Z</dc:date>
    <item>
      <title>Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-API/m-p/437835#M1386</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT size="4"&gt;&lt;SPAN&gt;I develop application in vb.net to send file to Dropbox using Dropbox API.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT size="4"&gt;&lt;SPAN&gt;how to automatic get access token with dropbox login and password. also dropbox folder selection where file to be sent.&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I use the below code that I have some error &amp;nbsp;pls send sample project to automatic get access token with dropbox login and password. also dropbox folder selection where file to be sent.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pls reply soon ASAP&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s2.jpg" style="width: 491px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/16761i293D86A3CFFC7D6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="s2.jpg" alt="s2.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="s1.jpg" style="width: 490px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/16762i80DB7C846DD56E8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="s1.jpg" alt="s1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 09:43:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-API/m-p/437835#M1386</guid>
      <dc:creator>senthilnathan</dc:creator>
      <dc:date>2020-07-16T09:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-API/m-p/438028#M1389</link>
      <description>&lt;P&gt;If you're using .NET, we&amp;nbsp;recommend using &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_self"&gt;the official&amp;nbsp;Dropbox API v2 .NET SDK&lt;/A&gt;. That comes with several &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples" target="_self"&gt;example apps&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get an access token for a user, you should send them through &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide" target="_self"&gt;the OAuth app authorization flow&lt;/A&gt;. The SDK will do most of the work for you, as shown in &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples/OauthBasic" target="_self"&gt;this example&lt;/A&gt;. Your app should never handle the user's username and password directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If something isn't working as expected, please share the steps to reproduce the issue, as well as the full error or unexpected output.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 18:06:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-API/m-p/438028#M1389</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-16T18:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-API/m-p/438993#M1395</link>
      <description>&lt;P&gt;hi sir,&lt;/P&gt;&lt;P&gt;1. we would like to open dropbox user to keyin their login credtials&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.png" style="width: 666px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/16882i5FFD2289D4D14586/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.png" alt="Screenshot_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Get the access token&lt;/P&gt;&lt;P&gt;3. use this access token to upload file to the signed user dropbox account&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 05:29:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-API/m-p/438993#M1395</guid>
      <dc:creator>senthilnathanp</dc:creator>
      <dc:date>2020-07-21T05:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-API/m-p/439146#M1397</link>
      <description>&lt;P&gt;Yes, the&amp;nbsp;Dropbox OAuth app authorization flow allows you to prompt the user to sign in to&amp;nbsp;Dropbox to authorize your app, resulting in an access token you can use to upload files. Please refer to the links in my previous comment in this thread for information on how to implement that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If something isn't working as expected, please share the details of the issue so we can help.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 15:31:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-API/m-p/439146#M1397</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-21T15:31:41Z</dc:date>
    </item>
  </channel>
</rss>

