android-googleapiclient Questions

7

Solved

I am following Google Sign in for Android. Now I can get the idToken but my back end server that I have used earlier is expecting access Token as I was using Google+ Login earlier. Now I don't want...

0

Since the end of the last week, I encounter internal errors (status code : 500) when I use the Google API "Android Publisher". Indeed, I cannot create "edits" anymore. API used ...

5

Solved

I am getting this error message when trying to implement logout for Google Sign-In for Android: Caused by: java.lang.IllegalStateException: GoogleApiClient is not connected yet. The crash occurs...

7

Below code I am using for Google login.I added google-services.json file in the app folder.I am using classpath 'com.google.gms:google-services:2.0.0' in root gradle module.I have checked my packag...

9

Solved

So I found something that is not very clear for me about GoogleApiClient. GoogleApiClient has a function called onConnected which is run when the client is connected (for sure). I got my own funct...

2

I am using Places.GeoDataApi for Android and I get different search results depending on the location of the device performing the request. I need the results to be consistently located inside the ...
Shirelyshirey asked 23/11, 2016 at 14:18

5

Solved

I'm trying to connect my app to Google play service to access Google Drive but It showing me connection failed with statusCode SIGN_IN_REQUIRED. But it seems to behave like that just 3 days ago. I...

2

Solved

I fount that in order to sign in the user I have to use this code: Intent signInIntent = Auth.GoogleSignInApi.getSignInIntent(mGoogleApiClient); startActivityForResult(signInIntent, RC_SIGN_IN); ...

4

Was working when I was using GoogleApiClient in an Activity but moved it to a Service and the onConnected is not being called. public class StepsMonitoringService extends Service implements Googl...
Dallman asked 30/3, 2016 at 3:32

3

Solved

I've followed the quickstart example from Google to setup the GMail API: https://developers.google.com/gmail/api/quickstart/android My app successfully requests the GET_ACCOUNTS permission and all...

1

Solved

I've started using Dagger2 to manage dependencies and I'm trying to understand how I can use DI to provide a singleton GoogleApiClient. The motivations for this are: reduce boilerplate code: mult...
Credulity asked 13/3, 2016 at 16:42

2

Solved

I am trying to implement MVP pattern in my android project by referring to this link : https://github.com/jpotts18/android-mvp I have successfully implemented the view / presenter / interactor cla...

1

Problem: onRoomCreated returns STATUS_NETWORK_ERROR_NO_DATA 5% of the times, for no reason that we can figure out. The game worked well for about 16 months of development (no problem of missing "p...
Livelong asked 8/2, 2016 at 16:55

4

Solved

After trying just about everything, I cannot seem to getmap without pulling a null object reference. I am trying to inflate a google mapfragment into a fragment, however each time I do so I always ...
Zela asked 26/4, 2015 at 1:59

1

Solved

I want to be able to take a screenshot of a certain location in google maps without actually loading the google map onto the screen, If there is a way google map can take the screenshot in the back...
Blaney asked 25/4, 2015 at 20:24
1

© 2022 - 2024 — McMap. All rights reserved.