<?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 Android drop box api in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-drop-box-api/m-p/118901#M3466</link>
    <description>&lt;P&gt;I have created drop box API service (Core API), it will upload file to drop box folder .&lt;BR /&gt;
It run successfully on android device. &lt;BR /&gt;
But first time it will prompt for user details and confirmation( browser based oauth authentication).&lt;/P&gt;

&lt;P&gt;How can bypass login prompt ?&lt;/P&gt;

&lt;P&gt;upload file without any prompt.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:44:34 GMT</pubDate>
    <dc:creator>Dhammapal K.</dc:creator>
    <dc:date>2019-05-29T09:44:34Z</dc:date>
    <item>
      <title>Android drop box api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-drop-box-api/m-p/118901#M3466</link>
      <description>&lt;P&gt;I have created drop box API service (Core API), it will upload file to drop box folder .&lt;BR /&gt;
It run successfully on android device. &lt;BR /&gt;
But first time it will prompt for user details and confirmation( browser based oauth authentication).&lt;/P&gt;

&lt;P&gt;How can bypass login prompt ?&lt;/P&gt;

&lt;P&gt;upload file without any prompt.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:44:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-drop-box-api/m-p/118901#M3466</guid>
      <dc:creator>Dhammapal K.</dc:creator>
      <dc:date>2019-05-29T09:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Android drop box api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-drop-box-api/m-p/118902#M3467</link>
      <description>&lt;P&gt;Why do you want to bypass the login prompt? Do you mean after the user has already authorized the app once you don't want to prompt them to do so again? In that case, you should store and re-use the access token as discussed in the tutorial:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/core/start/android" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/start/android&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Here's the constructor for making a session using a supplied access token:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/static/developers/dropbox-android-sdk-1.6.3-docs/com/dropbox/client2/android/AndroidAuthSession.html#AndroidAuthSession(com.dropbox.client2.session.AppKeyPair,%20java.lang.String)" rel="nofollow noreferrer"&gt;https://www.dropbox.com/static/developers/dropbox-android-sdk-1.6.3-docs/com/dropbox/client2/android/AndroidAuthSession.html#AndroidAuthSession(com.dropbox.client2.session.AppKeyPair,%20java.lang.String)&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Or, do you mean you always want to bypass the prompt and only use your own account? That's not recommended because of various technical and security issues, but it is possible. (Similarly, you would use the above constructor with your own access token.)&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 02:24:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-drop-box-api/m-p/118902#M3467</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-03-07T02:24:26Z</dc:date>
    </item>
  </channel>
</rss>

