Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
20 views

Cant configure Google Auth , i use Flutter+Node without Firebase

Im trying to resolve a problem with Google Auth. When i Sign In its working fine , i generate id,username,email etc and then i try to authenticate the user so it generates the accessToken(for some ...
Thanos Rom's user avatar
1 vote
1 answer
35 views

How to test Google's OAuth granular consent screen for TV & Device Apps

We received a notice from Google "OAuth clients must support granular consent, starting June 17, 2024". Our apps OAuth Client is TV and Limited-Input Devices. We tested to display granular ...
Y.Shigemitsu's user avatar
0 votes
0 answers
26 views

Login in google page with requests or Oauthlib

Good day, I have a task to fill out and submit data on this site: Click Quality Form using Python code, and I encountered the following issues: I cannot find which Google API corresponds to this site (...
Refusion's user avatar
0 votes
0 answers
92 views

Google account logout error in web application

I have an application in which you log in with a Google account to see the calendar with the events of that account, my problem comes when it comes to logging out, the code below is the function in ...
Hugo Jiménez's user avatar
0 votes
1 answer
45 views

How to create an oAuth2Client using the @googleapis/oauth2 subpackage

I am trying to move from using the entire googleapis package in my firebase cloud function (nodejs) project to using only the sub packages I need. This is what I have that works currently: const {...
MadMac's user avatar
  • 4,629
0 votes
0 answers
26 views

Stay signed in Google Cloud Calendar API

I have a web application that allows me to see the calendar of the Google account that logs in. I have this code: <script> let config; async function loadConfig() { ...
Hugo Jiménez's user avatar
1 vote
1 answer
60 views

Google Cloud calendar API connection error

I am developing a web application in which you can see your calendar from your Google account. My calendar is inside an iframe within the main page (index.html) and is activated when pressing a button ...
Hugo Jiménez's user avatar
0 votes
0 answers
36 views

Google Oauth 2.0 throwing error "invalid_grant" in .net 6 project

{ "error": { "error": "invalid_grant", "error_description": "Invalid grant: account not found", "error_uri": null }, "statusCode": ...
Dinesh Naidu's user avatar
0 votes
1 answer
29 views

Obtaining google oAuth refresh token once expired

I developed an application which integrates with google api. First part initially went ok: prompt consent, obtaining for the first time access token, and refresh token. This is OK. The issue is when ...
lonelydev101's user avatar
  • 1,731
1 vote
1 answer
53 views

Can I request even less access from the Google API?

I'm implementing Google login using the Google client libraries on both iOS and Android. I need very minimal access: only the ability to write new files to the user's Drive. As such, the only scope I ...
The Beruriah Incident's user avatar
0 votes
1 answer
36 views

React Native Google task integration

I try to receive the list of google task from react native app. I created a new app : npx react-native init GoogleTasksApp Added the package : npm install @react-native-google-signin/google-signin ...
Maxim Uglov's user avatar
0 votes
0 answers
105 views

Cannot upload private app with Google Play Custom App Publishing API - 401 Unauthorized Error

I am trying to use the Google Play Custom App Publishing API with a Java client and a service account created from a GCP account of the same user. Despite using the sample code provided in the ...
barisinanc's user avatar
0 votes
0 answers
115 views

Google Oauth CASA tier-2 verification, which app should i submit for security scanning exactly?

We are building application suite in communication space which requires Restricted scopes of Gmail API. We have submitted our application for Oauth verification and Google team has asked us to provide ...
Swapnil Nakade's user avatar
0 votes
1 answer
39 views

Where is the Authorized Redirect URIs in Google API now?

I am using Google Drive API. I have set up my project, set the credentials on OAuth 2.0 Client IDs, filled in every item on OAuth Consent Screen. Neither from OAuth Consent Screen and the OAuth 2.0 ...
Brian Man's user avatar
0 votes
1 answer
68 views

OAuth token generated from Google credentials in Python expires after a while and I have to delete the token and re-authorise [duplicate]

I'm currently building a website called EduInsights for my college to manage the semester results. I want access to the drive and sheets API provided by Google to export the results to a spreadsheet ...
Srikar v's user avatar

15 30 50 per page
1
2 3 4 5
181