Questions tagged as 'google'

0
answers

Google Sheets Script

Good Morning! In the company I work recently we have changed the office package to the G-Suite and with this we are facing some problems because many sectors use excel for complex functions, then there is the problem: Today in Excel we have a sp...
asked by 20.09.2018 / 13:13
0
answers

Google Maps query with multiple answers

I'd like to do a search on that, from the source address, I get routes to 5 other points. Here is the code I already use: <script src="http://maps.google.com/maps/api/js?sensor=false"></script><scripttype="text/javascrip...
asked by 20.09.2018 / 01:45
0
answers

Making a Google Drive connection through PHP

Good afternoon, I have the following demand. I have a spreadsheet in Google Drive and I need to read two data (CNPJ and one image), and download this image with the Cnpj name. I used the following code: <?php $url_do_arquivo = "https:/...
asked by 22.08.2018 / 18:30
0
answers

Google Charts has difference of two hours in the display, how to solve?

I'm having this google charts example code, however in my midwest region of Brazil , it shows difference of two hours, how to solve this spindle problem? Thank you in advance. google.charts.load('current', {'packages':['bar']}); google.c...
asked by 07.08.2018 / 13:37
0
answers

How do I know about the OAuth data-authuser and date-profileindex?

I have the following situation ... I have a page with links to google services. Ex.: https://drive.google.com/drive https://docs.google.com/document However, the user can be authenticated with several Google profiles, for example the pe...
asked by 07.08.2018 / 01:46
0
answers

Problems with Logout Google Api - PHP

I have trouble logging out with google social login. I defined a config_google.php file, this being the one: $googleClient = new \Google_Client(); $googleClient->setClientId("1001242887386-2gc1fg95kro8gpo9hrbg7a06iv6hh9iu.apps.googleuserco...
asked by 20.07.2018 / 04:52
0
answers

can someone tell me where I'm wrong to set up this recaptcha?

<script> window.setTimeout("history.back(-2)", 2000); </script> <? $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://www.google.com/recaptcha/api/siteverify"); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch...
asked by 18.07.2018 / 16:09
1
answer

Outline of a city in Google Maps

How do I get the outline of a city on Google Maps to appear in Javascript?     
asked by 04.07.2018 / 16:33
0
answers

Add event on google calendar with Jquery and PHP - What is missing?

I need to implement an add events feature on google agenda through my website. The idea is: User enters the page and views the calendar, such as fullCalendar or another. User clicks the day you want to create the event. Adds the event d...
asked by 05.07.2018 / 17:00
0
answers

My Google Maps API Id stopped working

I have an Android app and are no longer loading the bookmarks on the map, an application that is active in the Google Play Store, has not been updated in the apk, has not changed the key in the Google Cloud Console, simply stopped. I already che...
asked by 27.06.2018 / 02:50