Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
0 answers
41 views

We have a Google App Script project for a Gmail add-on associated with a Google Cloud project. We have 2 OAuth clients within the Google Cloud project. The 1st is the auto generated client to be used ...
Dev Ops's user avatar
0 votes
1 answer
60 views

Using Google OAuth 2.0 (Authorization Code flow) and exchanging the code at https://oauth2.googleapis.com/token, we request the scopes openid email profile and decode the returned id_token. For almost ...
B Hund's user avatar
  • 1
2 votes
1 answer
68 views

I'm trying to make an online service for my Android app using Google Apps Script. The users simple log in to their Google Account inside the app, grant necessary permissions to the corresponding GCP ...
Pion Developer's user avatar
2 votes
1 answer
148 views

I have a Next.js application with Better Auth setup. I can sign up and log in fine using email and password. I implemented OAuth sign in with Google, but that only worked once or twice. If I somehow ...
donpro2009's user avatar
2 votes
0 answers
86 views

Changes made in the Google OAuth testing project are not reflecting. I tried updating the Redirect URI in Google Cloud Console , but even after saving, it still throws a redirect_uri_mismatch error. ...
Vijay's user avatar
  • 141
1 vote
0 answers
78 views

I'm trying to set up Google authentication in Strapi v5 using the Users & Permissions plugin, with a Next.js frontend. The problem happens right after I accept the Google login. Instead of ...
Duty First's user avatar
0 votes
0 answers
66 views

I'm trying to configure the OAuth consent screen for my Google Cloud project but I keep getting redirected to a different page. What I'm trying to do: Configure OAuth consent screen settings (app name,...
Thomas McIvor's user avatar
0 votes
0 answers
137 views

I'm integrating Google OAuth login in my CodeIgniter project, but I'm encountering an issue with the redirect URI after successfully authenticating with Google. Here's a summary of the problem: My ...
Vishnu S N's user avatar
2 votes
1 answer
125 views

I have an app that is failing to continue processing after I consent to the desired API scopes. My process is as follows: The app is a Java web app running on Tomcat 10.1. It is an internal, single ...
Todd's user avatar
  • 3,052
0 votes
0 answers
106 views

I’ve built an app similar to gmass.co/inbox I'm using gmail.readonly to help check where our emails land (Inbox, Promotions, Spam, etc.) in specific Gmail accounts before launching email campaigns. ...
Halim's user avatar
  • 1
0 votes
0 answers
75 views

I want to connect Google Business reviews. I have created a web application and have a client ID and client secret. The following APIs are connected: Analytics Hub API Anthos Service Mesh Certificate ...
Ігор Тригук's user avatar
0 votes
0 answers
132 views

I’m integrating Google Calendar using OAuth2. During testing, I noticed that refresh tokens stop working after about an hour. Issue behavior: If I connect the calendar and use the token to create a ...
Praveen G's user avatar
0 votes
0 answers
93 views

I have configured all the permissions for user and service correctly. I need to build a user facing app which would use IAP on cloud run to verify the user. However even after configuring permissions ...
Div Bajpai's user avatar
0 votes
0 answers
79 views

Problem I'm building a browser extension that needs to authenticate with Google Calendar API across Chrome, Brave, Edge, and Firefox. I want persistent authentication with refresh tokens, but I'm ...
Emmanuel Matute's user avatar
3 votes
1 answer
235 views

I’m trying to access my Google Calendar events from Google Colab using the Google Calendar API. from google.colab import auth from googleapiclient.discovery import build import google.auth import ...
Tanner Klipstein's user avatar

15 30 50 per page
1
2 3 4 5
809