google-api Questions
4
What's wrong with my request?
I have string in russian:
$string = Потенциал, %
I want to translate it to ukrainian with google API:
I urlencode string:
$q = urlencode($string)
And i request google...
Eerie asked 17/2, 2015 at 20:35
6
We sync calendar for our clients using Google Calendar API.
Event.description has always been in plain text and is supposed to be plain text, right? But recently we started running into cases of HT...
Antecedence asked 15/3, 2018 at 18:43
3
Solved
I have created two refresh tokens for me:
one for
SCOPE = 'https://www.googleapis.com/auth/drive'
and another
SCOPE = 'https://www.googleapis.com/auth/drive.file'
I'm trying to get informat...
Mailbox asked 14/3, 2014 at 10:53
4
I'm trying to make an app where it displays the files and folders inside my google drive folder so I went to google apis and used the code I found on their page its here below
as I didn't expect it...
Ulrich asked 26/3, 2021 at 12:12
1
Google offers you the possibility with Google search to track, like and rate movies or TV shows. You can see those options blended with the information of a given movie when searching for it. You t...
Conductivity asked 25/9, 2020 at 8:58
2
Solved
I get this error after making my first request:
Quota exceeded for quota metric 'Requests' and limit 'Requests per
minute' of service 'mybusinessaccountmanagement.googleapis.com'
How can I be ove...
Vesical asked 24/3, 2021 at 17:1
2
I am trying to convert the response from Google Cloud Vision API Client Library to a json format. However i get the following error:
AttributeError: 'google.protobuf.pyext._message.RepeatedCompo...
Acerate asked 15/6, 2018 at 11:3
14
Solved
I am using Google's php api client. I am running through the quickstart guide for service accounts. I followed the steps perfectly (as far as I can tell). I am running into the following error:
{
...
Sannyasi asked 2/1, 2018 at 6:17
4
Solved
I am running the quickstart.py example code under
Python Quickstart and I am getting the following error:
ValueError: Client secrets must be for a web or installed app.
I created a credentials.j...
Donnadonnamarie asked 4/6, 2019 at 13:46
9
Solved
I'm trying to implement Google's One Tap sign-up for my Android app in development. I am following Google's (quite outdated) official guide and so far everything has gone well, up until display of ...
Bacteria asked 2/8, 2023 at 22:58
5
Solved
I am getting an error when I try to refresh access token:
400 Bad Request
{error : "unauthorized_client"}
From the Google token URI:
{
"error" : "invalid_request"
}
I read this answe...
Pereyra asked 14/12, 2012 at 2:54
4
Solved
My purpose is to use R to query google api.
I have a list of addresses and names (belong to shops, restaurants, etc.) and for each of them I need to store:
"latitude", "longitude", "business type...
Indopacific asked 19/1, 2015 at 14:28
3
Solved
I want to extract some country's holiday list from Google Calendar API using JavaScript.
Is it Possible? How Can I do this?
Lentissimo asked 14/6, 2015 at 19:53
7
googleapi: Error 403: Permission denied on resource project shared_vpc_host_name., forbidden
I am trying to create shared vpc and service project using Terraform project facotry module and I am run...
Enactment asked 2/8, 2020 at 22:5
4
I am trying to use Google Custom Search API for research purposes in Java. As a result I'm gonna need a big result set for each query. However it seems that I'm limited with first 100 results which...
Pious asked 1/12, 2015 at 22:38
11
Solved
I am currently facing a very strange problem, indeed I've been following this very same guide (https://developers.google.com/google-apps/calendar/quickstart/php) from Google API documentation. I tr...
Hark asked 4/9, 2016 at 8:5
7
Solved
I'm working with some GTFS data and would like to be able to create a list of all stops associated served by a route. I don't really understand how to do with with GTFS data.
Trips.txt comes in a ...
Inexpedient asked 15/11, 2012 at 22:36
28
Solved
I'm trying to get the SHA1 fingerprint so I can get an Google API key.
Im in the following directory:
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/bin
Then I execute the co...
Talkie asked 20/11, 2014 at 10:26
5
I'm using the calendar.events.insert API to add an Event to my Calendar via the PHP client.
The event is being inserted correctly along with appropriate values as set by the API.
The same however i...
Batholith asked 19/11, 2014 at 3:53
5
I have read all the Stackoverflow questions and github issues I can find but nothing worked.
I am trying to sign in and authenticate Calender scopes using GoogleSignIn.
I have -
used the gradle ta...
Phlegmy asked 14/3, 2022 at 1:28
8
I am attempting to use the google vision library in java. The steps specify that I need to setup my auth credentials in order to start using the this library . I was able to generate my json proper...
Archenemy asked 24/10, 2017 at 23:28
3
Solved
I am adding the Google One Tap api to a React application. I am correctly getting the one tap login modal showing up. However, I clicked to close the modal, and now am getting the following respons...
Permafrost asked 14/7, 2020 at 20:35
2
How do you delete a file in your google drive with the Google Drive API? I’m using v3 and I’ve literally tried everything and nothing’s been working. I believe the ones I’ve tried to be outdated, w...
Codicil asked 10/1, 2019 at 14:41
6
Solved
I have a web page which has links at the bottom like this:
- <a href='http://www.google.com/q?rome+photos'>photos of rome</a>
- <a href='http://www.google.com/q?paris+photos'>phot...
Anthozoan asked 3/2, 2014 at 14:45
2
I'm trying to fetch the gmail inbox directly from backend by a cronjob, with no browser or oauth thing.
here is the error i get
Google\Service\Exception: {
"error": {
"code": ...
Fighter asked 16/10, 2023 at 7:42
1 Next >
© 2022 - 2025 — McMap. All rights reserved.