Skip to main content
0 votes
1 answer
54 views

Looking at the docs this is the only perm I should need to grant my service account: https://www.googleapis.com/auth/admin.directory.domain.readonly The service account I'm using has domain ...
red888's user avatar
  • 32.4k
1 vote
0 answers
147 views

Problem: I am facing this error- googleapiclient.errors.HttpError: <HttpError 403 when requesting https://docs.googleapis.com/v1/documents?alt=json returned "The caller does not have ...
Hetarth Jain's user avatar
0 votes
1 answer
61 views

I’m using the Python client library (google-api-python-client) to call captions.update, but I keep getting a 403 forbidden even though I’ve granted all the obvious scopes. I’d appreciate any insight ...
Kenji Ishikawa's user avatar
0 votes
0 answers
145 views

So I am making this spam email filter in python so I tested it in vscode and it works as intended but when I use pyinstaller to package it it give me the error: "Error accessing Gmail: ('...
Hunter Davis's user avatar
0 votes
0 answers
134 views

Problem: Even after requesting “offline” access and saving the refresh token, the refresh token stops working after 1 day or sometimes just a few hours. Actual error: Reauthentication is needed. ...
Rohan Karan's user avatar
0 votes
1 answer
44 views

I'm trying to remove resources (conference rooms) that have declined events. It works as expected for events where the caller is the event organizer, but not if another person is the organizer. The ...
Allan Beaufour's user avatar
0 votes
2 answers
95 views

I am using a python script to import calendar entries from one tool to google calendar. I have no problems with events that repeat weekly, but the monthly repeating events get created incorrectly. I ...
Beth ChaosDragon ChaosDragon's user avatar
0 votes
2 answers
174 views

I'm trying to use the Connect Gateway client in python to connect to GKE but I keep getting 400, even if everything seemingly is correct. Example from google.cloud.gkeconnect import gateway_v1 client ...
Pithikos's user avatar
  • 20.6k
0 votes
0 answers
140 views

An issue appeared today on my app where when users try to link their youtube brand accounts through the google oauth flow, they get stuck after agreeing to the terms and conditions. They are not ...
musa khawaja's user avatar
1 vote
0 answers
197 views

I'm trying to integrate Google Calendar API in my python script, but I keep getting authentication errors, and I'm not sure why. Errors: (running the python script in the terminal): An error occurred: ...
Pink Koala's user avatar
2 votes
1 answer
197 views

I have project that involves taking a picture every one hour with a Raspberry and saving it to Google Drive. I'm using the google-api-python-client to connect to a Google Drive and apscheduler to ...
Pablo Rios's user avatar
0 votes
0 answers
65 views

I'm trying to retrieve historical feature values from Vertex AI Feature Store following the documentation. I'm running the example notebook from vertex-ai-samples. Everything works fine until running: ...
SenseiH's user avatar
  • 181
0 votes
0 answers
35 views

I am using Firebase's Firestore and have built a backend API server using FastAPI. I am also using Firebase's login feature with the Pyrebase4 library (referenced from: https://github.com/nhorvath/...
maverick kang's user avatar
0 votes
0 answers
52 views

I have the ClientId and SecretKey json file and trying to get the estimatedRevenue for the youtube channel. I have this scope defined SCOPES = ["https://www.googleapis.com/auth/yt-analytics-...
Srini's user avatar
  • 1
1 vote
1 answer
114 views

Using the Python example taken directly from the "Google Sheets API documentation > Create a spreadsheet" and changing only the credentials, I am experiencing poor performance. It's ...
Stokedout's user avatar
  • 11.1k

15 30 50 per page
1
2 3 4 5
113