Questions tagged as 'google'

0
answers

Python code to generate event in Google Calendar

I would like a help to create a code using Python to generate events in Google's calendar, I already have the API set up and launched for this action, but I can not make my code work, I already did this process for sending Emails and worked perf...
asked by 24.11.2017 / 19:45
1
answer

How to load google maps api with a route to an address?

I installed the Maps API, but I do not know how to get a result, which would load the map with the best route between two addresses, I'm using javascript and html.     
asked by 10.10.2017 / 19:47
1
answer

Firebase Deploy presents message for being 'waiting for APIs' to enable

Talk to me, I'm doing my first deploy on Firebase, and I came across this. Unfortunately, I have not found anything in the interwebs about, and I'm always following you, is there anything I can do to solve this problem? i deploying databas...
asked by 03.10.2017 / 20:12
1
answer

Google Sheets - Sending E-Mail

I have the following code that sends emails through a Google spreadsheet. function sendEmails() { var sheet = SpreadsheetApp.getActive(); var startRow = 2; var planMensagens = sheet.getSheetByName("mensagensEmail"); var mensagemRe...
asked by 22.09.2017 / 15:05
2
answers

Google Maps Latitude Longitude does not have an address but exists in Google Maps

I'm using the google api http://maps.googleapis.com/maps/api/geocode/json?address where we passed the address to return to Latitude and Longitude. The problem is: If you type for example this street address muller carioba, it will not...
asked by 21.09.2017 / 02:15
1
answer

Script to open calls by Google Forms

I've been involved in creating a Script that opens a Technical Call via a Google Form. By submitting the form responses the script picks up the information, collected from the answer sheet, and sends it to a specific email. For this he writes...
asked by 06.09.2017 / 21:02
0
answers

API Google maps Return limit

I need to use the google maps API, but the return of the request displays this message.    array (3) {["error_message"] = > string (190) "You have exceeded   your daily request quota for this API. We recommend registering for a   key at t...
asked by 28.07.2017 / 23:04
1
answer

Google API Do not show up on my page

Hello, I'm trying to insert google maps into a MVC site that Visual Studio 2012 already makes available for testing. By taking only the maps part and putting it in a aspx , it generates the cute map the way I ne...
asked by 18.07.2017 / 14:28
1
answer

API Google Maps Bookmark

Good evening Mr. I'm trying to use a marker for each point coming from the database in the code below: In this code there is already the route traced using the Lat and longitude received from the bank, I just need that in each insertion in th...
asked by 03.06.2017 / 04:54
0
answers

Do not find Google Maps class

I'm trying to load a FragmentActivity , which loads the map of Google Maps. It was working, and it stopped working. I want to open it with a button, but once you load the activity with this button, it already gives that error to the mon...
asked by 05.06.2017 / 15:43