All Questions
Tagged with google-oauth google-api
2,722
questions
0
votes
0
answers
50
views
Call Google API within Cloud Function with Authentication
I'm trying to call the Dataform API from within a Cloud Function, however the identity token I am providing is returning with a 'Request had invalid authentication credentials. Expected OAuth 2 access ...
0
votes
0
answers
55
views
OAuth consent screen is necessary for android google sign-in?
I'm developing an Android app with Firebase and Jetpack Compose. My local debug sign-in (emulator and real device) is successful, but only internal testing is failing.
I registered OAuth consent ...
0
votes
0
answers
54
views
invalid_grant using Gmail API
I have a node.js backend that uses gmail API to retrieve user emails. The problem is that for some users who recently sign up to use the app they get an "invalid_grant" error after some time....
0
votes
0
answers
38
views
Is it possible to get my current Google Workspace subscription plan info via Admin SDK API or any other API?
I have found something similar in these APIs:
https://developers.google.com/admin-sdk/reseller/v1/how-tos/concepts
https://cloud.google.com/billing/docs/reference/rest
https://developers.google.com/...
0
votes
0
answers
37
views
AWS SAM Lambda - Google Drive service account issue
I have been using an AWS SAM Lambda for 6x months now to trigger a file create method to a Company Google Drive shared folder with the service account. As of Friday the 27th of Sept 2024 this create ...
0
votes
1
answer
34
views
Firebase token to access google calendar api from custom backend
I'm not sure if I can do this but here is my problem. I have a mobile application that needs to sync some data to my custom backend. I use Firebase auth to authenticate the users with the Google ...
0
votes
0
answers
87
views
Google OAuth2.0 using the authorization code received on the client-side for token exchange results in a 400 Bad Request error
I'm implementing Google OAuth2.0 authorization using Next.js on the client-side and Node.js with Express on the server-side. Here's my problem:
I successfully open a popup for Google authorization ...
0
votes
1
answer
45
views
Error when using google calendar API "Request had invalid authentication"
I'm using this API to get some events:
https://www.googleapis.com/calendar/v3/calendars/primary/events?timeMin={time}&timeMax={time}Z&timeZone={zone}
And using a access token as a Bearer token....
0
votes
2
answers
56
views
I need to add a privacy policy to my flutter web app for Google verification
I have created a Flutter app and I am trying to integrate the Google Calendar API. As part of the process, I need to add a privacy policy link to the web version.
I have added the privacy policy to my ...
0
votes
1
answer
41
views
Why do i need to specify redirect_uri if i am authenticating from server side?
I am implementing server side oauth for google youtube api.
I am not able to understand why is redirect uri needed for a server side oauth.
The application gets the token and flow remains on my server....
0
votes
1
answer
62
views
New Google place api using google OAuth, ask failed to refresh token
I have a Express.js backend, and i want to use Google new place API, so I need to to auth throw Oauth, the issue after a certain amount of time around one day I need to reauthorize the app, I get this ...
0
votes
0
answers
70
views
How to debug error 401/403 for Google Calendar API?
{
"error": {
"code": 403,
"message": "Method doesn't allow unregistered callers (callers without established identity). Please use API Key or other form of ...
0
votes
1
answer
119
views
Adding Oauth 2.0 to Google Fact Check Tools API
I have a simple Python code to search through Fact Check claims using the Google Fact Check Tools API. I have updated the code to include OAuth flow and here is my code:
import requests
import google....
1
vote
0
answers
70
views
google tasks API "Error fetching tasks: Error: Failed to fetch tasks: 401 Unauthorized"
I'm trying to build a simple tasks web app where users can login with their google accounts and access google tasks via the API. It's basically for my own use where I want to add an advanced search ...
0
votes
0
answers
41
views
"Something went wrong" after adding scope for Google OAuth
When I try to add a scope that has an API, I get "Google hasn't verified the app", which is expected because I have it set as testing, but when I click on "continue", I get "...