<?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 Multi-User IOS in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Multi-User-IOS/m-p/42757#M1338</link>
    <description>&lt;P&gt;you can manage (store) multiple users dropbox in ios? and if so, how?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:43:26 GMT</pubDate>
    <dc:creator>Crypto C.</dc:creator>
    <dc:date>2019-05-29T09:43:26Z</dc:date>
    <item>
      <title>Multi-User IOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Multi-User-IOS/m-p/42757#M1338</link>
      <description>&lt;P&gt;you can manage (store) multiple users dropbox in ios? and if so, how?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:43:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Multi-User-IOS/m-p/42757#M1338</guid>
      <dc:creator>Crypto C.</dc:creator>
      <dc:date>2019-05-29T09:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-User IOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Multi-User-IOS/m-p/42758#M1339</link>
      <description>&lt;P&gt;Yes, this is certainly possible. In the official Dropbox iOS SDKs, for example, you can use the &lt;CODE&gt;linkFromController&lt;/CODE&gt; method to link as many accounts as you want, and it will store the access tokens for you in the keychain, identified using the relevant user IDs. You can then retrieve the account again later when you need it.&lt;/P&gt;

&lt;P&gt;If you're not using one of the SDKs, the idea is the same, but you'll need to manage the storage of the multiple access tokens manually.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2015 02:41:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Multi-User-IOS/m-p/42758#M1339</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-04-25T02:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-User IOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Multi-User-IOS/m-p/42759#M1340</link>
      <description>&lt;P&gt;ok, i have I tried with two accounts i call linkFromController and store in my app the uid now how i switch between account without having to restart the app ?&lt;/P&gt;

&lt;P&gt;thanks !!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 01:58:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Multi-User-IOS/m-p/42759#M1340</guid>
      <dc:creator>Crypto C.</dc:creator>
      <dc:date>2015-04-27T01:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-User IOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Multi-User-IOS/m-p/42760#M1341</link>
      <description>&lt;P&gt;In the &lt;A href="https://www.dropbox.com/developers/core/sdks/ios" rel="nofollow noreferrer"&gt;iOS Core SDK&lt;/A&gt;, when you have a &lt;CODE&gt;DBSession&lt;/CODE&gt; with more than one account linked to it, you specify the user ID for the account you want to use when you construct a &lt;CODE&gt;DBRestClient&lt;/CODE&gt;, using:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;- (id)initWithSession:(DBSession *)session userId:(NSString *)userId;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In the deprecated &lt;A href="https://www.dropbox.com/developers/sync/sdks/ios" rel="nofollow noreferrer"&gt;iOS Sync SDK&lt;/A&gt;, you use &lt;A href="https://www.dropbox.com/developers/sync/docs/ios#DBFilesystem.initWithAccount:" rel="nofollow noreferrer"&gt;&lt;CODE&gt;DBFilesystem.initWithAccount:&lt;/CODE&gt;&lt;/A&gt; and supply the &lt;A href="https://www.dropbox.com/developers/sync/docs/ios#DBAccount" rel="nofollow noreferrer"&gt;&lt;CODE&gt;DBAccount&lt;/CODE&gt;&lt;/A&gt; you want to use, which you can get from your &lt;A href="https://www.dropbox.com/developers/sync/docs/ios#DBAccountManager." rel="nofollow noreferrer"&gt;&lt;CODE&gt;DBAccountManager&lt;/CODE&gt;&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 02:33:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Multi-User-IOS/m-p/42760#M1341</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-04-27T02:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-User IOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Multi-User-IOS/m-p/42761#M1342</link>
      <description>&lt;P&gt;Ok yes !&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 04:10:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Multi-User-IOS/m-p/42761#M1342</guid>
      <dc:creator>Crypto C.</dc:creator>
      <dc:date>2015-04-27T04:10:29Z</dc:date>
    </item>
  </channel>
</rss>

