1,596 questions
0
votes
0
answers
88
views
Problem authenticating users' youtube brand accounts
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 ...
1
vote
0
answers
77
views
Unable to Query Google Calendar API due to Authentication Issues; Error 400 and 403: "Method does not allow unregistered callers"
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: ...
2
votes
1
answer
109
views
google-api-python-client random timeout error
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 ...
0
votes
0
answers
41
views
Vertex AI Feature Store - Unable to Fetch Historical Feature Values
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:
...
0
votes
0
answers
18
views
Occasional "Invalid email or password" with Firebase auth in pyrebase4
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/...
0
votes
0
answers
32
views
Google API for Monetization Issue when accessing Youtube Revenue data for channel
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-...
1
vote
1
answer
90
views
Google Sheets API - Create empty sheet - Slow performance
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 ...
0
votes
2
answers
79
views
Listing Google Drive files returning empty list (Python)
I am testing my python connection to Google Drive using Python Google API Client. I am able to establish a connection, but I am not getting back a list of objects from Google Drive. I wonder if a lack ...
0
votes
0
answers
102
views
Issue with redirect URI mismatch for Google OAuth 2.0
I am creating a Python script to generate a token from the user and store the generated token. While testing locally, everything worked fine when I used http://localhost:8000/ as the redirect URI in ...
0
votes
0
answers
40
views
Youtube API token expires after a few days
I wrote a little python app which will stop and create broadcast via the Youtube API at defined times.
It works all fine but the token created at the first start or when a token does not exists when ...
1
vote
1
answer
58
views
Deleting Personal Emails from Gmail Efficiently
My Gmail reached the 15 GB limit, so I archived old emails with Thunderbird and I want to delete all the emails that are older than two weeks. Using the GUI is cumbersome because it seems like I can ...
0
votes
0
answers
15
views
Unable to download pdf from Tableau server with Auth token
Here is my code
from tableau_api_lib import TableauServerConnection
from tableau_api_lib.utils import querying,flatten_dict_column
from urllib import parse
config={
'tableau_online':{
'...
0
votes
1
answer
50
views
Google Play Developer API create user always returns error code 500
I'm trying to create some automation to add users to a Google Play Developer account using the API. I wrote a python script using the google-api-python-client library. The service account I'm using ...
0
votes
0
answers
62
views
How can I host a Python Web API built with Flask on IIS?
I have developed a Python-based Web API using frameworks such as Flask or FastAPI and need to deploy it on an IIS (Internet Information Services) server. The goal is to make the API accessible within ...
2
votes
1
answer
125
views
Google DV360 Reporting - Error while fetching performance metrics
I am trying to extract and download reports from DV360 API using python. I have gone through the documentation https://developers.google.com/bid-manager/guides/get-started/send-request ,but not able ...