Skip to content

Any request with the Android SDK responds with "unauthorized" #635

Closed
@ricamgar

Description

@ricamgar

I am always getting "unauthorized" when I try to perform any operation with the Android SDK.

I followed the migration guide and deployed the parse-server to Heroku and MongoLab

The server seems to be up and running. Here the last logs:
screen shot 2016-02-24 at 23 10 15

I am using the last Android SDK library:
compile 'com.parse:parse-android:1.13.0'

and initialising Parse on the app with:

Parse.initialize(new Parse.Configuration.Builder(getApplicationContext())
        .applicationId("myAppId")
        .clientKey("myClientKey")
        .server("http://myApp.herokuapp.com/parse/")   // '/' important after 'parse'
        .build());

Thanks for your support!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions