Questions tagged as 'google-api'

2
answers

Collect Google Analytics data for MySQL tables

I have seen many examples of how to export data from Google Analytics to other formats, as well as keep the exported data updated, but none have so far served to export the data to MySQL because of the following problems: Exceeding query l...
asked by 08.04.2015 / 13:34
3
answers

Search for details of a book with Google Books API in PHP

I'm using Google Books API to get the details of a book: And to get the details of a book by searching by name, I'm using the following example provided by they , in this case the file simple-query.php within the examples fol...
asked by 12.01.2015 / 10:59
2
answers

How to search for images in Google with JavaScript?

I'm developing a webpage where it was in the project's interest to display some Google images, where they would be displayed from some significant name. I was reading something related and saw that Google Image Search API has been discont...
asked by 18.05.2014 / 00:10
1
answer

Is there any google API to capture the highlighted search information?

Is there an API or something like that in which I can capture highlighted information from a google search? For example, when I search for "Bill Gates" some information about it appears in the right frame:     
asked by 04.09.2016 / 19:18
1
answer

PHP calculates distance between cities

With the code below I can calculate the distance from one city to another, but I can only put cep's would have some way of using the proper names of the cities instead of the zip codes? $i = 0; $arr = array('90450000','95180000'); foreach ($a...
asked by 15.09.2016 / 20:33
1
answer

Insufficient Permission with Google calendar api v3 using python

I'm not getting permissions to create the event. Below the code I'm using: import httplib2 import os import json from apiclient import discovery import oauth2client from oauth2client import client from oauth2client import tools import date...
asked by 27.07.2015 / 17:07
1
answer

Pass extra parameters via gcm (google cloud message) - Cordova

When I send a notification to gcm , I added a parameter in the url called 'appUrl'. And when I open my Cordova app, I need to pass this parameter to index.html so that I can redirect my application to your devitor instead. Howeve...
asked by 26.06.2015 / 04:30
1
answer

Can I change the CSS of an iframe?

I have the following iframe of built-in Google Calendar: <iframe src="https://calendar.google.com/calendar/embed?showNav=0&amp;showPrint=0&amp;showCalendars=0&amp;showTz=0&amp;height=600&amp;wkst=1&amp;bgcolor...
asked by 14.03.2018 / 17:24
0
answers

Google API - Refresh Token

I'm trying to get a new access_token after it has expired. I already have in the database the information I get as a return on the client's first access:    {"access_token": "TOKEN", "refresh_token": "TOKEN", "token_type": "Bearer", "e...
asked by 28.09.2015 / 22:33
1
answer

Google Maps appearing all gray

I developed an html but problem encounter to make it work, in my logic everything is fine but it does not run correctly. What am I missing? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//PT" "http://www.w3.org/TR/xhtml1...
asked by 25.08.2015 / 21:18