Top "Google-api-client" questions

The GoogleApiClient The main entry point for Google Play services integration

Using Postman to access OAuth 2.0 Google APIs

I am trying to access Proximity Google API using Postman chrome app. I have followed tutorials on postman and google …

oauth-2.0 google-api google-api-client postman google-oauth
How do I add/create/insert files to Google Drive through the API?

Need help regarding inserting a file to google drive through api. The api documentation for this purpose does not clearly …

google-api google-drive-api google-api-client
Error implementing GoogleApiClient Builder for Android development

I am following Google's documentation to implement Google+ Sign In feature into an app. https://developers.google.com/+/mobile/android/…

android google-api-client
Google Analytics API: "User does not have sufficient permissions for this account."

I'm writing a Ruby app that accesses the Google Analytics API to pull down some experiment information. The app connects …

google-analytics google-api google-analytics-api google-api-client
Detect or prevent if user uses fake location

I will block a user from using my app if they fake the location. So I use isFromMockProvider to check …

android gps location google-api-client
GoogleApiClient is throwing "GoogleApiClient is not connected yet" AFTER onConnected function getting called

So I found something that is not very clear for me about GoogleApiClient. GoogleApiClient has a function called onConnected which …

android google-play-services google-api-client android-googleapiclient
Error: 'The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.'

I am getting the following error while accessing Google Play Developer API using a service account: The project id used …

google-api google-api-client google-api-java-client
Google Auth API Javascript idpiframe initialization error on Chrome

I use GSuite and I'm coding a very simple web app to use Google Auth API, and I get an …

javascript google-chrome google-api-client google-api-java-client
Failed to crunch file - Android studio (app:mergeDebugResources)

i am currentyl trying to implement Google ActivityRecognitionApi. However i get following errors: Error:Failed to crunch file C:\Users\…

java android google-api google-api-client activity-recognition
Google spreadsheet API, 400 error bad request : unable to parse range

I am trying to access Google spreadsheets using a spreadsheet example. When I run the example code it worked fine. …

java google-sheets google-api-client