<?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: Verifying using V2 only in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Verifying-using-V2-only/m-p/184299#M7724</link>
    <description>&lt;P&gt;I'm sorry that the Deprecation Guide was not more helpful to you. The Guide is not meant to totally comprehensive, platform-specific migration guide, but is instead intended to give you a qualitative sense of how API v2 differs from API v1.&lt;/P&gt;
&lt;P&gt;To answer your question, there is no easy way to toggle seamlessly between API v1 and API v2. Each version has an entirely separate set of endpoints that are queried by entirely separate SDKs. The Android SDK that you're currently using with your app, which queries v1 endpoints, will need to be entirely swapped out with an SDK that queries v2 endpoints.&lt;/P&gt;
&lt;P&gt;The code in your app that&amp;nbsp;interfaces&amp;nbsp;with the v1 Android SDK will also need to change as well. Fortunately, the mapping between v1 and v2 endpoints is relatively tight and straightforward, so in most cases, the refactoring should not require significant overhaul to your codebase.&lt;/P&gt;
&lt;P&gt;To upgrade your app to integrate with the new v2 Java SDK, you will want to follow this tutorial:&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/java#tutorial" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/java#tutorial&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For complete documentation for the v2 Java SDK, you can check out:&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/" rel="nofollow noreferrer"&gt;https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Please reach out if you run into issues or need additional clarification.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2016 04:53:41 GMT</pubDate>
    <dc:creator>Stephen C.14</dc:creator>
    <dc:date>2016-08-23T04:53:41Z</dc:date>
    <item>
      <title>Verifying using V2 only</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Verifying-using-V2-only/m-p/184297#M7722</link>
      <description>&lt;P&gt;I'm not very impressed by the Dropbox v1 Deprecation Guide, as it seems to expect us to be experts on Dropbox rather than developers of actual functionality that learned just enough about Dropbox to get it working.&lt;/P&gt;
&lt;P&gt;So is there a setting somewhere that will allow me to test against a v2-only environment? &amp;nbsp;i.e. can I set my account to only allow v2&amp;nbsp;&lt;EM&gt;right now&lt;/EM&gt;, see if it all works, and then reset to v1 to work out the kinks?&lt;/P&gt;
&lt;P&gt;Part of my challenge is that the v1 deprecation focuses on REST endpoints. &amp;nbsp;I don't us&amp;nbsp;&lt;EM&gt;any&amp;nbsp;&lt;/EM&gt;REST endpoints. &amp;nbsp;Not a single one. &amp;nbsp;I used&amp;nbsp;&lt;A href="http://dropbox.github.io/dropbox-sdk-java/api-docs/v1.7.x/" target="_blank" rel="nofollow noreferrer"&gt;Dropbox Core API&lt;/A&gt;, in Android. &amp;nbsp;But the &lt;A href="https://www.dropbox.com/developers/reference/migration-guide#endpoint-mapping" target="_blank" rel="nofollow noreferrer"&gt;Endpoint v1 -&amp;gt; v2 Mapping&lt;/A&gt; only lists REST endpoints.&lt;/P&gt;
&lt;P&gt;Does this mean that the Core API itself is completely gone and I must migrate to a REST API entirely? &amp;nbsp;And where do I download the Android library files from?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:30:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Verifying-using-V2-only/m-p/184297#M7722</guid>
      <dc:creator>William M.46</dc:creator>
      <dc:date>2019-05-29T09:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Verifying using V2 only</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Verifying-using-V2-only/m-p/184298#M7723</link>
      <description>&lt;P&gt;BTW, if that is the case, you really should update all the Core API documentation to include that those classes and methods are deprecated. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2016 07:04:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Verifying-using-V2-only/m-p/184298#M7723</guid>
      <dc:creator>William M.46</dc:creator>
      <dc:date>2016-08-20T07:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Verifying using V2 only</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Verifying-using-V2-only/m-p/184299#M7724</link>
      <description>&lt;P&gt;I'm sorry that the Deprecation Guide was not more helpful to you. The Guide is not meant to totally comprehensive, platform-specific migration guide, but is instead intended to give you a qualitative sense of how API v2 differs from API v1.&lt;/P&gt;
&lt;P&gt;To answer your question, there is no easy way to toggle seamlessly between API v1 and API v2. Each version has an entirely separate set of endpoints that are queried by entirely separate SDKs. The Android SDK that you're currently using with your app, which queries v1 endpoints, will need to be entirely swapped out with an SDK that queries v2 endpoints.&lt;/P&gt;
&lt;P&gt;The code in your app that&amp;nbsp;interfaces&amp;nbsp;with the v1 Android SDK will also need to change as well. Fortunately, the mapping between v1 and v2 endpoints is relatively tight and straightforward, so in most cases, the refactoring should not require significant overhaul to your codebase.&lt;/P&gt;
&lt;P&gt;To upgrade your app to integrate with the new v2 Java SDK, you will want to follow this tutorial:&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/java#tutorial" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/java#tutorial&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For complete documentation for the v2 Java SDK, you can check out:&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/" rel="nofollow noreferrer"&gt;https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Please reach out if you run into issues or need additional clarification.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 04:53:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Verifying-using-V2-only/m-p/184299#M7724</guid>
      <dc:creator>Stephen C.14</dc:creator>
      <dc:date>2016-08-23T04:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Verifying using V2 only</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Verifying-using-V2-only/m-p/184300#M7725</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;It might be a little off topic, but i've bumped into this issue migrating from v1 to v2:&lt;/P&gt;
&lt;P&gt;after getting the auth code from this endpoint:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize" rel="nofollow noreferrer"&gt;https://www.dropbox.com/oauth2/authorize&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;and getting the token from this endpoint:&lt;BR /&gt;&lt;SPAN&gt;https://api.dropbox.com/oauth2/token&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;i am trying to get user's display name. as far as i understand you've changed user endpoint to this one:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.dropboxapi.com/2/users/get_current_account" rel="nofollow noreferrer"&gt;https://api.dropboxapi.com/2/users/get_current_account&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;but all i get from api is this:&lt;/P&gt;
&lt;P&gt;{protocol=http/1.1, code=400, message=Bad Request, url=&lt;A href="https://api.dropboxapi.com/2/users/get_current_account" rel="nofollow noreferrer"&gt;https://api.dropboxapi.com/2/users/get_current_account&lt;/A&gt;}&lt;/P&gt;
&lt;P&gt;Please give me hints if you have any.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 14:01:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Verifying-using-V2-only/m-p/184300#M7725</guid>
      <dc:creator>Eugene G.4</dc:creator>
      <dc:date>2016-08-25T14:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Verifying using V2 only</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Verifying-using-V2-only/m-p/184301#M7726</link>
      <description>&lt;P&gt;Hi Eugene, it looks like you also posted this in a &lt;A href="https://www.dropboxforum.com/hc/en-us/community/posts/210658986-API-v2-get-current-user-error" target="_blank" rel="nofollow noreferrer"&gt;new thread&lt;/A&gt;, so I'll follow up there.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 00:29:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Verifying-using-V2-only/m-p/184301#M7726</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-26T00:29:56Z</dc:date>
    </item>
  </channel>
</rss>

