Top "Google-api-client" questions

The GoogleApiClient The main entry point for Google Play services integration

Get person details in new google sign in Play Services 8.3

I'm trying to get a user's profile using the new Google Sign In API introduced in play services 8.3. Other than …

android google-play-services google-api-client google-signin google-plus-signin
How can i import contacts from gmail using google-api-javascript-client or "Contacts API version 3.0"?

I was used 2.0 version of Contacts API with Gdata library to import customer gmail information. This version not supported anymore …

javascript google-contacts-api google-api-client
Google Places AutoComplete + Android Fragment

I am a beginner on Android development and I came into a problem which I hope you can help me …

android android-fragments autocomplete google-api-client android-googleapiclient
Using GoogleApiClient in a service

I am trying to get location update information in service. For this I have created a service and in onStartCommand …

android android-service google-api-client
Rails Google Client API - unable to exchange a refresh token for access token

After struggling with some SSL issues on my machine, I'm still trying to access a user's Blogger account through the …

ruby-on-rails oauth-2.0 omniauth access-token google-api-client
Google Drive API: list files with no parent

The files in Google domain that I administer have gotten into a bad state; there are thousands of files residing …

google-api google-drive-api google-api-client
GoogleUser.getAuthResponse() doesn't contain access_token

UPDATE2: I revisited this issue and have solved the problem by carefully following the doco linked below. But first, for …

google-api google-drive-api google-api-client
GoogleApiClient onConnectionFailed with statusCode=SIGN_IN_REQUIRED

I'm trying to connect my app to Google play service to access Google Drive but It showing me connection failed …

android google-api google-api-client google-drive-android-api android-googleapiclient
Getting 'E/TokenRequestor: You have wrong OAuth2 related configurations. Detailed error: INVALID_AUDIENCE' even after providing accurate client IDs

I have provided GoogleSignIn option in my app. Here's my code: public class SignupActivity extends AppCompatActivity { private static final int …

android firebase google-api-client firebase-authentication google-signin
Troubleshooting : Google Calendar Insert API error "Insufficient Permission: Request had insufficient authentication scopes"

For testing our application I need to insert/update google calendar events and verify edge cases like if a meeting …

google-api google-api-client