As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I have a sign up process and I've checked in Kinvey console `Enforce email verification`. But I receive an error from:
`com.kinvey.java.core.KinveyJsonResponseException: MissingRequestParameter
A required parameter is missing from the request`
It enters in onFailure.
How can I append the `email` parameter on this creation process? There is no answer in the documentation.
Please assists,
Thanks
Best Answer
P
Pranav J
said
almost 6 years ago
Ilia,
First of all, you will have to create a custom user object (with a value for email property) and you can pass it to following Signup method: signUp(String username, String password, T user, AbstractClient client, KinveyClientCallback<T> callback)
First of all, you will have to create a custom user object (with a value for email property) and you can pass it to following Signup method: signUp(String username, String password, T user, AbstractClient client, KinveyClientCallback<T> callback)
Ilia Bum
Hi all,
I have a sign up process and I've checked in Kinvey console `Enforce email verification`. But I receive an error from:
`com.kinvey.java.core.KinveyJsonResponseException: MissingRequestParameter A required parameter is missing from the request`
It enters in onFailure.
How can I append the `email` parameter on this creation process? There is no answer in the documentation.
Please assists,
Thanks
First of all, you will have to create a custom user object (with a value for email property) and you can pass it to following Signup method:
signUp(String username, String password, T user, AbstractClient client, KinveyClientCallback<T> callback)
Also, please take a look at our sample app for Android v3.0.
https://devcenter.kinvey.com/android/samples/android-starter#
Let me know if my suggestion helps otherwise I will have our Android developer look into this issue.
Thanks,
Pranav
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstPranav J
First of all, you will have to create a custom user object (with a value for email property) and you can pass it to following Signup method:
signUp(String username, String password, T user, AbstractClient client, KinveyClientCallback<T> callback)
Also, please take a look at our sample app for Android v3.0.
https://devcenter.kinvey.com/android/samples/android-starter#
Let me know if my suggestion helps otherwise I will have our Android developer look into this issue.
Thanks,
Pranav
Ilia Bum
Thank you Pranav,
Now it's clear and works well.
Ilia.
Ilia Bum
Hi Pranav,
Sample app is very helpful.
Thank you,
Ilia.
Pranav J
Glad it is working for you now.
Thanks,
Pranav
-
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