The Google APIs Client Library for Python provides access to for Google's discovery based APIs. It is designed for Python client-application developers and offers simple, flexible, powerful API access.
1,653
questions
0
votes
1
answer
34
views
Google API Python Client Firebase App Distribution HTTP 400
I'm trying to list my builds that I have uploaded to Firebase App Distribution with the help of the google-api-python-client however I always get a HTTP status code 400.
I have created a service-...
1
vote
0
answers
38
views
Access denied from google api to my python application
I programmed a small app to send data to google spreadsheets. It worked perfectly fine. I changed nothing on the code and suddenly I got authorisation error from google. I check online and found out ...
0
votes
1
answer
30
views
How to access rest point from Python that requires a google sign on?
I am trying to do a:
response = requests.post(url, json=payload)
call in Python to a site, but get "unauthorized" response. If I use a browser, I get redirected first to "
0
votes
2
answers
646
views
Get emails of users of my Google workspace as Admin
I'm currently trying to get all emails of users of my google workspace (i have an admin account)!
i started by doing these steps on the console.
Create a project in Google Cloud Platform (GCP) ...
0
votes
1
answer
116
views
How to authenticate to Google Gemini Pro Vision AI, using Python SDK, and in-line credentials?
I'm trying to use Google's Vertex Python SDK, but I don't want to lug a credentials.json file around. I'd rather store the secret parts of the file in a Key Vault and insert at runtime. But I can't ...
1
vote
1
answer
56
views
How to create Pandas Dataframe from Google API Response Object
I'm trying to get a Google Analytics Admin API response into a Pandas dataframe, and I'm having trouble parsing the results. I'm working with the list customDimensions method within the admin_v1beta ...
0
votes
0
answers
30
views
Google Chat API / Webhook - how to post a message as a response to another message (With "Quote in Reply" option)?
I use "threadKey=some-unique-key&messageReplyOption=REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD" to respond to an existing thread (or start a new thread).
How do post a new message by quoting ...
11
votes
4
answers
8k
views
【Google OAuth】AttributeError: 'InstalledAppFlow' object has no attribute 'run_console'
I wrote a Python script(Google_add.py) which creates users in the Google Workspace. However, When it is run, an AttributeError occurred. How do I resolve this Error?
・Google_add.py (Excerpt)
PATH = '/...
0
votes
1
answer
50
views
Google API OAuth 2.0 - redirect_uri_mismatch
I've read the plentiful amount of posts about this issue all over StackOverflow, but none of them mirror my case (as in, the solutions in those other posts are things I've already done & the error ...
0
votes
0
answers
24
views
How can I get the youtube live stream's latency information without selenium chromedriver?
I'm trying to fetch the livestreaming latency in twitch and youtube.
I resolved it for twitch with m3u8 file, however I can't resolve about it in youtube.
The best scenario is parse the "Live ...
1
vote
3
answers
12k
views
getting an error when trying to use Google API with Client Secrets File and OAuth 2.0
I just can't understand what am I doing wrong when using YouTube API, and specifically the client secrets file.
I've created a client secrets file by following the steps on the google developers ...
0
votes
1
answer
25
views
Google Authentication API not refreshing after a couple d
I followed the google API authentication steps, it worked initially but after a couple days following the same steps and redownloading "secrets" give me the above error, I thought this flow ...
3
votes
2
answers
19k
views
Is it possible to copy comments and suggestions when copying a Google Doc using Drive API?
I noticed that comments and suggestions are not by default copied when using drive.files.copy. This is imperative to my project, so I did some googling and it seems like this feature may not even ...
10
votes
2
answers
8k
views
HttpError 403 with CONSUMER_INVALID as the reason when deploying a machine learning model to Google cloud's AI platform
I am following the tutorial here () and using Python to deploy a machine learning model to Google cloud for training. However, ...
0
votes
1
answer
121
views
Google DV360 API Reporting: How to fetch performance metrics such as impressions ,clicks
I am trying to extract reports from DV360 API using python.The only way I could find was to use sdfdownloadtask.Using sdfdownloadtask I was able to fetch the reports ,but the reports don't have ...