Questions tagged as 'google-api'

1
answer

Can not resolve symbol 'GeofencingClient'

I started working in the Android field and I worked in an app that uses geofencing, using the google documentation I found a class that I can not use " GeofencingClient " and I do not know which dependency requires, research on the Internet but...
asked by 23.10.2018 / 16:53
1
answer

Add Json data and save it to Android Studio variable

Sorry for the question, it should be simple but I could not make this code work: I get this Json from here: link I use it so that a function draws a polylinea on my map, the function is this: public class DirectionsJSONParser {...
asked by 29.03.2018 / 01:12
1
answer

APi from google gmail

I want to know if it is possible to see my gmail emails received and sent from another web using the gmail api, that is, I want to create a web from 0 but in this web I want to "log in" with my gmail account, and later on the same web, show me...
asked by 26.03.2018 / 01:29
1
answer

What does the num_segments parameter mean when receiving data from the Google Fit RecordHistory API?

I'm working with the Google Fit API and I do not know exactly what the parameter that the Google Fit RecordHistory API returns "num_segments", here's an example of the data returned: Data returned for Data type: com.google.activity.summary Dat...
asked by 25.10.2017 / 17:49
1
answer

The gps is disabled, every so often in android 7

The gps is disabled, every so often on android 7 nougat on a Sony Xperia, I'm using the Google merge API. I have a service running in the background. @Override public int onStartCommand(Intent intent, int flags, int startId) { super.onStar...
asked by 12.02.2018 / 10:32
1
answer

Error with google driver api

I have the following situation, I am using the API of Google Driver from my php to upload files from my system. What is happening to me, is that it generates a permission error when executing the script when I upload the file. Check my...
asked by 23.10.2018 / 01:01
1
answer

Intradia google finance

I have to work with google finance data to do an intraday data modeling, that is, I need the values every minute or every five minutes for a day. I'm doing it with python with the following example: uri = 'http://www.google.com/finance/getp...
asked by 22.11.2018 / 12:37
1
answer

Google Drive API with PHP - Problems updating the token

I am trying to update the token in the PHP code but it is not working. I am using the Google Drive API with PHP, the code works well in the browser until the token expires, checking in other pages I have changed the code in this way: index.p...
asked by 19.09.2018 / 17:35
0
answers

Upload more than 100 records, with the google api drive even document

I have the following situation, I am using the API from Google Drive to create a table with Google Service Sheets . The document creates it without problem, when I start uploading the records and I reach the 100 register, it sends me a mess...
asked by 28.12.2018 / 18:41
0
answers

Authenticate Gmail delegated account with OAuth in python

I'm trying to get labels from a delegated Gmail account (a mailbox for the job). The problem is that I always get an error of the delegated account. To prove it I have created two accounts: [email protected] felipe.rodrigue...
asked by 26.12.2018 / 11:54