Top "Google-oauth" questions

Google APIs use the OAuth 2.0 protocol for authentication and authorization.

Oauth2 flow without redirect_uri

I am creating an Android/iOS app which communicates with a Node.js server and would like to identify them …

node.js google-oauth passport.js passport-facebook
Google Drive API, Oauth and service account

I've some issues with Google Drive API, service account and authentication. I read a lot, but I cannot figure out …

google-drive-api google-oauth service-accounts
Missing required parameter: redirect_uri with passport-google-oauth

Using passport-google-oauth: "0.2.0" in my MEAN Stack application (found here: https://github.com/jaredhanson/passport-google-oauth). When I run the application and …

node.js express google-oauth passport-google-oauth
What is wrong with this POST request implementation?

I have been working around Google OAuth 2.0 with java and got struck with some unknown error during implementation. The following …

java post apache-httpcomponents google-oauth
gapi.auth.signOut(); not working I'm lost

Below is the code I am using to login with google. I have an element on login.php with id …

oauth oauth-2.0 google-plus google-oauth
What is google oauth consent screen values?

While registering new oauth client on Google its oauth consent screen is demanding private policy url , app homepage url and …

oauth google-oauth google-developers-console
google api (sheets) Request had insufficient authentication scopes

i want to read an write data from a sheet, reading works fine but writing doesn't. i use all the …

python google-api anaconda google-oauth google-api-python-client
Get access token on server side javascript (nodejs) using google authorization code received from client side

i have gone through this documentation :- https://developers.google.com/identity/sign-in/web/server-side-flow At the last step it …

javascript node.js google-oauth google-signin google-api-nodejs-client
How to access the new Gmail API from my Android app?

I am trying to access the new Gmail API (announced 25.06.2014) from my Android app in order to return all e-mail …

android oauth-2.0 google-plus google-oauth gmail-api
Google login get access token with new GoogleSignInOptions

My android app currently uses the GoogleAuthUtil to signin users and fetch an access_token which is passed to the …

android oauth-2.0 google-play-services google-login google-oauth