<?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 Dropbox API v2 session linked ? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-v2-session-linked/m-p/222900#M11951</link>
    <description>&lt;P&gt;How do I migrate this to the v2 Core API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;DropBoxUtils.mDBApi.getSession().isLinked()&lt;/PRE&gt;&lt;P&gt;I previously had been using&amp;nbsp;dropbox-android-sdk-1.6.3 but I don't see anything that allows me to check this status in the core api v2 for Dropbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:22:15 GMT</pubDate>
    <dc:creator>gcstang</dc:creator>
    <dc:date>2019-05-29T09:22:15Z</dc:date>
    <item>
      <title>Dropbox API v2 session linked ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-v2-session-linked/m-p/222900#M11951</link>
      <description>&lt;P&gt;How do I migrate this to the v2 Core API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;DropBoxUtils.mDBApi.getSession().isLinked()&lt;/PRE&gt;&lt;P&gt;I previously had been using&amp;nbsp;dropbox-android-sdk-1.6.3 but I don't see anything that allows me to check this status in the core api v2 for Dropbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:22:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-v2-session-linked/m-p/222900#M11951</guid>
      <dc:creator>gcstang</dc:creator>
      <dc:date>2019-05-29T09:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API v2 session linked ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-v2-session-linked/m-p/222927#M11953</link>
      <description>The API v2 Java SDK works a little differently than the v1 SDK, so there isn't a direct equivalent. The isLinked method could be called on the Session object to determine if it had an access token, but the v2 SDK doesn't have an equivalent session object.&lt;BR /&gt;&lt;BR /&gt;Instead, you can should just check if you have a DbxClientV2 object. The DbxClientV2 is constructed using the access token in the first place. &lt;BR /&gt;&lt;BR /&gt;You can see how the example app does this here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/java/com/dropbox/core/examples/android/DropboxClientFactory.java#L26" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/java/com/dropbox/core/examples/android/DropboxClientFactory.java#L26&lt;/A&gt;</description>
      <pubDate>Thu, 25 May 2017 17:39:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-v2-session-linked/m-p/222927#M11953</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-25T17:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API v2 session linked ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-v2-session-linked/m-p/223086#M11964</link>
      <description>&lt;P&gt;In this example, is 'examples-v2-demo' anything specific or just some text?&lt;/P&gt;&lt;PRE&gt;DbxRequestConfig.newBuilder("examples-v2-demo")&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 May 2017 17:55:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-v2-session-linked/m-p/223086#M11964</guid>
      <dc:creator>gcstang</dc:creator>
      <dc:date>2017-05-26T17:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API v2 session linked ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-v2-session-linked/m-p/223094#M11967</link>
      <description>That should be a string that identifies your app, generally your app name and app version. You can find more information here under newBuilder:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/DbxRequestConfig.html#newBuilder-java.lang.String-" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/DbxRequestConfig.html#newBuilder-java.lang.String-&lt;/A&gt;</description>
      <pubDate>Fri, 26 May 2017 19:52:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-v2-session-linked/m-p/223094#M11967</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-26T19:52:29Z</dc:date>
    </item>
  </channel>
</rss>

