google-oauth-java-client Questions

1

Solved

My webapp uses "Sign In with Google for Web" (https://accounts.google.com/gsi/client script). For various reasons, I now want to get rid of the JS library and implement the required steps...
Gristmill asked 21/12, 2022 at 14:45

7

Solved

I'm developping an Android App with Angular and Cordova plugins and I want to integrate it with Google Authentication. I have installed the cordova-plugin-googleplus and I have successfully integra...

3

Solved

I want to email my customers using different "roles" (e.g. info@ , customer-support@, tech-support@, no-reply@). I've tried 2 approaches: Multiple "users"/accounts in my Gmail for business appl...
Fortenberry asked 18/12, 2015 at 4:11

2

I'm using the Google API Java Client http://code.google.com/p/google-api-java-client/ and am able to get the access token successfully for Android. // Google Accounts credential = GoogleAccountCr...

5

Solved

I am trying to make an upload to YouTube from my Java based web app, I spent a few days to understand what and where is the problem and I cannot get it, for now I am pulling my hair out off my head...

2

Solved

Authorization is required to fetch information from the Google Play Developer API. I know how to do this with Postman, but implementing authorization is much more cumbersome (redirect url, handlin...
Static asked 9/1, 2018 at 20:28

2

Solved

I have the following workflow in my application: user logs into my custom app user clicks a button to link their YouTube account application makes a server side request using the code listing b...
Pastiche asked 8/6, 2016 at 19:50

1

Solved

Requirement: I am trying to upload videos to my Youtube channel through Youtube Data API for Java. The request is sent from a war file hosted on tomcat container.My application is not for external ...

2

Solved

The authorized redirect URI is used by google to do a callback to pass the authorization token. It is also used for validation by google. So when receiving the actual oauth request, google checks ...
Lustrous asked 20/8, 2014 at 8:56

1

We are experiencing the issue of Gmail atom feed with 2-legged OAuth, an error message is "401 unauthorized". The error message is like below. <HTML> <HEAD> <TITLE>Unauthorized&...
1

© 2022 - 2024 — McMap. All rights reserved.