Most voted "google-api-client" questions
Google API Client provides a common entry point to all Google Play services and manages the network connection between the device and each of Google’s services.
Learn more…12 questions
Sort by count of
-
10
votes4
answers16860
viewsHow to get the current location of android device?
I am developing an android application that needs to get the current location of the device (Latitude, Longitude) and use this data in google maps...how can I do this? If you help me get only the…
-
5
votes2
answers1280
viewsThe location obtained by getLastLocation() always returns null
I’m making several attempts, but I can’t get the current location of a user using the Location API. I am running the following example: public class MainActivity extends AppCompatActivity implements…
-
1
votes1
answer167
viewsImport dependency google-api-client
Good morning! I’m trying to matter google-api-java-client of github for my Android project; I’m using the AndroidStudio, and follow my build.Lade apply plugin: 'com.android.application' apply…
-
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
votes1
answer79
viewsLogin Firebase using Googlesign
I’m trying to log into the application in Firebase through Googlesign this way: import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import…
-
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, 10 months ago Romulo Ferreira Mesquita 7 -
0
votes2
answers76
viewsApp stopping when using Location API
This code would be used to when the user pressed a button, its latitude and longitude would be found and later sent to a server. But the app crashes when it starts, remembering that I took this code…
java android google-maps-android-api-2 google-api-client google-location-apiasked 8 years, 3 months ago Elvis Roberto 13 -
0
votes1
answer42
viewsHow to (Re)use Googleapiclient in recyclerview and Adapter
I’m using Google Places API for Android for suggestion of addresses in input fields. This API uses Googleapiclient to operate. The app has a fragment composed of a recyclerview and a FAB. On…
-
0
votes1
answer69
viewsI don’t know how to get latitude and longitude using Googleapiclient
I’m developing an android app using Kotlin, I followed a tutorial of a topic from here, but it caught the last location that was saved, not latitude and longitude, which is what I need. Follows the…
-
0
votes0
answers16
viewsHow can I post on blogger with Python and googleapiclient
I’m trying to make a program that automatically posts on a website of mine, which I did on the blogger. How can I do this? My code is like this: from googleapiclient.discovery import build Key =…
-
-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…