Google+ login failed redirect_uri_mismatch

I want to change the identifier of the package that was registered with the Google APIs Console to sign in to Google+.

The answer to this question tells me how to do it, but I do not see Client idand secretunder API Access, as he says, may be due to the fact that the Google APIs Console changed.

Does anyone know how to edit the current registered package ID for Google+ integration in the Google APIs console?

Edit: I could not see the client ID and secret because it was somehow deleted. I created a new one. Replaced client ID with existing one. But still the same mistake.

+4
source share
3 answers

I solved the problem by creating a new client id. Make sure the Google+ API is enabled in the Google console.

+3
source

In my case, I added an invalid package identifier.

+8
source

Follow these steps to get the secret and client id

1) Open the API in the Google API Console. Then click "Create Customer ID".

as...

enter image description here

2) Fill out the following form.

enter image description here

3) you will receive a customer ID

enter image description here

+4
source

All Articles