Questions tagged [gdata]

GData (Google Data Protocol) provides a simple protocol for reading and writing data on the Internet, designed by Google.

Gdata (Google Data Protocol) provides a simple protocol for reading and writing data on the Internet, designed by Google. GData combines common XML-based syndication formats (Atom and RSS) with a feed-publishing system based on the Atom Publishing Protocol, plus some extensions for handling queries. It relies on XML or JSON as a data format.

Most Google APIs today are not Google Data APIs. The Google Data APIs applies only to a few APIs, as described in the GData API Directory

991 questions
0
votes
1 answer

PHP Zend gData installation Checking Exception

I got this exception when i run the checking procedure for installation found there: http://framework.zend.com/svn/framework/standard/trunk/demos/Zend/Gdata/InstallationChecker.php Exception thrown trying to access Zend/Loader.php using…
Jerome Ansia
  • 6,854
  • 11
  • 53
  • 99
0
votes
3 answers

Error in uploading Video to Youtube in Iphone

I am trying to upload a video to Youtube using GData and I have been quite successful in doing so. PROBLEM I have run into a problem in passing different category names, some of which work and some of which do not. For example, when I pass the video…
freelancer
  • 1,658
  • 1
  • 16
  • 37
0
votes
2 answers

How to get Google Calendar event startime using Zend_Gdata?

Currently I'm working on project where I need to access Google Calenadar data using API - everything works fine but I'm unable to get event start time/end time - most important informations. I'm using Zend framework and Zend_Gdata library ,…
stawek
  • 257
  • 2
  • 5
  • 13
0
votes
2 answers

Uploading Any File To Google Docs Using GData

I'm trying to use the Google Docs GData API (.NET) to upload a file to my docs, but I keep getting errors thrown. I can't find any example that uses this method, so I'm not even sure that I am usign it correctly. DocumentsService docService = new…
Abion47
  • 22,211
  • 4
  • 65
  • 88
-1
votes
1 answer

How can i get xml data from an URL using GDataXML parser in iPhone application development?

I just want to know that how can I use url in GDataXML parser for extracting xml data. I have never used it before so please anybody help me.
Yamen Emon
  • 139
  • 3
  • 12
-1
votes
1 answer

How can i list google documents android?

Using Accountmanager i get the token now what? m using the following class package com.googleaccount; import android.accounts.Account; import android.accounts.AccountManager; import android.app.Activity; import android.app.AlertDialog; import…
Harinder
  • 11,776
  • 16
  • 70
  • 126
-1
votes
2 answers

How to see the subscribers count of a youtube channel using the gdata api in python

im trying to make a raspberry pi youtube sub monitor and im confused about how to get the sub count from youtube channel in python.an example code to do so would be much appreciated.
-1
votes
1 answer

The remote server returned an error: (404) Not Found. google implentation in c#

I'm using OAuth2 credentials, getting 404 error: using Google.Analytics; using Google.GData.Analytics; void Analytics() { try { string userName = ConfigurationManager.AppSettings["username"]; …
Venkat Singri
  • 104
  • 10
-1
votes
1 answer

YouTube Gdata APIU is no longer available, any alternative for this?

Gdata API for YouTube feed is not working, from last some days.. so any alternative for to get feed from YouTube API..?? http://gdata.youtube.com/feeds/api/playlists/PL_yIBWagYVjyyqx_qPkbat5zufWZOyZEZ
-1
votes
1 answer

ios - Architecture error with GData on XCode 6.1.1

I have a project be written by XCode 6.1.1, iOS target is 7.0 and later. I would like to use GData API to get photo from Picasa. I have done integrating GData into my source code. I wrote some simple code to get ALBUM and PHOTO from it. Code like…
ryan_le
  • 69
  • 1
  • 8
-1
votes
1 answer

Google gdata pdf download and upload

My problem is only donwload. Tomorrow I have 2 problem they are download and upload. But I solve upload problem. I can share upload code this questions answer. But now only problem download P.S =Client application
-1
votes
2 answers

gspread TypeError: login() takes no arguments (2 given)

I have installed gspread and gdata in my virtual environment using pip. And when I try to login with email and password following the documentation, as shown: import gspread gc = gspread.login('533ghimiresantosh@gmail.com','password') It throws…
Santosh Ghimire
  • 3,087
  • 8
  • 35
  • 63
-1
votes
1 answer

Youtube-API upload script moving to HostGator

My youtube upload script is working great. (link) Now i want to move my uploader script to HOSTGATOR. But when i want to run my working script; Fatal error: Uncaught exception 'Zend_Gdata_App_AuthException' with message 'Authentication with…
moreasd
  • 21
  • 8
-1
votes
1 answer

Google Data API Client Libraries with proxy

I use java and gdata API to manage my Calendar's data. But it works only if I have direct access to the Internet. In my case I have to use proxy. Is there any way to manage my Google calendar's data through the proxy? I'v tried this…
krn-prog
  • 1
  • 1
  • 4
-2
votes
1 answer

Can we use Google data plugin in scala?

I am new to scala. I am trying to import contacts from gmail in to my application.I can create sample application in java using Eclipse by following link …
Prashant Thorat
  • 1,752
  • 11
  • 33
  • 54
1 2 3
66
67