<?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: Bad configurated app error using Android SDK in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Bad-configurated-app-error-using-Android-SDK/m-p/326765#M19143</link>
    <description>&lt;P&gt;I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;the full and exact text of the error/any unexpected output; a screenshot is ok if that's easier&lt;/LI&gt;
&lt;LI&gt;the steps to reproduce the proble, including the relevant code snippet(s) that are failing&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Sat, 02 Feb 2019 23:09:29 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-02-02T23:09:29Z</dc:date>
    <item>
      <title>Bad configurated app error using Android SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Bad-configurated-app-error-using-Android-SDK/m-p/326616#M19139</link>
      <description>&lt;P&gt;My app was working fine for the last 6 months or so, but just now my users are receiving the "This app wasn't configures correctly", the dropbox api was changed o it's down?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:08:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Bad-configurated-app-error-using-Android-SDK/m-p/326616#M19139</guid>
      <dc:creator>UnbarredStream</dc:creator>
      <dc:date>2019-05-29T09:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bad configurated app error using Android SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Bad-configurated-app-error-using-Android-SDK/m-p/326765#M19143</link>
      <description>&lt;P&gt;I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;/P&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;the full and exact text of the error/any unexpected output; a screenshot is ok if that's easier&lt;/LI&gt;
&lt;LI&gt;the steps to reproduce the proble, including the relevant code snippet(s) that are failing&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sat, 02 Feb 2019 23:09:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Bad-configurated-app-error-using-Android-SDK/m-p/326765#M19143</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-02-02T23:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bad configurated app error using Android SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Bad-configurated-app-error-using-Android-SDK/m-p/326768#M19145</link>
      <description>&lt;P&gt;Dropbox activity&lt;BR /&gt;&lt;IMG src="https://i.imgur.com/Mw27yLh.png" border="0" alt="Dropbox Activity error" width="1080" height="1920" /&gt;&lt;/P&gt;&lt;P&gt;Browser error&lt;BR /&gt;&lt;IMG src="https://i.imgur.com/3s7nZpZ.jpg" border="0" alt="Browser error" width="720" height="1280" /&gt;&lt;BR /&gt;My app was working fine for the las couple of months, and its easy to implement Dropbox in Android so i dont understand why the error&lt;BR /&gt;&lt;BR /&gt;For start login:&lt;/P&gt;&lt;PRE&gt;Auth.startOAuth2Authentication(context, &amp;lt;App key&amp;gt;)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;and in manifest:&lt;/P&gt;&lt;PRE&gt;&amp;lt;activity
            android:name="com.dropbox.core.android.AuthActivity"
            android:configChanges="orientation|keyboard"
            android:launchMode="singleTask"&amp;gt;
            &amp;lt;intent-filter&amp;gt;
                &amp;lt;data android:scheme="db-&amp;lt;App key&amp;gt;"/&amp;gt;

                &amp;lt;action android:name="android.intent.action.VIEW"/&amp;gt;

                &amp;lt;category android:name="android.intent.category.BROWSABLE"/&amp;gt;
                &amp;lt;category android:name="android.intent.category.DEFAULT"/&amp;gt;
            &amp;lt;/intent-filter&amp;gt;
&amp;lt;/activity&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Feb 2019 23:55:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Bad-configurated-app-error-using-Android-SDK/m-p/326768#M19145</guid>
      <dc:creator>UnbarredStream</dc:creator>
      <dc:date>2019-02-02T23:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bad configurated app error using Android SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Bad-configurated-app-error-using-Android-SDK/m-p/326771#M19146</link>
      <description>&lt;P&gt;Thanks! That's helpful. Did you make any changes to your app's configuration on &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;the App Console&lt;/A&gt; recently, perhaps accidentally?&lt;/P&gt;
&lt;P&gt;Specifically, please check that your have "Allow implicit grant" set to "Allow" on the app's page on &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;the App Console&lt;/A&gt;, since you do need that for the app authorization flow used by the Java SDK. If it's set to "Disallow", switch it to "Allow" and try again, and let me know if that doesn't help.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 00:37:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Bad-configurated-app-error-using-Android-SDK/m-p/326771#M19146</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-02-03T00:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bad configurated app error using Android SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Bad-configurated-app-error-using-Android-SDK/m-p/326774#M19147</link>
      <description>&lt;P&gt;oh thanks, it worked, but it's strange, i did't made any changes to the console before the error, i did't enter to console for almost a month&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 01:08:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Bad-configurated-app-error-using-Android-SDK/m-p/326774#M19147</guid>
      <dc:creator>UnbarredStream</dc:creator>
      <dc:date>2019-02-03T01:08:36Z</dc:date>
    </item>
  </channel>
</rss>

