Skip to main content

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

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
-4 votes
1 answer
50 views

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

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
21 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 ...
Natron42's user avatar
-1 votes
0 answers
15 views

Google Takeout Destination Apps [closed]

Is there a way that we can have third party app in the Google takeout destination list other than the predefined apps? I would like to some other third party in this list. Are there any supported APIs ...
Sraj's user avatar
  • 39
0 votes
0 answers
15 views

google business reviews, service account "Request had invalid authentication credentials"

I'm trying to fire a request to "https://mybusiness.googleapis.com/v4/accounts/XXXXXXXXX/locations/YYYYYYYY" to get my business reviews out. I have access to the google business API and by ...
Stuart Palmer's user avatar
0 votes
0 answers
41 views

Unable to restrict Generative Language API Key on Google Cloud

I have an Android app that uses Generative Language API from Google Cloud. As a best practice, I must restrict my Android app's API key. So I added the package name and SHA-1. Now, all the calls to ...
kaigalmane's user avatar
-1 votes
1 answer
35 views

Google calendars requires authentication to showcase my own calendar

IS there a way that I can showcase my personal calendar in my website so people can see my availability. So i've dwelled on this for some hours now, i was able to do it if I did google authentication ...
Kripthonite's user avatar
0 votes
0 answers
18 views

Cant configure Google Auth , i use Flutter+Node without Firebase

Im trying to resolve a problem with Google Auth. When i Sign In its working fine , i generate id,username,email etc and then i try to authenticate the user so it generates the accessToken(for some ...
Thanos Rom's user avatar
0 votes
0 answers
11 views

Google slides api quickstart example keep showing This site can’t be reached

I'm a beginner on python and I'm using google colab to follow the instruction on google slides api quickstart. As title mentioned, I tried several ways to run the quickstart sample, but after hit ...
Xinyi Liu's user avatar
0 votes
0 answers
21 views

ASP.NET MVC 5 Google Api mybusinessInformation

I try to get the reviews for an enterprise to show it on their website. But I can't connect, I have all ready uri redirect mismatch. I am developing with ASP.NET MVC 5, C#, I tried app.authgoogleAuth ...
M.S.WebFustion's user avatar
-5 votes
0 answers
48 views

How do sites like tunemymusic and soundiiz work with youtube music if there is no official api available [closed]

I tried to search for youtube music api, but could not find any official ones. There were some available like ytmusicapi but no official api by youtube. Then how are sites like tunemymusic and ...
Dev Account's user avatar
-1 votes
0 answers
12 views

pygsheets through googleapiclient.http takes 3 - 10 attempts to get responce

I'm using pygsheets to add some information collected through a Telegram bot to a Google Sheet. When I try it on my local machine, it works perfectly and quickly. However, when I run it on a VPS ...
MirTrudMike's user avatar
1 vote
2 answers
44 views

How to minimize youtube-data-api v3 query quota useage?

I have a code to get video urls given a channel ID that I get from the API as well, but the main part uses the requests component. I tried running it on a channel with 3500 videos, but for some reason ...
Cobbi Liu's user avatar
0 votes
1 answer
38 views

How get raw cell data from google sheets?

I receive data using Google Sheets API and want to get a link to a file that is located on Google Drive, the link is displayed as an icon and label as in the screenshot. I am using the method https://...
IceCreamVan's user avatar
0 votes
0 answers
25 views

How to embed/use GoogleSignIn in SwiftUI app?

import GoogleSignIn import GoogleAPIClientForREST import GTMSessionFetcher import SwiftUI class GoogleSheetsViewModel: ObservableObject { private var sheetsService = GTLRSheetsService() @...
Molanter's user avatar

15 30 50 per page
1
2 3 4 5
1333