•   over 11 years ago

Authentication of test users via Android sdk fails

Hi
We are always receiving
{"message": "Invalid signature", "error": "invalid_request"} with response Code of 400 even with the valid credentails when authenticated using the Android sdk.Even the provided test framework and test app fail with the same.

On the other side , with same credentails and auth details , the sample python script given in the documentation was properly working.

  • 1 comment

  • Manager   •   over 11 years ago

    Hi JagdeeshK!

    Sorry for the delayed response and to hear that you're having issues with authenticating test end-users via the Android SDK.

    Out of curiosity, what's the test end-user email address you're using? If it's the same as your admin credentials, could you try creating a different test end-user with different login credentials?

    Also, one way you could test the authentication of Cloudfs on Android SDK is by running the sample app MyStorage, and input the test end-user account parameters: CLIENT_ID, CLIENT_SECRET, CLIENT_ENDPOINT under MyStorageApplication.java file, and USERNAME, PASSWORD parameters under MainActivity.java file.

    Let me know if this helps of if you're still experiencing any issues.

    Thanks!

Comments are closed.