<?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 Using generated access token with the iOS sdk in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-generated-access-token-with-the-iOS-sdk/m-p/140975#M4394</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I'm trying out the iOS sdk using a generated access token but I keep getting an "Access token not found" error even though the token works fine in android.&lt;/P&gt;
&lt;P&gt;Here is my case (swift):&lt;/P&gt;
&lt;PRE&gt;let dropboxSession = DBSession(appKey: DB_KEY, appSecret: DB_SECRET, root: kDBRootAppFolder)&lt;BR /&gt;dropboxSession.updateAccessToken(DB_ACCESS_TOKEN, accessTokenSecret: DB_ACCESS_TOKEN_SECRET, forUserId: DB_USER_ID)&lt;BR /&gt;DBSession.setSharedSession(dropboxSession)&lt;/PRE&gt;
&lt;P&gt;So I'd appreciate to know what "DB_ACCESS_TOKEN_SECRET" should be since the generated token is a single string?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:39:50 GMT</pubDate>
    <dc:creator>Mitchel K.1</dc:creator>
    <dc:date>2019-05-29T09:39:50Z</dc:date>
    <item>
      <title>Using generated access token with the iOS sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-generated-access-token-with-the-iOS-sdk/m-p/140975#M4394</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I'm trying out the iOS sdk using a generated access token but I keep getting an "Access token not found" error even though the token works fine in android.&lt;/P&gt;
&lt;P&gt;Here is my case (swift):&lt;/P&gt;
&lt;PRE&gt;let dropboxSession = DBSession(appKey: DB_KEY, appSecret: DB_SECRET, root: kDBRootAppFolder)&lt;BR /&gt;dropboxSession.updateAccessToken(DB_ACCESS_TOKEN, accessTokenSecret: DB_ACCESS_TOKEN_SECRET, forUserId: DB_USER_ID)&lt;BR /&gt;DBSession.setSharedSession(dropboxSession)&lt;/PRE&gt;
&lt;P&gt;So I'd appreciate to know what "DB_ACCESS_TOKEN_SECRET" should be since the generated token is a single string?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:39:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-generated-access-token-with-the-iOS-sdk/m-p/140975#M4394</guid>
      <dc:creator>Mitchel K.1</dc:creator>
      <dc:date>2019-05-29T09:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using generated access token with the iOS sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-generated-access-token-with-the-iOS-sdk/m-p/140976#M4395</link>
      <description>&lt;P&gt;The Dropbox API supports both OAuth 1 and OAuth 2. The generated access token is a OAuth 2 token, but the SDK you're using only supports OAuth 1. OAuth 1 tokens are different and have two components: a token and a token secret. You won't be able to use a generated access token with the iOS Core SDK.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 04:59:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-generated-access-token-with-the-iOS-sdk/m-p/140976#M4395</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-09-21T04:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using generated access token with the iOS sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-generated-access-token-with-the-iOS-sdk/m-p/140977#M4396</link>
      <description>&lt;P&gt;Solved by switching to&amp;nbsp;&lt;A href="https://github.com/dropbox/SwiftyDropbox" rel="nofollow noreferrer"&gt;https://github.com/dropbox/SwiftyDropbox&lt;/A&gt; (branch swift-2.0)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 01:05:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-generated-access-token-with-the-iOS-sdk/m-p/140977#M4396</guid>
      <dc:creator>Mitchel K.1</dc:creator>
      <dc:date>2015-09-23T01:05:53Z</dc:date>
    </item>
  </channel>
</rss>

