gdata Questions

20

Solved

I want to get the access token from Google. The Google API says that to get the access token, send the code and other parameters to token generating page, and the response will be a JSON Object lik...
Kulsrud asked 31/5, 2012 at 5:30

3

Solved

I'd like to identify a method to attain the Worksheet ID within the URL for each of the worksheets within a Google Spreadsheet Workbook. For example, the worksheet id for 'sheet2' of this workbook ...
Heinrich asked 9/4, 2016 at 22:57

4

Solved

When I try to load a Google Spreadsheet in pandas from StringIO import StringIO import requests r = requests.get('https://docs.google.com/spreadsheet/ccc?key=<some_long_code>&output=cs...
Elodia asked 5/6, 2014 at 15:0

4

I have configured the openssl with wamp (Apache server). But while I using gdata api I'm getting following error. ( ! ) Fatal error: Uncaught exception 'Zend_Http_Client_Adapter_Exception' with me...
Ontiveros asked 13/1, 2012 at 5:24

1

Solved

I've updated Strawberry Perl 64-bit 5.30.2001 and the gdata package. Now, when loading library(gdata) I always get this warning messages which appear to be related to Perl. suppressPackageStartupMe...
Emilyemina asked 14/8, 2020 at 10:51

9

Solved

I can't get my refresh token with my code. I can only get my access token, token type etc., I have followed some tutorials like putting access_type=offline on my login URL: echo "<a href='https...
Nall asked 20/1, 2012 at 13:45

3

Solved

I am trying to create a calendar using Google Calendar API v3 if it does not already exist. My implementation successfully retrieves all my calendars and events and can change calendars, but I am s...
Dariusdarjeeling asked 25/7, 2013 at 17:53

2

Solved

I want to use data.photos.service.PhotosService to push and pull photos from Picasa. I got a service key file XXXXXXXX-privatekey.p12 from Google console and am now trying to authenticate using sai...
Dortheydorthy asked 15/4, 2013 at 23:26

6

Solved

Is there a way to use gdata api to retrieve the list of all labels in a blogger? I need to create a menu based on that list, but cannot simply list all posts and get it, because it is a busy blog ...
Draco asked 15/6, 2012 at 20:25

0

I've uploaded about 40k photos using the Google Photos uploader tool, and now I'm trying to get a list of those photos using the Picasa Web Albums Data API (as there is no separate Google Photos AP...
Bibber asked 8/1, 2017 at 2:57

3

I have experience with YouTube API. But I always used it for public videos. Now. what I want to achieve is, to make video on my YouTube channel TOTALLY invisible (in other word private) and shows t...
Submissive asked 17/7, 2012 at 9:11

1

Solved

I'm using maven to include the google gdata module in my project and everything compiles fine, but I get this runtime exception: Exception in thread "main" java.lang.NoClassDefFoundError: com/goog...
Gizela asked 24/9, 2016 at 11:32

30

Solved

In my Android app, I always get VerifyErrors! And I cannot figure out why. Whenever I include a external JAR, I always get VerifyErrors when I try to launch my app (except for once, when I included...
Jamshid asked 21/3, 2009 at 5:24

4

I'm trying to use Google's Objective-C Youtube APIs to fetch a youtube channel's playlist - with no luck. -I downloaded Google's official API from: http://code.google.com/p/gdata-objectivec-client...
Mandragora asked 7/3, 2013 at 22:9

1

Admin Settings API with oauth2 I'm trying to connect an app written in python to Admin Settings API with OAuth2 credentials but I get an error: source code: from oauth2client.client import Crede...
Individuation asked 30/4, 2014 at 20:10

2

Solved

Since Google stopped support for their older Auth, and now we have to use oAuth 2, our simple desktop application can no longer read contacts from my google account. Fine - i understand this, how...
Syd asked 27/10, 2015 at 8:21

3

Solved

Look at this link , there is an example given https://www.googleapis.com/youtube/v3/videos?id=7lCDEYXw3mM&key=YOUR_API_KEY &part=snippet,contentDetails,statistics,status Part of the res...

2

Solved

I have more than 100 videos uploaded in a youtube channel. I get the xml of channel as: https://gdata.youtube.com/feeds/api/users/UserId/uploads , it only returns xml with id's for only 25 videos....
Petronel asked 7/11, 2012 at 21:30

4

I'm suddenly starting to get the following exception when attempting to authenticate and access a spreadsheet on Google drive: Unhandled Exception: Google.GData.Client.GDataRequestException: Ex...
Concrescence asked 26/5, 2015 at 21:16

3

Solved

I already have an access_token and refresh_token, but I can't figure out a way to create an authorized gdata client without going through the entire token generation workflow in gdata.
Methodius asked 7/2, 2013 at 2:9

2

How can I import a worksheet from a password-protected xlsx workbook into R? I would like to be able to convert an Excel worksheet into a csv file without having to go through Excel itself. It is...
Levenson asked 21/12, 2012 at 20:22

2

I'm importing xls files using gdata. I am converting date columns using as.Date to convert the date As per the manual for as.Date, the date origin is platform dependent, and so I am determining wh...
Rickart asked 28/3, 2013 at 15:54

2

Solved

I'm about to start a project that requires some simple YouTube non-write data operations, like gathering users playlists and videos. I read that the YouTube 2.0 API is deprecated, but I don't reall...
Ibnrushd asked 1/7, 2013 at 10:56

2

Solved

I'm writing a webapp that uses the YouTube Code API to do specific types of searches. In this case, I'm trying to search for all videos that match a query, and which were uploaded between two dates...
Sportive asked 24/4, 2011 at 4:52

2

Solved

I am querying a Picasa gallery and when I dig into the entries that are returned, I can't find the full size image. I can only see a much smaller, re-sized image (data[0].Content.AbsoluteUri). I kn...
Educated asked 30/3, 2012 at 1:21

© 2022 - 2024 — McMap. All rights reserved.