Questions tagged [google-api-client]

**[DO NOT USE THIS TAG]** Please use the language specifying tag for your question instead of this tag.

Please use the language specifying tag for your question instead of this tag.

Below is the original wiki for this tag.

This is an obsolete tag used for an android sdk that no longer exists.

The GoogleApiClient The main entry point for Google Play services integration

Documentation can be found here.

1581 questions
0
votes
1 answer

LocationClient by Google Services not using GPS data

I am currently trying the LocationClient provided by Google Services. When I am next to a building I receive frequent location updates but in the middle of a road they are less frequent and less accurate. In the country side, no updates at all. I…
Showpath
  • 678
  • 1
  • 8
  • 18
0
votes
1 answer

Drive Builder Error: MAJOR_VERSION

I am trying to setup Drive API. Once I get the GoogleCredential object, I try to create Drive/Calendar service as: Drive service = new Drive.Builder(httpTransport, jsonFactory, credential).build(); When I try in local (or deploy) I get next…
0
votes
0 answers

Users need to see files in Google Drive Account with Rails app

I would like to do this: I have an account ADMIN in Google Drive with a lot of files. Some users will access the page of my app and they will need to see these files. Is it possible users can see the files without login or any kind of…
Italo Borges
  • 2,355
  • 5
  • 34
  • 45
0
votes
1 answer

Android: Trying to Launch Default Player Picker Lobby using Google Play Services, running into NullPointerException

I have been stuck on this problem regarding my android application for the past four days. I am trying to launch the default Player Picker UI screen from Google Play Services, and whenever I do, I run into a NullPointerException: 04-03 13:12:22.045:…
0
votes
1 answer

iOS - Authenticate with Google and send the token to server for syncing

I'm working with iOS application which is used to authenticate with Google oAuth2 mechanism. After successfully authentication, i've to send code/token to the server for handling the sync of files, calendars, etc. I'm able to successfully…
Satyam
  • 15,493
  • 31
  • 131
  • 244
0
votes
1 answer

AppState with Google Client API. Update not possible?

We are integrating Google App State into our web based game using Google's API discovery service. Our test code looks like this: gapi.client.load('appstate','v1',function(response) { var request = gapi.client.appstate.states.update({ stateKey: 0…
0
votes
1 answer

google shop client API returns 400 bad request error while adding an item

I'm working on a solution to add items in the google shopping market with a java application. Following the tutorial was a real mess because of the missing classes of the laste release, however after setting the 1.5-beta with maven I managed to make…
0
votes
1 answer

Google-api-client-android and google-http-client-android

I am new in Android. I was trying to make an app using Google place api. All of the tutorial suggest to use api client for android. I downloaded and did everything to use api. I use eclipse and I did what I suggest to do. But there is one problem: I…
0
votes
4 answers

Write a List of strings to the Console

I attempting to write out a list of strings to the console but get this output: System.Collections.Generic.List`1[System.String] I think i might be formating the code wrong or i need to convert it somehow. This is what my list looks like (Rows is a…
WhoAmI
  • 1,188
  • 6
  • 17
  • 47
0
votes
1 answer

Google Analytics API, how to format total visitor result as dictionary?

Im working on a local application that uses Google Analytics V3 API. Im using ga:visitors to get number of visits and GaData property "TotalsForAllResults" to get all visitors. However TotalForAllResults is a dictionary that uses ` with key value…
WhoAmI
  • 1,188
  • 6
  • 17
  • 47
0
votes
0 answers

What is happening with the Google API service today?

Hello Google API support, Supposedly you're monitoring this forum and helping developers. We run a sync service and use various Google APIs to sync data for our users. Today we've had a ton of errors from the Google Contacts API. Could someone…
0
votes
1 answer

Google Admin SDK Directory API acts weird since today (2014/02/13)

Turns out that today methods get and list return different givenName, familyName and fullName of a given user if that particular user has a G+ profile with a different name. EDIT: To be clear: get method returns the usual names but list method…
0
votes
2 answers

Does YouTube Data API V3 support custom developer categories/tags (like in V2)?

Follow up to: youtube api v3 search by developer tag which indicates that you can a use valid pre-existing categoryIds but it does not answer anything about how to use custom Developer Categories/Tags. In YouTube API V2, custom Developer…
0
votes
1 answer

Difference between HTTP requests and documented calls of Google Analytics API

I apologize if this seems like a basic question, but I just can't get my head around this. The Google Analytics API documentation isn't very consistent. Their tutorial uses the following format for API requests: ...yet, their documentation posits…
0
votes
1 answer

Queries on generating access tokens using refresh token

I could successfully push events into Google calendar using the below mentioned code. The below controller code refreshes token every time I try to push events. It's working fine. class Add2gcalendarController < ApplicationController …
nk06
  • 69
  • 2
  • 11
1 2 3
99
100