19,883 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
62
views
Google Maps Platform computeRoutes Method X-Goog-FieldMask filters ignoring explicitly selected fields
I am trying to make filters for the data returned by the Google Maps Platform Compute Routes API documented here but adding selections for any fields that have latitude and longitude data ignores ...
0
votes
1
answer
99
views
Optional nanoseconds when using `timestamp_format` in BigQuery Load Jobs?
I'm loading data into BigQuery and using LoadJobConfig. There's a timestamp_format field where you can specify the format of timestamps.
Checking the data I have, timestamps come in different format:
...
2
votes
1
answer
2k
views
ResourceExhausted: 429 with "limit: 0" on Gemini API Free Tier (LangChain) even after new project
I am trying to use the Google Gemini API with langchain-google-genai in Python. I want to use the Free Tier, so I created a fresh project in Google AI Studio (without linking any billing account).
...
Best practices
0
votes
0
replies
44
views
Should I store android and iOS in app purchases together in the same collection/table?
My app uses mongoDB.
There will be in app purchases of consumable products.
Do I store those transactions in the same table/collection for both android and iOS platforms?
0
votes
0
answers
80
views
gRPC YouTube disconnecting with EOF after a few seconds
I'm building a desktop application (Go + gRPC) to analyze YouTube Live Chat in real time.
The REST endpoint liveChatMessages.list works, but I want to switch to liveChatMessages.streamList because ...
2
votes
0
answers
94
views
Changes made in Google OAuth testing project are not reflecting
Changes made in the Google OAuth testing project are not reflecting.
I tried updating the Redirect URI in Google Cloud Console
, but even after saving, it still throws a redirect_uri_mismatch error. ...
1
vote
0
answers
49
views
"permission denied" error in Cloud Function that imports gmail
I'm stuck getting a "permission denied" error when using the gmail googleapi in a firebase cloud function to "import" syntetic emails to a workspace email box.
I've followed this ...
0
votes
0
answers
39
views
Why does Google Drive API drive.file scope fail to copy external file but work with drive scope?
I'm building an application where new users (who are external to my Google Workspace domain) need a personal copy of a single Google Docs file (a template I've created). The file is shared as "...
0
votes
0
answers
78
views
Issue with Persian Language Support in Closed Captions on Self-Hosted Jitsi Meet Using Google Speech-to-Text API
I'm running a self-hosted instance of Jitsi Meet on my server, and I've successfully set up closed captions (CC) using the Google Speech-to-Text API. The feature works fine for English: when I enable ...
1
vote
2
answers
2k
views
How to correctly structure the 'video' object for Veo 3.1 endpoint?
I'm trying to use the video extension feature with the Veo 3.1 model using the Google Generative Language API. I am sending requests to the endpoint:
https://generativelanguage.googleapis.com/v1beta/...
0
votes
0
answers
57
views
google sheets API only returning single chart
I have a little program that is supposed to return all of the charts in a Google Sheets document. The program is as follows:
from google.oauth2.credentials import Credentials
from ...
0
votes
0
answers
115
views
Gmail API OAuth token expires after a few days, and re-authentication fails for some accounts
I’ve built an app similar to gmass.co/inbox
I'm using gmail.readonly
to help check where our emails land (Inbox, Promotions, Spam, etc.) in specific Gmail accounts before launching email campaigns.
...
0
votes
0
answers
59
views
Azure Logic App GET to Google Custom Search returns 400 INVALID_ARGUMENT though same URL works in browser
I have a Consumption Logic App that retrieves two secrets from Key Vault (GOOGLE_API_KEY and GOOGLE_SEARCH_ENGINE_ID) and then calls Google Custom Search (customsearch.googleapis.com/customsearch/v1) ...
0
votes
1
answer
36
views
Google Adsense API report
I am using Google API for retrieve report data for adsense account.
I need to get information about every single custom channel, potentially 500 channels.
If I will make a single request for every ...
3
votes
2
answers
321
views
Restricting Gemini Web Search to a Single Domain – Possible?
I’m experimenting with the Gemini web search model and have a very specific use case.
I need Gemini to perform retrieval only within a single specified website (e.g., example.com).
No external sources ...