Some of required parameters are null

I keep getting this error when signing in with googleplussdk: Some of required parameters are null. I have no clue about what’s going on, and wondering if you guys can help. And also, any chances you guys will include official documentation for signing in with google plus sdk?

Thanks.

Please clarify what platform do you use (android, ios, js, etc)?

Sorry, getting that error on Android

please use an example from here https://github.com/Backendless/Android-SDK/tree/master/samples/LoginWithGooglePlusSDK

Sergey, i used that example to write my code. It used to work fine but not anymore. I am a little lost because i’ve never had that error before

I need time to reproduce your issue, so I have created internal ticket BKNDLSS-13109

This issue happens with both loginwithgoogleplus and loginwithgoogleplussdk

Hi, Kadima!

Just checked the sample Sergey proposed you - it works flawlessly.
I guess you just need to find out what’s wrong in your implementation / google developers console settings.
In case you are interested in dedicated services of Backendless team please contact sales@backendless.com for details.

I have asked you guys a while ago to upload documentation for googleplussdk sign in. more than 4 months have passed and nothing as been updated!!! how can you expect people to use a platform with poor documentation?

and the problem i have is when trying to login into backendless, i receive all the users data from google plus, and nothing returned is null (idToken, accessToken are not null) but Backendless.UserService.loginWithGooglePlusSdk() method gives me this error message: BackendlessFault{ code: ‘3038’, message: ‘Some of required parameters are null’ }

The exception ‘Some of required parameters are null’ mostly could appear in the next situation :

applicationId is null
app version is null
accessToken is null
user values from g+ is null

you are right, i realized one of the mappings i was doing was null… i fixed it!! Thank you

Facing the same issue with “loginWithGooglePlusSdk”. Also applicationId, app version , access token and g+ none of them are null.

Not sure why this is occurring.

“Some of required parameters are null”

Please clarify what platform do you use (android, ios, js, etc)?

Android. Updated the backendless.jar file to make sure I have the latest one.