Most voted "google-api" questions
27 questions
Sort by count of
-
19
votes2
answers594
viewsCollect 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 so far served to export the data to Mysql given the…
-
6
votes3
answers1870
viewsSearch book details with Google Books API in PHP
I’m using the Google Books API to get the details of a book: And to get the details of a book, by searching for the name, I’m using the following example provided by them, of this case the file…
-
5
votes2
answers3305
viewsHow to search images in Google with Javascript?
I am developing a web page where it was of interest of the project to display some images of Google, where these would be displayed from some significant name. I was reading something related and I…
-
3
votes1
answer1393
viewsIs there a Google API to capture the featured search information?
Is there an API or something similar in which I can capture the featured information of a google search? For example, when I search "Bill Gates" appears on the right frame some information about it:…
-
3
votes1
answer603
viewsIs it possible to change CSS from an iframe?
I got the following iframe embedded Google Calendar: <iframe…
-
2
votes1
answer135
viewsPass extra parameters via gcm (google cloud message) - Cordova
When sending a notification to gcm, I added a parameter to the url named 'appUrl'. And I need, when opening my Cordova app, to pass this parameter to the index.html so that I can redirect my…
-
2
votes1
answer168
viewsInsufficient 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…
-
2
votes0
answers161
viewsGoogle API - Refresh Token
I’m trying to get a new one access_token after it has expired. I already keep in the bank the information I receive as a return on the customer’s first access:…
-
2
votes1
answer1697
viewsPHP 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 to use the city’s own names instead of cep’s ? $i = 0; $arr =…
-
1
votes0
answers1053
viewsCreate a list with the latest videos from a Youtube channel with the V3 API
I have a code that takes the last videos from a channel and posts their thumbnails to run in a popup (with jquery, this part works fine). The code is this: <?php error_reporting(E_ALL); $feedURL…
-
1
votes0
answers116
viewsUse Google Youtube API V3 in Laravel 5
I would like to know how to install google api v3 in Laravel 5, I used Composer to download the package but I don’t know how to configure the providers and aliases. I need to make a system that…
-
1
votes2
answers652
viewsHow do I get the same results I have in common Google Search, via the Google Search Api?
When I search Chris Brown through the api I get these results: But in Google search by browser the results are different: Assumptions: Through the site search, even if I am not logged in, the search…
-
1
votes1
answer956
viewsGoogle Maps showing all gray
I developed an html but I find problem to make it work, in my logic everything is right but does not run correctly. What am I missing? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0…
-
1
votes0
answers27
viewsPlus.Peopleapi cannot connect
I am developing an application that will create, read and update some documents on Drive. In the NavigationView, I would like to identify the User’s account. The same way it’s done in the Google…
-
1
votes0
answers47
viewsQuick-start sample app for PHP
I’m making a website and want to implement Google login using Quick -start sample app for PHP. Yet when I turn the page signin.php the option to log in via Google+ appears, but when logging in I…
-
1
votes0
answers45
viewsRemove in bulk or from a group
I am using the Google People API and need to do a bulk removal operation (delete). I took a look at their documentation, but I couldn’t find any way to delete all contacts from the agenda or a…
-
1
votes0
answers33
viewsExactly what it takes to publish to Google plus with your Apis
My question is about the Google + Domains API: From this reply is said: "Currently, there is no public API to publish on Google+". So, look for other questions and answers, I see the possibility of…
-
1
votes0
answers87
viewsProblems with Google API authentication in Ruby
I’m developing a Ruby API that communicates google-api-ruby-client but when trying to authenticate I get some errors. example of my code: class GoogleService require 'googleauth' require…
-
1
votes0
answers34
viewsError 403 - Google API - Classroom
I have a python script that creates and links students from a certain list of Class room classes in Google via API. The problem I’m having is the following, the student and inserted in more than one…
python django google-api google-api-client http-status-code-403asked 3 years, 9 months ago Romulo Ferreira Mesquita 7 -
0
votes1
answer192
viewsReturning Image with Google Feed API
I am trying to return the image of an rss feed using the Google Feed API and Jquery function parseRSS(url, location, container) { $.ajax({ url: document.location.protocol +…
-
0
votes0
answers69
viewsHangouts on Air API
I’m trying to integrate Hangout on Air into my system. I need the admin user to be able to create Hangouts and the listening users to be able to enter this wing. I can create the room, but I cannot…
google-apiasked 9 years, 1 month ago Wellison Souza 11 -
0
votes1
answer111
viewsAPI qrcode Google does not recognize the signal +
I am using a Google API to generate qr code. However, the generated image is not displaying the "+" character. It switches to space. As an example below:…
-
0
votes1
answer102
viewsClassroom API - Coursealias
The following code refers to the creation of a course by the Classroom API. However, the API does not allow you to manually define an 'ID' (using .setId("ID")). For this is available the creation of…
-
0
votes0
answers58
viewsError loading google api Chart in ASP.net
When I took the example of the site worked, but when I include a new Webform and in a new project and paste the codes of the codebehind example in VB.net and the aspx code does not work, gives the…
-
0
votes1
answer74
viewsPython - How to get the date of the last Google Spreasheets update?
Personal talk! Next, I needed to check if there were any updates to the Google Spreasheets shared document. I thought I’d bring this field: as a date or as a timestamp in python and check with the…
-
-1
votes1
answer707
viewsHow to use Google Maps API with Google Directions API?
Hi, I am using the Google Maps API and want to be able to click, for example, a previously created point on the map and get directions from my location to the selected point. For that I am trying to…
-
-1
votes0
answers24
viewsOserror: [Errno 9] Bad file Descriptor when running the Google API build
Hello! I followed the doc to make the connection of google Sheets and google drive via script, using the python language and was working normally. Today, began to present an error when I run the…