Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-api]

Use for questions about various Google APIs. The APIs are usually based on popular Google consumer products, including Cloud Platform, Google Maps, Google Earth, AdSense, Adwords, Google Apps, and YouTube. Do not use for API client library questions.

0 votes
0 answers
13 views

In the Google meet API, is there a way to set the space title?

I'm creating Google meeting spaces via the meet API, and would like to be able to set the title of the space (seen in the bottom left of the meet screen). The screenshot below shows the title of a ...
Kiron Roy's user avatar
0 votes
1 answer
19 views

Google Sheets API - Bolding and Highlighting text

I am using the Google Sheet API. My code is working as expected. Now though, I want to add some bolding, highlighting, etc. I have reviewed other pieces of code but I am not fully understanding how to ...
Joey Martin's user avatar
0 votes
0 answers
14 views

Google TTS SSML isn't changing languages with <lang> tag

I'm trying to get the Google TTS API to pronounce foreign words properly, but can't figure it out. Aside from their demo of pronouncing "chat" in French, almost anything else I try is ...
nobody's user avatar
  • 1
-1 votes
0 answers
27 views

Trying to match what a user inputs into a command, to a google sheet

So i am trying to get this where when a user inputs a command "steamid" it will go through the google sheet "data" and search for the "steamid". If the steamid is found ...
famq's user avatar
  • 1
0 votes
0 answers
22 views

Getting error This IP, site or mobile application is not authorized to use this API key. Request received from IP address xx.yy.zz, with empty referer

I am trying to create one google api which includes service APIs like Firebase Cloud Messaging API, Maps JavaScript API, Maps SDK for Android, Maps Static API, Geocoding API, Geolocation API, Cloud ...
Ayush Gupta's user avatar
0 votes
0 answers
16 views

Changing host permissions on Google Calendar API

When I create a calendar event and add a Google Meet link to the calendar invitation using the Google Calendar API, each attendee has to wait for the admin to let them into the meeting. What ...
eytanmaden's user avatar
0 votes
0 answers
15 views

Building specific query in dv360 API or Doubleclickbidmanager

I am needing assistance with building a report that can be run with an automated call and with a specified youtube_channel_id. The screenshot provided is the report that I want to be run as built in ...
Eli Jones's user avatar
-2 votes
1 answer
19 views

Google place API location base business info [closed]

I want to write an API that will receive notifications when a new business is added to Google Maps. Is this possible? I have a company that sells through corporate activities. I want to send it as a ...
Murat Can Kılıç's user avatar
0 votes
0 answers
25 views

ValidationError: 1 validation error for GoogleGenerativeAIEmbeddings model field required (type=value_error.missing)

I am trying to integrate the GoogleGenerativeAIEmbeddings from the langchain_google_genai library into my Streamlit application. However, I am encountering a ValidationError related to missing fields ...
Vivek Raj's user avatar
0 votes
0 answers
22 views

In Node.js, fetching Label of file (Gdrive=> Sheet/Doc)but response gives id (Name is not there)

Used these: https://developers.google.com/drive/api/guides/list-labels?hl=en const labelListResponse = await service.files.listLabels({ fileId: 'FILE_ID', }); https://developers.google.com/drive/...
Lokesh Jha's user avatar
-2 votes
0 answers
19 views

"Internal Server Error" when trying ot use google API with AWS [closed]

I have been working on an algorithm that uses a Lambda function that serves as the callback function in the OAuth 2.0 flow to obtain the access key in order to use a YouTube API. This is a piece of a ...
kasper wikstrom's user avatar
-1 votes
1 answer
29 views

Getting the raw data from google drive using google api

I'm trying to make a "GET" data(folder Name, ID , type etc) from my google drive using googleapis I'm using this code const fetchGoogleDriveFiles = async () => { try { const ...
user14670265's user avatar
0 votes
0 answers
20 views

Locking a Fully Managed Company Owned Mobile Device

I want to lock a mobile device using the Google Management API. After I lock the device, the user should not be able to unlock it. The device will display only one screen until the IT admin unlocks it....
priyansh kasera's user avatar
-5 votes
0 answers
60 views

Google Maps API not returning values on localhost but works fine on live server [closed]

Google Maps API functions correctly on the live server, but fails to return values when run on localhost. (Controller Page:) // Make a request to the Google Maps Geocoding API $response = $...
MdRasen's user avatar
0 votes
0 answers
29 views

Python Using Oauth (2) to Connect to Google API on Google Cloud Shell. Stuck on flow.run_local_server(port=0)

This program works on my local machine but when I run on Google Shell it behaves differently. After confirming my sign-on with Google and accepting the app is not verified etc, and which Google ...
user23991531's user avatar

15 30 50 per page
1
2 3 4 5
1333