<?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: Andorid SDK uses deprecated API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Andorid-SDK-uses-deprecated-API/m-p/421878#M22632</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1304202"&gt;@Sekali&lt;/a&gt;&amp;nbsp;I'm not sure I understand your message. If you're using an official SDK, such as &lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_self"&gt;the Java SDK&lt;/A&gt;, you should use the latest version, as released and documented. You do not need to make any modifications to it. It may use some different internal mechanisms, but the latest versions already use API v2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are not using an SDK, you should implement &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_self"&gt;the OAuth flow as documented&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2020 14:53:29 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-05-19T14:53:29Z</dc:date>
    <item>
      <title>Andorid SDK uses deprecated API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Andorid-SDK-uses-deprecated-API/m-p/219349#M11580</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java&lt;/A&gt; Andorid SDK uses still v1 API. It shows warning when I try to login from application. It opens&amp;nbsp;&lt;A href="https://www.dropbox.com/1/connect?k=XXX" target="_blank"&gt;https://www.dropbox.com/1/connect?k=XXX&lt;/A&gt; when I call &amp;nbsp;Auth.startOAuth2Authentication. What is the solution for this? Do I need to implement other way, or will the developers implement it into the Dropbox SDK?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:23:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Andorid-SDK-uses-deprecated-API/m-p/219349#M11580</guid>
      <dc:creator>sianis</dc:creator>
      <dc:date>2019-05-29T09:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Andorid SDK uses deprecated API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Andorid-SDK-uses-deprecated-API/m-p/219470#M11595</link>
      <description>&lt;P&gt;The &lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_self"&gt;Java SDK&lt;/A&gt; does already use API v2. That authorization page URL has /1/ in it for historical reasons, but it's not actually used for API v1 only. As long as you're using the latest version of that SDK and following the instructions in the &lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_self"&gt;readme&lt;/A&gt;&amp;nbsp;you're using API v2 and don't need to do anything differently. (Make sure you're using a version of the SDK &amp;gt;1.8.2.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're seeing a warning on the authorization page about the API v1 deprecation, it's because you previously used API v1 but didn't acknowledge the deprecation. You can do so from the &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;App Console&lt;/A&gt; while signed in to the account that owns the app(s).&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 18:36:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Andorid-SDK-uses-deprecated-API/m-p/219470#M11595</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-04T18:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Andorid SDK uses deprecated API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Andorid-SDK-uses-deprecated-API/m-p/421675#M22620</link>
      <description>&lt;P&gt;thanks . Your means use the demo ,web pages shows like &lt;A href="https://www.dropbox.com/1/connect" target="_blank"&gt;https://www.dropbox.com/1/connect&lt;/A&gt;, but it already support v2 endport ? Just like request url like &lt;A href="https://www.dropbox.com/oauth2/authorize" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize&lt;/A&gt;? so it looks like a shell?&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 01:53:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Andorid-SDK-uses-deprecated-API/m-p/421675#M22620</guid>
      <dc:creator>Sekali</dc:creator>
      <dc:date>2020-05-19T01:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Andorid SDK uses deprecated API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Andorid-SDK-uses-deprecated-API/m-p/421878#M22632</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1304202"&gt;@Sekali&lt;/a&gt;&amp;nbsp;I'm not sure I understand your message. If you're using an official SDK, such as &lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_self"&gt;the Java SDK&lt;/A&gt;, you should use the latest version, as released and documented. You do not need to make any modifications to it. It may use some different internal mechanisms, but the latest versions already use API v2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are not using an SDK, you should implement &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_self"&gt;the OAuth flow as documented&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 14:53:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Andorid-SDK-uses-deprecated-API/m-p/421878#M22632</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-05-19T14:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Andorid SDK uses deprecated API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Andorid-SDK-uses-deprecated-API/m-p/430975#M22833</link>
      <description>&lt;P&gt;thanks , I solved it . I look for&amp;nbsp; oauth and use it.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 03:49:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Andorid-SDK-uses-deprecated-API/m-p/430975#M22833</guid>
      <dc:creator>Sekali</dc:creator>
      <dc:date>2020-06-19T03:49:55Z</dc:date>
    </item>
  </channel>
</rss>

