<?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: API 1 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-1/m-p/194646#M8829</link>
    <description>That's correct, you'd need to offer this as an option in your app for the user to use before uninstalling.&lt;BR /&gt;&lt;BR /&gt;Or, you may be able to handle this programmatically by storing some flag in NSUserDefaults when you link an account, which I believe doesn't persist across re-installs. So, if you don't see the flag, but you do see a stored Dropbox access token, you know the app was uninstalled/reinstalled after linking the account, so you can throw away the access token then.</description>
    <pubDate>Wed, 16 Nov 2016 22:59:43 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-11-16T22:59:43Z</dc:date>
    <item>
      <title>API 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-1/m-p/194637#M8826</link>
      <description>&lt;P&gt;I have an app that is connecting via api (iOS). When they first try to access dropbox, it pops up the sign in/add device etc., all this is fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, my app somehow hangs onto that login. Even if I remove my app and the drop box app, when I re-install my app, it still has access to the old account and does not ask for sign in info again.&lt;/P&gt;&lt;P&gt;How do I stop that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:28:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-1/m-p/194637#M8826</guid>
      <dc:creator>phunction</dc:creator>
      <dc:date>2019-05-29T09:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: API 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-1/m-p/194639#M8827</link>
      <description>If you're using one of the official Dropbox iOS SDKs, the access token is stored in the iOS keychain, which persists across app re-installations.&lt;BR /&gt;&lt;BR /&gt;If you want to clear that, you can do so explicitly. Exactly how you do so depends on which SDK you're using. For example, in the Dropbox iOS Core SDK for API v1, you can do so using DBSession.unlinkUserId or DBSession.unlinkAll.&lt;BR /&gt;&lt;BR /&gt;Also, I should mention that API v1 is deprecated:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/" target="_blank"&gt;https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You should migrate to API v2 whenever possible.</description>
      <pubDate>Wed, 16 Nov 2016 22:35:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-1/m-p/194639#M8827</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-11-16T22:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: API 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-1/m-p/194644#M8828</link>
      <description>&lt;P&gt;Thanks, I am planning on updating in the near future, but would like to fix this before then.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The question is, how can I call that option if the user simply un-installs the app? I assume I would have to add an option somewhere to unlink the dropbox account?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 22:54:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-1/m-p/194644#M8828</guid>
      <dc:creator>phunction</dc:creator>
      <dc:date>2016-11-16T22:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: API 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-1/m-p/194646#M8829</link>
      <description>That's correct, you'd need to offer this as an option in your app for the user to use before uninstalling.&lt;BR /&gt;&lt;BR /&gt;Or, you may be able to handle this programmatically by storing some flag in NSUserDefaults when you link an account, which I believe doesn't persist across re-installs. So, if you don't see the flag, but you do see a stored Dropbox access token, you know the app was uninstalled/reinstalled after linking the account, so you can throw away the access token then.</description>
      <pubDate>Wed, 16 Nov 2016 22:59:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-1/m-p/194646#M8829</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-11-16T22:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: API 1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-1/m-p/194647#M8830</link>
      <description>&lt;P&gt;Alright, thanks for the help.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 23:03:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-1/m-p/194647#M8830</guid>
      <dc:creator>phunction</dc:creator>
      <dc:date>2016-11-16T23:03:03Z</dc:date>
    </item>
  </channel>
</rss>

