gdata Questions
1
I am trying to build a Zend_Gdata_Spreadsheets_ListQuery and I can't find any references that explain what the expected query syntax is and what types of queries you can and cannot perform. The clo...
Threescore asked 21/7, 2012 at 0:55
1
Solved
I have a specific problem, the application is only for a set of people whose Google credentials are on my server. I make a login to my server, look-up the Google credentials and send them back and ...
Rochus asked 11/4, 2014 at 10:49
0
I have been trying to figure this out for a while now and just dont seem to be able to break through so hopefully someone out there has done this before.
My issue is that I am trying to do a batch...
1
Background Info
I am Using python gdata spreadsheet-api with OAuth2.0 and certificate credentials to access data in a google apps domain
I am trying to insert a row into a spreadsheet using
spr...
Faction asked 28/11, 2013 at 16:9
1
I have a collection of excel files which I am importing into R.
The files contain hidden data which I would like to disregard -- eg, simply not importing it, or importing it with a flag indicatin...
1
Simple problem:
I'm using Youtube gdata through javascript to: Comment, Reply and Like/Dislike videos.
Everything is working so far!
However, I'm trying to allow users to specifically like and d...
Garda asked 30/5, 2013 at 16:27
1
Solved
I am trying to get the duration of a youtube video via search
var request = gapi.client.youtube.search.list({
q: q,
type : "video",
maxResults : 10,
part: 'snippet,contentDetails'
});
as an ...
Mongolia asked 8/8, 2013 at 22:25
3
Solved
Using the user.profile and user.email scope and the /oauth2/v2/userinfo feed doesn't seem to return any custom fields (in my case Department) or phone numbers. These fields show up in the Domain Sh...
Subcritical asked 29/4, 2013 at 14:33
2
Solved
Is there a Google+ photos gdata API? I was using Google picasa API but picasa has a 1 GB limit for photos. I want to upload all my photos using the script which i am writing to Google+ photos...
Lidialidice asked 9/1, 2012 at 0:10
2
Solved
Is there available REST api library for haskell?
I need it primary for google gdata client, but will probably use it for other purposes too.
I know there is HTTP library, but I need something mor...
2
Solved
Given several .xls files with varying number of sheets, I am reading them into R usingread.xls from the gdata package. I have two related issues (solving the second issue should solve the first):
...
Janitajanith asked 28/3, 2013 at 11:38
3
Solved
I'm trying to retrieve a user with the following code found in the gdata provisioning api documentation. I'm attempting this for a django 1.3 app, running gdata-2.0.16 in python2.7:
from gdata.app...
2
Solved
I have been able to login to Google spreadsheet with gdata python client.programmaticlogin function following the sample/spreadsheet in gdata downloaded pack.
Now I am not able to login to my ente...
1
Solved
Gdata offers a way to get only changed cells from a google spreadsheet, based on a time stamp.
How should I create the time stamp for the Gdata call?
i.e. "Only entries with a published time equ...
Sauerkraut asked 26/2, 2013 at 1:23
2
Solved
I am trying to figure out the difference between Google's GData API ( http://code.google.com/p/gdata-python-client/ ) and Google's APIs Client Library for Python ( http://code.google.com/p/google-a...
Gonta asked 1/4, 2012 at 23:16
3
Solved
I'm building a webapp that manages certain types of events for users. I want to provide a way to display those events inside of a user's google calendar.
What I was really hoping for was a way to ...
Concertina asked 28/1, 2010 at 22:31
2
Solved
Looking to grab all the comments from a given video, rather than go one page at a time.
from gdata import youtube as yt
from gdata.youtube import service as yts
client = yts.YouTubeService()
cli...
Costanzo asked 10/10, 2012 at 19:15
2
I'm trying to use the OAuth Token I get from django-social-auth to access the users calendars.
So in the django-social-auth configuration I set:
GOOGLE_CONSUMER_KEY = 'anonymous'
GOOGLE_CONSUMER_...
Kranz asked 21/9, 2011 at 8:19
1
Solved
I am currently trying to pull data about videos from a YouTube user upload feed. This feed contains all of the videos uploaded by a certain user, and is accessed from the API by a request to:
http...
Selfconsequence asked 3/10, 2012 at 12:19
1
Solved
i want to access Google analytic data and i got samples from Google data API SDK. but these coding does not working and throws exception
Execution of request failed: https://www.google.com/anal...
Vanessa asked 21/9, 2012 at 9:14
1
Solved
In a past entry I figured out how to retrieve the metrics data for a certain profile id:
Exception thrown when using GData .NET Analytics API
Now I would like to retrieve a certain profile id that...
Octillion asked 3/9, 2012 at 2:16
2
Solved
I am facing an issue while trying to fetch data from GoogleAnalytics API on piece of code that has been working well just a couple of days ago.
For this I am referencing the following DLL's:
Goog...
Burnt asked 24/8, 2012 at 16:24
1
I'm working in Python and trying to retrieve data from a public Google Spreadsheet (this one) but struggling a bit with the developer documentation.
I'd like to avoid client authentication if pos...
Vespiary asked 26/9, 2011 at 20:50
1
Solved
I know that controlling a video's privacy setting (public, private, unlisted) is done through setting the yt:private or yt:accessControl tags. However with a YouTube video, when it is set to privat...
Bosquet asked 30/5, 2012 at 11:49
2
Solved
I have followed a tutorial on how to use the youtube gdata. Populating a listview with videos from youtube and a onclick. The source code is availeable from this site: http://blog.blundell-apps.com...
Bateau asked 8/5, 2012 at 17:9
© 2022 - 2024 — McMap. All rights reserved.