oauth2-playground Questions
8
Solved
'Token has been expired or revoked' - Google OAuth2 Refresh token gets expired in a few days
I am using Google Analytics API to fetch analytics data. I tried to authenticate it using following steps:
Created OAuth client ID in https://console.developers.google.com/ credentials section.
In...
Ornamented asked 5/2, 2021 at 5:58
26
I try to make a web page for youtube video upload, therefore I try to get the client id from google api console, and in the api console it shows something like this:
Client ID: 533832195920.apps.g...
Fennelflower asked 18/6, 2013 at 10:41
2
Solved
I was trying to assume roles in order to test the CloudSearch API, and I'm locked out.
I see:
This app is blocked
The app tried to access sensitive info in your Google Account. To keep your account...
Hanser asked 24/3, 2022 at 8:54
2
Solved
I'm trying to implement incremental authorization with Google Oauth2 in my application.
At first, when users sign in, the application is requesting some scopes and offline access. I'm generating ...
Shluh asked 24/7, 2018 at 9:24
2
getting this error intermittently
HttpError 403 when requesting https://www.googleapis.com/discovery/v1/apis/gmail/v1/rest returned "The caller does not have permission"
It works someti...
Chisel asked 3/7, 2020 at 14:57
1
Solved
Hi Stackoverflow community,
I'm trying to configure a web app to make use of certain Google scopes. I want the user to either approve all of them or reject all of them.
This is exactly the behav...
Jerusalem asked 31/3, 2020 at 15:16
0
I'm trying to test my implementation for the Youtube Analytics API, but my own Google Accounts doesn't have any (advanced audience) data to provide.
Is there any public available test account (You...
Fredfreda asked 21/1, 2020 at 17:1
2
Solved
If I go to google api playground I do the following steps:
Step 1: Select & authorize APIs. I select the two scopes
https://www.googleapis.com/auth/fitness.blood_glucose.read
https://www.go...
Earthenware asked 31/1, 2018 at 14:58
2
Solved
I am using Google APIs in my application and the oauth2 refresh token expires after 1 hour. I am using this refresh token to execute a task which runs daily. I create the refresh token using the OA...
Fulmination asked 1/10, 2018 at 6:1
7
I'm testing my game using Google's new Games Services, and I'd like to reset my account's achievements for testing.
I've found that you can reset achievements using google's APIs (https://develope...
Kolinsky asked 19/5, 2013 at 4:15
1
I am using nodeJS for fetching the data from google sheet and the URL looks like :
var url = `https://sheets.googleapis.com/v4/spreadsheets/${sheet_key}/values/Sheet2!A1:J20?key=${google_API_key}...
Goosefoot asked 16/2, 2018 at 4:7
3
Solved
I am learning on how to access google calendar API for creating and accessing events. I am trying to understand API using OAuth 2.0 Playground. I am struggling on what to set for calendarid and eve...
Hipped asked 29/4, 2013 at 18:35
2
Solved
I have a "Sign in with Google+" button on my page. When people click on it, I want the only thing they authorize to be "View your email address."
I don't want "Know who you are on Google" or "View...
Kassa asked 25/6, 2014 at 13:32
2
Solved
Hello kind people of the internet.
Does Google OAuth2.0 support an OAuth-flow for a Resource Owner Password Credential Flow?
...and if so, then:
A.) can this type of OAuth flow be tested on the ...
Creosote asked 5/9, 2013 at 16:14
3
Google provide many of its data via api.
Google plus provide data of people,activity,comments.
But its not provide data of new feature like community,events.
How can i access that stuff via google ...
Weird asked 6/2, 2013 at 19:49
1
Used google oauth2 playground: https://developers.google.com/oauthplayground/
Followed: https://developers.google.com/accounts/docs/OAuth2WebServer#offline
Anyone why I am getting invalid request?...
Toffee asked 11/10, 2012 at 21:37
1
I have been trying to use the oauth2 playground with the Laravel oauth2-server bundle and ran into an issue. I'm using header('location: to take me back to google after the authorization has happen...
Rhinelandpalatinate asked 25/11, 2012 at 19:2
1
© 2022 - 2025 — McMap. All rights reserved.