"An Internal Error Occurred" with Integration of Google Plus Login

An internal error occurred with integration of Google Plus Login

This can happen when you haven't set the signature for the client ID in your API console project, or if you copied the wrong key value from keytool. Doing so is documented in the steps of the quick start guide on steps 7, 8, 9, and 10.

Android Google Plus Login - An internal error occurred

the reason I had this error was that I needed to implement the Public API access key in the Google console. The most important pieces of info here is the SHA1 number this tutorial worked for me on windows http://livingcode.co/index.php/2014/04/10/android-studio-how-to-get-debug-signing-certificate-on-windows/ and the app identifier eg com.example.app. I still had the error after that until I figured out I needed to implement the OAuth key too, have you done that?

Android Google+ Signin An internal error has occurred

I have the same issue and resolve by doing this.

On page Google api console.

  1. Create a client ID
  2. Application type should be installed application.
  3. choose android (if it is for android) and Put your sha1 and package name.

Now the important part.

Click on consent screen below to the apis on left pannel menu
and fill the information

You have done.Now run the application.

Thanks

Android-Sign in via Google plus An internal error has occured

I solved the problem by get SHA from cmd not from exported file becuase I am running the project via mobile not via getting APK file when I should run project via getting apk file I must get the SHA from exported file

Internal error occur when integrating google plus

I solved my problem.
Recreate a sha1 key with password android. Now this working fine to me. So problem is in creating sha1 key.

Google plus client An internal error occured

This is too dumb but I have not found any information googling internet and groups.
But it solved replacing:

//static final String[] SCOPES = new String[] { Scopes.PLUS_PROFILE, PLUS_WRITE_MOMENT };
static final String[] SCOPES = new String[] { Scopes.PLUS_PROFILE };

Seems the error occured because of PLUS_WRITE_MOMENT...
I don't understand why, but without this it works.

I like google...



Related Topics



Leave a reply



Submit