Questions tagged as 'google-api'

1
answer

How to calculate distance between two points using the google api with C # [closed]

I hope you can guide me, I am building a site where I want to consume the Google Maps API with C #, I want to know if it is possible to calculate the distance between two points by means of some function offered by the API or I have to calculate...
asked by 05.09.2018 / 20:53
1
answer

Edit a cell Google Sheet API

Again I come with a problem with the Google Sheet API: For this case, I have a spreadsheet or Spreadsheet and I want to modify / edit one of its cells. The request would look like this: {updateCells={ fields=*, range={ endC...
asked by 04.09.2018 / 20:25
2
answers

Google My Maps Iframe

I have a map with several tourist sites and the design of Google My Maps is perfect for what I need, but is there another way to include this Google My Maps map on a web page that is not for iframe? For example with the Google maps API?  ...
asked by 24.07.2018 / 21:37
0
answers

Problems with Google Contacts Api in Java

I'm new to managing the Google Contacts app, I'm making a java desktop application to import contacts from Google, and create a project in OAuth 2.0, and I have all the credentials already, but I do not know where part of the code asks me for th...
asked by 07.08.2018 / 21:45
0
answers

I can not Create a reminder in Google Api Calendar from C #, always put the reminder by default, and send it in False (UseDefault = false,)

public Boolean CrearEvento(Eventos_ENT obj_evento) { try { UserCredential credential = GoogleWebAuthorizationBroker.AuthorizeAsync( new ClientSecrets {...
asked by 19.07.2018 / 17:25
0
answers

How to draw directions with google-map-react?

I'm using google-map-react and I need to draw directions or directions on how to go from one point to another, I have not succeeded. Can somebody help me? Something like that is what I want     
asked by 11.07.2018 / 16:31
0
answers

Google PubSub Android Pull Message NoSuchMethodError: No virtual method shouldDiscardUnknownFields

From Android I want to download messages stored in the module PubSub of Google Cloud , at the moment of making pull the following error is received in time of execution:    Android GoogleCloud PubSub NoSuchMethodError: No vir...
asked by 12.07.2018 / 19:43
1
answer

Checking mysql with Google Chart does not bring data

Sorry I am new in PHP and I am doing graphics with Google chart and it does not bring me the data that I consult to mysql ... I attach data of the query and after the configuration of the script .. The query is to a table that it contains fuel c...
asked by 01.07.2018 / 17:03
1
answer

Search script on YouTube from Google API V3. I have the error (urllib.error.HTTPError: HTTP Error 404: Not Found)

I am trying to test this script in Google Python to do searches on YouTube. The code I have removed from here: link I had to make a couple of changes to make it work with Python 3 The only thing I've done is add parentheses to all pr...
asked by 16.06.2018 / 18:34
0
answers

How to implement Beacon Proximity API on android?

Well the point is that I need to implement the Beacon Proximity API on my Android application but I have had many problems. my intention is to manage the beacons I have in the google platform from my android application, I was following the demo...
asked by 10.06.2018 / 02:02