Need to see if your shared folder is taking up space on your dropbox 👨‍💻? Find out how to check here.

Forum Discussion

UnbarredStream's avatar
UnbarredStream
Explorer | Level 3
7 years ago
Solved

Bad configurated app error using Android SDK

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?

  • Greg-DB's avatar
    Greg-DB
    7 years ago

    Thanks! That's helpful. Did you make any changes to your app's configuration on the App Console recently, perhaps accidentally?

    Specifically, please check that your have "Allow implicit grant" set to "Allow" on the app's page on the App Console, 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.

4 Replies

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    7 years ago

    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:

    • the full and exact text of the error/any unexpected output; a screenshot is ok if that's easier
    • the steps to reproduce the proble, including the relevant code snippet(s) that are failing
  • UnbarredStream's avatar
    UnbarredStream
    Explorer | Level 3
    7 years ago

    Dropbox activity
    Dropbox Activity error

    Browser error
    Browser error
    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

    For start login:

    Auth.startOAuth2Authentication(context, <App key>)


    and in manifest:

    <activity
                android:name="com.dropbox.core.android.AuthActivity"
                android:configChanges="orientation|keyboard"
                android:launchMode="singleTask">
                <intent-filter>
                    <data android:scheme="db-<App key>"/>
    
                    <action android:name="android.intent.action.VIEW"/>
    
                    <category android:name="android.intent.category.BROWSABLE"/>
                    <category android:name="android.intent.category.DEFAULT"/>
                </intent-filter>
    </activity>

     

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    7 years ago

    Thanks! That's helpful. Did you make any changes to your app's configuration on the App Console recently, perhaps accidentally?

    Specifically, please check that your have "Allow implicit grant" set to "Allow" on the app's page on the App Console, 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.

  • UnbarredStream's avatar
    UnbarredStream
    Explorer | Level 3
    7 years ago

    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

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!