<?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: chooser android not working in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/chooser-android-not-working/m-p/179674#M7311</link>
    <description>&lt;P&gt;Thanks for the sample, Gustavo.&amp;nbsp;The string you've entered as your Dropbox API app key is actually an Dropbox API OAuth 2 access token. These are two different things, and the latter is only used for the&amp;nbsp;Dropbox API, not the&amp;nbsp;Dropbox Chooser.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your app key is a much shorter string, and you can get it from your app's page on the App Console:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/apps" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/apps&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2016 05:11:12 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-04-29T05:11:12Z</dc:date>
    <item>
      <title>chooser android not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/chooser-android-not-working/m-p/179671#M7308</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to use Chooser in my Android App but when the user choose the file, Dropbox app show the error message: "Dropbox error. Try again later" or "Sorry, an error occurred. Please try again later."&lt;/P&gt;
&lt;P&gt;The same occours on ChooserExample.&lt;/P&gt;
&lt;P&gt;Is it a Dropbox app version (I am on 6.2.4) or my API Key is invalid or another problem?&lt;/P&gt;
&lt;P&gt;PS.: When I use the API Key to send a file using HTTP API, works.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Gustavo&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:33:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/chooser-android-not-working/m-p/179671#M7308</guid>
      <dc:creator>Gustavo P.2</dc:creator>
      <dc:date>2019-05-29T09:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: chooser android not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/chooser-android-not-working/m-p/179672#M7309</link>
      <description>&lt;P&gt;This can occur if your app key isn't entered correctly. Can you share your code?&lt;/P&gt;
&lt;P&gt;Likewise, the example app doesn't come with an app key set and requires you to enter it as the&amp;nbsp;APP_KEY variable in MainActivity.java. Did you do that and can you check you copied the key in correctly?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 04:32:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/chooser-android-not-working/m-p/179672#M7309</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-29T04:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: chooser android not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/chooser-android-not-working/m-p/179673#M7310</link>
      <description>&lt;P&gt;Gregory, thank you for your reply.&lt;/P&gt;
&lt;P&gt;Yes, I changed the APP_KEY on my Android APP and on example app and I made a double check on token, it's correct.&lt;/P&gt;
&lt;P&gt;My code is exactly equal the example app.&lt;/P&gt;
&lt;P&gt;I created my token in an "App Folder" type, but the error happens in App Folder too.&lt;/P&gt;
&lt;PRE&gt;static final String APP_KEY = "qE7z4V266tsAAAAAAAAH0ftgo6....._SikuUA8EfoFTE-Y_B7j.....";&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Apr 2016 05:05:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/chooser-android-not-working/m-p/179673#M7310</guid>
      <dc:creator>Gustavo P.2</dc:creator>
      <dc:date>2016-04-29T05:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: chooser android not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/chooser-android-not-working/m-p/179674#M7311</link>
      <description>&lt;P&gt;Thanks for the sample, Gustavo.&amp;nbsp;The string you've entered as your Dropbox API app key is actually an Dropbox API OAuth 2 access token. These are two different things, and the latter is only used for the&amp;nbsp;Dropbox API, not the&amp;nbsp;Dropbox Chooser.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your app key is a much shorter string, and you can get it from your app's page on the App Console:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/apps" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/apps&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 05:11:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/chooser-android-not-working/m-p/179674#M7311</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-29T05:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: chooser android not working</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/chooser-android-not-working/m-p/179675#M7312</link>
      <description>&lt;P&gt;Thank again, Gregory.&lt;/P&gt;
&lt;P&gt;Are you right, my mistake. I got the&amp;nbsp;correct App Key and it works!&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Gustavo&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 05:18:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/chooser-android-not-working/m-p/179675#M7312</guid>
      <dc:creator>Gustavo P.2</dc:creator>
      <dc:date>2016-04-29T05:18:13Z</dc:date>
    </item>
  </channel>
</rss>

