i am unable to login using google plus am getting the following error
i am using the kinvey sample app
Error 403 body: {
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured"
}
],
"code": 403,
please help me...
1 Comment
E
Edward
said
over 7 years ago
This looks like an error from the Google side of sign in, can you ensure that you followed the required set up steps?
Our user guide, http://devcenter.kinvey.com/android/guides/users#google mentions that you have to follow steps 1 and 2 from google's getting started with G+ login:
androidsvtech
i am using the kinvey sample app
Error 403 body: {
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured"
}
],
"code": 403,
please help me...