The google-api-client tag has no wiki summary.
-1
votes
0answers
16 views
How to handle insufficient data written in google drive
How to handle insufficient data written exception when i m uploading files/folders in google drive,
using java.
Regard
Satish
0
votes
1answer
46 views
youtube api v3 search by developer tag
my app upload video to youtube, i need user see what other user upload (or in another word search by developer tag).
i'm use this way https://developers.google.com/youtube/v3/docs/videos/insert to ...
0
votes
0answers
9 views
How to do I get the clientID and Developer key for user in youtube api? [duplicate]
How do I get the Client Id and developer key For youtube api and Google Api?
1
vote
1answer
73 views
Mirror API and Node.JS
I have a node.js program that I am trying to work with the googleapis module (https://github.com/google/google-api-nodejs-client) version 0.2.5-alpha.
I can make calls using the raw HTTP without ...
1
vote
0answers
31 views
Rails, OmniAuth, google_oauth2, google-api-client, Moments.insert… 401 unauthorized… why?
I haven't been able to find an answer to this online -- aside from using the Google+ Sign In button, which I don't want to use at this point because I don't want to get into Javascript if I don't have ...
0
votes
0answers
42 views
How to correctly setup Oauth 2 Authentication in YouTube V3 API
I have a console app that pulls video view counts data using the YouTube V3 API. I am using Oauth 2 for authentication and having issues.
I executed my application on 2 different servers at different ...
-1
votes
2answers
59 views
Google API redirect is sending my app to the wrong page
I released an app using the Google Mirror API. Now I am trying to set up a beta app at a new web address .info as opposed to .com. However with I authorize my app from the .info address I get ...
0
votes
0answers
32 views
How can one use api proxies (/_ah/apis/proxy.html)?
I would like to directly use https://www.googleapis.com/static/proxy.html and my application's api proxy at https://example.appspot.com/_ah/apis/proxy.html.
Apparently, shindig/opensocial is used ...
4
votes
1answer
108 views
No Authentication Header Found
We are using Google Contacts API for past few years. Everything seems to be working fine until today..Suddenly all the Contacts API started throwing error "No Authentication Header Found" inspite of ...
1
vote
2answers
47 views
Google client api not working in iphone ( safari browser)
I am using Google Client api for javscript in my phonegap application to login to Google account.
It works fine with the android browsers but it doesn't work in iphone. The page just freezes after i ...
0
votes
0answers
108 views
Error fetching OAuth2 access token, invalid_request, with php google client api
I know I'm not the only one having this problem, but untile now I wasn't able to find a solution. Please help!
I'm experimenting with the php google client api to use it in my site. But I cannot ...
1
vote
0answers
70 views
Uploading files to Google Drive
I am trying to upload files from my PHP-based website to Google Drive. I searched, got google-api-php-client library. In documentation an example is given but that can be run on php shell (Command ...
0
votes
0answers
50 views
Can I retrieve the “most contacted” or “other contacts” group names using the Google contacts API?
http://support.google.com/mail/answer/97952?hl=en
I have been using the Google contacts API version 3 to retrieve the contacts and contact groups. I have also been able to pull the systemgroups "My ...
6
votes
1answer
102 views
bug in google drive SDK JS api (TypeError: Cannot read property 'sl' of undefined)
A few weeks ago we started noticing strange errors from the google client API or google drive JS api (not sure which, the URL reference is below), they have increased in frequency over the last few ...
2
votes
1answer
41 views
Retrieve Google userdata from server by ID token
I've been beating my head against the wall for about two days now, time to ask for help.
I've been trying to get my head around the following:
A mobile app user signs in on the app using one of the ...
1
vote
1answer
65 views
Issue with trying the JAVA example of Google Drive SDK API
I am trying the JAVA example of Google Drive SDK API(https://developers.google.com/drive/examples/java) on my localhost before deploying it on GAE. However, i am receiving the following error.
...
2
votes
0answers
24 views
Can Insert objects created from the same Storage object be executed concurrently?
I'm using Google's Java API to work with Google Cloud Storage (GCS).
I have multiple worker threads that insert objects into GCS. Currently they share a common Storage instance, and use this to ...
0
votes
0answers
66 views
Using OAuth2 with service account on gdata in python
I've been googling and searching and haven't found anything of much help for this issue.
I want to use data.photos.service.PhotosService to push and pull photos from picasa. I got a service key file ...
0
votes
0answers
60 views
503 with video uploading using Youtube API v3
When I attempt to upload a video using Youtube Data API V3 with google api ruby client, everything works properly.
However, I need to upload a video to a bunch of different channels. In order to do ...
1
vote
1answer
77 views
Using ruby google-api-client to get youtube video data
Bonjour !
I have seen a lot of similar questions, but can't figure out why none of them brings a clear answer.
I'm trying to use the google-api-client gem to connect to youtube data api to retrieve ...
0
votes
1answer
79 views
Authorization to google drive api using Ruby
I want to make a simple application (like a Service account -in google api console) which send a file to an google drive.
I have got code like this:
require 'rubygems'
require 'google/api_client'
...
2
votes
2answers
91 views
failed in creating a google+ client object to retrieve activities in java
Im new to Google+ API and Java-Client API. so Please be patient with me .
Im trying to retrieve my google+ activities using Java-Client and G+ APIs 1.14 but I failed to create the client object, Ive ...
0
votes
0answers
107 views
Fatal error: Uncaught exception 'Google_IOException'
I am trying to make work a php code for listing the users of a google user. I have followed a youtube tutorial and tryed the solutions proposed in this one But I still get this annoying error when I ...
0
votes
1answer
54 views
How to reset google oauth 2.0 authorization?
I'm using Google APIs Client Library for JavaScript (Beta) to authorize user google account on web application (for youtube manipulations). Everything works fine, but i have no idea how to "logout" ...
1
vote
0answers
81 views
google-api-client gem error rails 3.0
We have a problem with the google-api-client gem in rails 3.0, ruby 1.9.2, rbenv and Ubuntu.
In local environment it runs like a charm but when we deploy to integration environment with capistrano it ...
1
vote
1answer
27 views
Why do I get a 401 error when using Ruby to execute a Google Fusion Tables API command?
I'm using the Ruby gem 'google-api-client', and I make sure to add in all my credentials, but for some reason, I keep getting a 401 error from Google.
Here's my code:
...
0
votes
0answers
26 views
Class Google_MediaFileUpload does not return all data
Use function:
$chunkSizeBytes = 1 * 1024 * 1024;
$fileMime = $this->returnMIMEType($fileName);
$file = new Google_DriveFile();
$file->setTitle($fileName);
...
1
vote
0answers
76 views
Google APIs Client Library for Objective-C
I'm using "Google APIs Client Library for Objective-C" for uploading videos to youtube and my app always crashes since yesterday at GTLService class.
After video was uploaded (and appears at ...
0
votes
0answers
118 views
Google Hangout API With ruby
How can i implement the google API for the hangout using ruby. I am using "google-api-client" gem to fetch the google plus related information and other. I have gone through the google developer site ...
1
vote
3answers
172 views
What is the OAuth scope for the Google Translation API?
Surely someone else is using the API, I've looked and searched, I cannot seem to find the correct value to place for the scope parameter when authenticating:
I've looked at all these scope lists, ...
2
votes
1answer
143 views
Owned entity causing json serialization error in Google javascript api client
Getting error:
java.lang.IllegalArgumentException: Can not deserialize instance of java.lang.String out of START_OBJECT token
at [Source: N/A; line: -1, column: -1]
and
Caused by: ...
0
votes
1answer
138 views
google-api-client gem, fetch_access_token! - “Invalid Request”
Following is what I am trying to do -
client = Google::APIClient.new
client.authorization.client_id = 'XXXX'
client.authorization.client_secret = 'XXXXX'
client.authorization.scope = ...
0
votes
2answers
182 views
“message”: “java.lang.NullPointerException” when trying to insert entity via api-explorer
I`m new in appEngine and i trying simple things that are necessary for my project:
I create simple JDO class of Image:
@PersistenceCapable(identityType = IdentityType.APPLICATION)
public class Image ...
1
vote
1answer
235 views
Receiving error 403 in Google Drive API - Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup
I'm using the Google Drive API for ruby, and I'm trying to insert a file into an user drive. I can insert the file with success, but then, when I try to get the file Self Link, this is the URL ...
0
votes
1answer
119 views
Using google-api-javascript-client with node.js
Google's client JS library for its APIs is : https://code.google.com/p/google-api-javascript-client/wiki/GettingStarted
I was wondering if there was any way I could use this with node.js
(I'm ...
1
vote
0answers
89 views
2 legged oauth for google calendar v3
I am working with Version 3 of Google Calendar REST API(using HttpClient) and its working fine. Similarly I've to work with web APIs of V3 Google Calendar since my application is in Google Apps ...
1
vote
0answers
67 views
Google API for Blogger 3.0 error
I am trying to run sample code in Ruby to fetch blog posts list using Google's APIs for Blogger 3.0. This is the code:
require 'rubygems'
require 'google/api_client'
require 'sinatra'
require ...
0
votes
1answer
30 views
GenericJson doesn't retain null value
I'm doing Google calendar sync in Java, having problem like this:
I have to post an EventDateTime (subclass of GenericJson) to Google to sync the time. Especially in my case I have to clear the ...
3
votes
1answer
174 views
Clean Magento Google Api OAuth2 Integration
Question in short form:
What is the cleanest way to implement Google Api OAuth2 authentication in Magento for the Admin area
Question in long form:
All the new Google APIs are using OAuth2. The php ...
3
votes
1answer
186 views
PHP- Google Api getting goal completed amount
Im using this code from google api
I am getting all of the goals names and number
But I cant see a way to get the goal completed amount
This is what I get:
Account ID = ...
1
vote
0answers
89 views
GAE: OAuth 2.0 authorize url can't load in a Google Sites Gadget
I have a Python application, executing in Google App Engine. The app uses Google Calendar API and api-client-library. My code, simplified, looks like this:
import webapp
oauth2_decorator = ...
0
votes
0answers
128 views
Access not configured error while using google blogger api
I am trying to access google blogger api in an Android application. Steps I had done google api console
Created Oauth 2.0 client id.
Entered unique package name. (My application is using the same ...
0
votes
2answers
175 views
Google+ .Net API - Getting Authenticated and retrieving profile
I'm trying to get a users profile information for google+ via the .NET API but am having trouble.
Does anyone know if they have changed how the special ID "me" works?
In the documentation it ...
0
votes
1answer
122 views
Google client API - limit oauth authentication to my domain
Has anyone had any experience of using the Google Client API to authorise against their domain by restricting the domain a user can login with?
The titbit that is required appears to be a qs ...
0
votes
1answer
171 views
google JSON parsing problems [duplicate]
Possible Duplicate:
android.os.NetworkOnMainThreadException
I decide to use google api client . I get a class to parse JSON from this example and it work fine on android 2.2. however when i ...
0
votes
1answer
153 views
Access a Protected Google Apps Script Web Service via a Native Client (.Net) using OAuth
My .Net Client Application (Winform) allows users to use a Browser Control to Authenticate on Google. I am able to retrieve the access_token in the response (I follow the instructions here).
Once I ...
0
votes
1answer
471 views
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 in the root directory. I want to identify these files and move them to a folder ...
0
votes
0answers
79 views
Is there a way to support multiple Google Accounts when authorizing using the JS client API library on Safari on iOS 6?
On our site http://www.draw.io/ in the top right there's a Google Drive integration button that uses the JS API client library to authorize. This works fine everywhere, except for Safari on iOS 6. ...
1
vote
1answer
84 views
Is it possible to change email address of a Google group via API?
I am trying to find a way to rename (change email address aka group id) a google group via api. Using the python client libraries and the provisioning api i am able to modify the group name and ...
4
votes
1answer
94 views
Are there published specs for Google API bandwidth?
I am developing a Google APP Engine or possibly just direct GCS application. The client captures video streams from cameras and would like to selectively stream these to the cloud.
Possible targets ...






