<?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: Just curious in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/588288#M27386</link>
    <description>&lt;P&gt;Thanks on that point. I wasn't aware of any other sign-ins going on at the same time. But it's possible since I am on multiple devices and testing from multiple versions of the same app on each. Somewhere in there DB probably sees me as already signed in. That does explain the occasional unusual token hand-off.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the quick response. Cheers,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2022 16:48:57 GMT</pubDate>
    <dc:creator>marksmithhfx</dc:creator>
    <dc:date>2022-04-04T16:48:57Z</dc:date>
    <item>
      <title>Just curious</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/587939#M27364</link>
      <description>&lt;P&gt;I finally have a version of my application (note, its not a web app, just a regular compiled app) that I've migrated from LL access tokens to SL access tokens. I don't have it working with refresh tokens yet, that'll be the next step. But I've noticed that sometimes when I get asked to request a new access token (because the current one has expired), I click a few buttons on the confirmation screen and it sends me a new token without asking for my credentials (ie. no login screen). It happens in about 1 in 10 attempts. Is this typical work flow or is something weird going on? Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 17:43:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/587939#M27364</guid>
      <dc:creator>marksmithhfx</dc:creator>
      <dc:date>2022-04-02T17:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Just curious</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/587941#M27365</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1529083"&gt;@marksmithhfx&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I suppose, you haven't logged out of your Dropbox account in your web browser and haven't forced reauthentication (it's so by default). In this context - Yes, it's something normal. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 18:08:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/587941#M27365</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-04-02T18:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Just curious</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/587952#M27368</link>
      <description>I see. Thanks</description>
      <pubDate>Sat, 02 Apr 2022 19:33:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/587952#M27368</guid>
      <dc:creator>marksmithhfx</dc:creator>
      <dc:date>2022-04-02T19:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Just curious</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/588284#M27383</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1529083"&gt;@marksmithhfx&lt;/a&gt; That's correct, if you're already signed in, you won't be prompted to do so again. You can require sign in again by &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_self"&gt;setting 'force_reauthentication=true'&lt;/A&gt; if necessary. Note that this is disruptive though (as it signs out the current Dropbox web session), so it should only be used for good reason.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, under certain conditions, if you're signed in and you've already authorized the app, you will not be prompted to explicitly click "Allow" to do so again. You can disable this behavior &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_self"&gt;with 'force_reapprove=true'&lt;/A&gt; if you wish to.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 16:43:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/588284#M27383</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-04T16:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Just curious</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/588286#M27384</link>
      <description>&lt;P&gt;BTW, is it possible to get biometric recognition for the Dropbox user authentication (facial or fingerprint) rather than monotonously type in your username and password (ie. I hate giving out my facebook or google account information, and I presume many other are too. It just ends up in someone's email list that bombs you with adverts). Biometric recognition would be much faster and less error prone.&amp;nbsp;I am a long way off from getting refresh tokens working (for reasons I'd rather not go into) so I see this as a possible stop-gap measure to make life easier for my users.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 16:44:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/588286#M27384</guid>
      <dc:creator>marksmithhfx</dc:creator>
      <dc:date>2022-04-04T16:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Just curious</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/588288#M27386</link>
      <description>&lt;P&gt;Thanks on that point. I wasn't aware of any other sign-ins going on at the same time. But it's possible since I am on multiple devices and testing from multiple versions of the same app on each. Somewhere in there DB probably sees me as already signed in. That does explain the occasional unusual token hand-off.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the quick response. Cheers,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 16:48:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/588288#M27386</guid>
      <dc:creator>marksmithhfx</dc:creator>
      <dc:date>2022-04-04T16:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Just curious</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/588352#M27390</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1529083"&gt;@marksmithhfx&lt;/a&gt; Dropbox doesn't offer an option like that, but you can &lt;A href="https://www.dropboxforum.com/t5/Share-an-idea/ct-p/101002000" target="_self"&gt;share ideas here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 21:15:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Just-curious/m-p/588352#M27390</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-04T21:15:00Z</dc:date>
    </item>
  </channel>
</rss>

