Skip to main content

All Questions

0 votes
0 answers
37 views

Flask app sign in error with google oauth - DEBUG: https://www.googleapis.com:443 "GET /oauth2/v3/certs HTTP/11" 200 744

Everytime i try to sign in with google on my website i get 'DEBUG: https://www.googleapis.com:443 "GET /oauth2/v3/certs HTTP/11" 200 744'. then leads me to 'Not Found' page. I've tried ...
Ameer Makled's user avatar
0 votes
0 answers
46 views

Google books API giving a 401 error that makes no sense to me

I must mention all of this was working perfectly and then stopped working suddenly. I was using a python script to upload epub files from my google drive to my google playbooks library. This is my ...
Varo OP's user avatar
  • 83
0 votes
0 answers
37 views

Access to google drive not being granted under a certain scenario (python api)

I am using oauth google api to authenticate a user and the scope supplied in the request is: "openid email profile https://www.googleapis.com/auth/drive". The call is successful and results ...
Ashok Kumar's user avatar
0 votes
0 answers
60 views

Flask Session Not Retaining State Parameter During Google OAuth2 Authentication

I'm building a Flask application that integrates with Google Drive using OAuth2 for authentication. The flow works fine initially, but I'm encountering an issue where the state parameter is missing ...
Sai Kathiroli Prabhakaran's user avatar
0 votes
1 answer
117 views

Google's Meeting API does not seem to work for server to server calls

I am trying to fetch details and artifacts from the google meet recording by using the recently released Google Meet APIs. I want to make a server to server API call, so have created a service account ...
viv1's user avatar
  • 99
1 vote
0 answers
40 views

Google service python API fails: is it a bad parameter (400) or a failed authentication (401)?

I'm working with the mybusinessbusinessinformation API, attempting to get a list of locations. The documentation for this API is here. I have already taken the following steps: Filled out the form ...
MisterJT's user avatar
  • 422
1 vote
1 answer
378 views

How to properly refresh Google Cloud Python API credentials?

I'll re-formulate this question based on the feedback. First, a few base facts: I'm writing a GUI application that talks to google cloud services using the google.cloud Python SDK. I'm using google ...
Jon Watte's user avatar
  • 7,027
0 votes
0 answers
79 views

Google Authentication with Python to Google Cloud resources

I am developing an application with Python which consumes resources from Google Cloud. I would like to automate the authentication process (right now what I have is the authentication via an API Key ...
Marta Fernandez's user avatar
1 vote
1 answer
69 views

How to fix error in get doc from Google API?

from google.oauth2.service_account import Credentials from googleapiclient.discovery import build import random import msvcrt import json credentials_doc = 'service_account.json' ...
isil's user avatar
  • 31
0 votes
0 answers
71 views

Google Drive Service Account gets googleapiclient.errors.HttpError: 401 "Request is missing required authentication credential" when authenticating

I am writing a small app to upload files to a shared Google Drive using a service account (JSON file credential, no user impersonation or consent, service account has been granted permission directly)...
user594102's user avatar
1 vote
2 answers
3k views

ModuleNotFoundError: No module named 'google' with Python

I have a very simply program that I copied from Google's workspaces, the import statements are as follows import os.path from google.auth.transport.requests import Request from google.oauth2....
user avatar
0 votes
0 answers
38 views

How to restrict Google api client access to specific groups

I'm currently working with Google Directory to store my groups, and I'm using the Google Api client to fetch information about these groups. Right now, I'm able to retrieve all the groups using the ...
WAEX's user avatar
  • 125
0 votes
1 answer
156 views

APIError: Request had insufficient authentication scopes

I'm trying to create a discord bot that will edit a specified column and row in google sheets when a command is given. I configured the google cloud app so it has owner access to the google sheets ...
Szymek's user avatar
  • 9
0 votes
1 answer
141 views

Android publisher api encountered with 403 error

I'm trying to upload apk using android publisher API but running with issue when hit from python library and postman. Due to deprecated of python package oauth2client switch to google.oauth2 we are ...
Harish98's user avatar
  • 485
0 votes
0 answers
38 views

How to use an oAuth credential .json file in a GCP Cloud Function

What is the best approach to making a runReport in a Google Cloud function? There was a question about using it in Azure: How can I securely store a Google Analytics GA4 credentials.json file in Azure ...
Daniel Ogunfadebo's user avatar

15 30 50 per page
1
2 3 4 5
19