Questions tagged as 'google'

1
answer

Recaptcha Invisible

I'm trying to implement Captcha ReCaptcha Invisible on my site but I do not know how to do this implementation, how can I do that? (Yes, I already have the host registered). If it is interesting (I think so) the site is this: link I'll put...
asked by 16.05.2017 / 21:02
1
answer

How to get search links in google using javascript

First of all, yes, I've already checked the APIs provided by Google, such as Google Web Search (discontinued) and the new Google Custom Search, which I've seen works only for searches within a specified site. What I want is to get only the first...
asked by 13.05.2017 / 20:43
1
answer

Insert date in bd with JDBC Google Script

I'm trying to write to the database (MySQL) a lot of data, but in the data of type date the execution of the following error:    Can not find setTimestamp (number, string) method. (line 32, file "Code") The code is: var data = Utilities...
asked by 18.04.2017 / 21:15
1
answer

logar problem google on android

I'm having a lot of trouble logging into google with android, I have an app, in cordova, I set up my app, I have credentials on google. I'm following this example: link app settings page on google: link My problem is this part forwa...
asked by 24.03.2017 / 19:14
0
answers

Google Chrome extension - Add bookmark to the page

Is there any function or way of adding points / objects on the page that is running? My idea is to allow the extension user to click on the page and add a bookmark.     
asked by 21.03.2017 / 21:10
0
answers

PHP - Problems uploading with the Google Drive API

Good evening. I'm trying to upload with the Drive API using the following PHP code: <?php require_once 'src/Google/Client.php'; require_once 'src/contrib/Google_DriveService.php'; require_once __DIR__.'/vendor/autoload.php'; $client_i...
asked by 21.02.2017 / 22:54
1
answer

ValueEventListener account as a concurrent connection in Firebase?

If my application in Firebase has 5 users and all of them have a valueListenerEvent on, waiting for some change in the database, do I have 5 connections at the same time? For example, in a chat using firebase with 105 users connected at the same...
asked by 14.11.2016 / 21:13
1
answer

Joomla with security problems in GSC

We have a site in Joomla, in Google it happened to appear with not secure, we verified in Google security problems with strange URLs. We have seen that Google encounters problems with pages of this type: site.com.br/2122/whuk16867_/swphtxj/...
asked by 29.09.2016 / 17:46
1
answer

Passing value from javascript to php post

I'm having trouble getting my location and moving to the php post with onload . How can I do this ? The values I am trying to capture are google lat and long . function initMap() { var map = new google.maps.Map(document.getElementBy...
asked by 14.09.2016 / 23:59
0
answers

Address search in google maps and return zip with 5 digits

I made a dragger in google maps, that moving the marker to the street, it returns all the data of the street / av / travessa etc. My question is: Has some address that returns 5 digits, is this normal? How do you generally handle the 5-...
asked by 05.09.2016 / 21:18