<?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: Hide asking confirmation on login in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19627#M641</link>
    <description>&lt;P&gt;But the access token generated will be different for different users right? I am not having a specific &amp;nbsp;login to the application for getting userid. The only authorize call is to the dropbox. If multiple users are using this application and if one particular accesstoken is stored and fetched from the storge, all the items be stored into that particular account.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Aug 2015 13:25:07 GMT</pubDate>
    <dc:creator>Issac J.</dc:creator>
    <dc:date>2015-08-04T13:25:07Z</dc:date>
    <item>
      <title>Hide asking confirmation on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19622#M636</link>
      <description>&lt;P&gt;Hello, is it possible to remove the authorization popup everytime on logging in?&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://www.dropboxforum.com/hc/user_images/ADyx35eDPAPD-HYflIVYJg.png" alt="" /&gt;&lt;/P&gt;

&lt;P&gt;If once user is logged in i don't need to show the popup in next login. Is it possible?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:40:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19622#M636</guid>
      <dc:creator>Issac J.</dc:creator>
      <dc:date>2019-05-29T09:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hide asking confirmation on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19623#M637</link>
      <description>&lt;P&gt;Yes, your app can store and re-use the resulting access token for each user, so that it doesn't need to send the user through the OAuth app authorization flow each time.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Exactly how you do so depends on your platform, and the library/SDK you're using, so I&amp;nbsp;recommend referring to the relevant tutorial and/or documentation.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 00:21:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19623#M637</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-04T00:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hide asking confirmation on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19624#M638</link>
      <description>&lt;P&gt;Hello Gregory, the platform I am using is JavaScript. The ide i am using is wakanda(open source for both server side and client side js). The method i am using for authorization is by calling&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/1/oauth2/authorize/?response_type=token&amp;amp;&amp;amp;client_id='client_Id'&amp;amp;&amp;amp;redirect_uri=url_path" rel="nofollow noreferrer"&gt;https://www.dropbox.com/1/oauth2/authorize/?response_type=token&amp;amp;&amp;amp;client_id='client_Id'&amp;amp;&amp;amp;redirect_uri=url_path&lt;/A&gt;".&lt;/P&gt;

&lt;P&gt;Could you please suggest a method for hiding the confirmation box on each log in ?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:33:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19624#M638</guid>
      <dc:creator>Issac J.</dc:creator>
      <dc:date>2015-08-04T11:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hide asking confirmation on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19625#M639</link>
      <description>&lt;P&gt;The result of the OAuth 2 authorize URL you posted is an access token. When that access token (which is just a string) is returned to your app, you can store and re-use it in the future, so that you don't have to send the user to that authorize URL again. Since the access token is just a string, you can store is in whatever data persistence layer you have (i.e., your database, or the browser's local storage, etc.).&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:42:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19625#M639</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-04T11:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide asking confirmation on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19626#M640</link>
      <description>&lt;P&gt;Ok. I will try that.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:46:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19626#M640</guid>
      <dc:creator>Issac J.</dc:creator>
      <dc:date>2015-08-04T11:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hide asking confirmation on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19627#M641</link>
      <description>&lt;P&gt;But the access token generated will be different for different users right? I am not having a specific &amp;nbsp;login to the application for getting userid. The only authorize call is to the dropbox. If multiple users are using this application and if one particular accesstoken is stored and fetched from the storge, all the items be stored into that particular account.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 13:25:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19627#M641</guid>
      <dc:creator>Issac J.</dc:creator>
      <dc:date>2015-08-04T13:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hide asking confirmation on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19628#M642</link>
      <description>&lt;P&gt;That's correct, access tokens are user-specific. It sounds like you mean that your app doesn't have its own user model, and is relying on the&amp;nbsp;Dropbox app authorization flow as authentication. First, it's worth noting that OAuth 2 is for authorization, not authentication, e.g., see these &lt;A href="http://www.thread-safe.com/2012/01/problem-with-oauth-for-authentication.html" rel="nofollow noreferrer"&gt;blog&lt;/A&gt; &lt;A href="http://blog.api-security.org/2013/02/why-oauth-it-self-is-not-authentication.html" rel="nofollow noreferrer"&gt;posts&lt;/A&gt;.&amp;nbsp;Anyway, if you do use this for that anyway, to avoid unnecessarily putting the user through this flow, you can store the necessary data, e.g., the access token, in their cookies or local storage. If and only if you don't find that, you can send them the flow. Also, check out the documentation for the &lt;CODE&gt;force_reapprove&lt;/CODE&gt; parameter on &lt;A href="https://www.dropbox.com/developers/core/docs#oa2-authorize" rel="nofollow noreferrer"&gt;/oauth2/authorize&lt;/A&gt;. By default,&amp;nbsp;Dropbox will automatically redirect the user through the flow when possible.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 22:20:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19628#M642</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-04T22:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide asking confirmation on login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19629#M643</link>
      <description>&lt;P&gt;Thanks Gregory for your support.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 11:20:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hide-asking-confirmation-on-login/m-p/19629#M643</guid>
      <dc:creator>Issac J.</dc:creator>
      <dc:date>2015-08-05T11:20:27Z</dc:date>
    </item>
  </channel>
</rss>

