Welcome
Login
Sign up
Home
Solutions
Forums
How can we help you today?
Enter your search term here...
Search
Login
or
Signup
to submit a new ticket
Check ticket status
Start a new topic
Discussions
Kinvey Forums
Android
User signup MissingRequestParameter
Mark Thien
started a topic
about 6 years ago
This is really kind of terrible to me. I have spent 2 hours on trial and error for user signup but still can't get it works.
I followed this page to signup a user http://devcenter.kinvey.com/android/guides/users#signup
using username and password and I got
com.kinvey.java.core.KinveyJsonResponseException: MissingRequestParameter
hence I set username like
mKinveyClient.user().setUsername(username);
mKinveyClient.user().create(email, password, new KinveyUserCallback() {
.......
});
and yet I still got the same error. Anyone got it works please kindly assist me here. Thanks !
Cheers,
Mark Thien
1 Comment
Mark Thien
said
about 6 years ago
sorry I fixed it. please ignore
Login
or
Signup
to post a comment
More topics in
Android
Can I add KinveyReferences and other custom Arrays to the User entity?
How can I use custom enums within my Entity?
Linking an image does not save with LinkedData
How can I get all records saved by the current user?
Why don't all users see the same data when querying?
Retrieving related file from datastore collection - continued
Problem implementing sign up / login
Can Android API be used for Java?
I'm not receiving push notifications
It is impossible to receive object according to the link
See all 259 topics
Mark Thien
I followed this page to signup a user http://devcenter.kinvey.com/android/guides/users#signup
using username and password and I got
com.kinvey.java.core.KinveyJsonResponseException: MissingRequestParameter
hence I set username like
mKinveyClient.user().setUsername(username);
mKinveyClient.user().create(email, password, new KinveyUserCallback() {
.......
});
and yet I still got the same error. Anyone got it works please kindly assist me here. Thanks !
Cheers,
Mark Thien