Questions tagged [zend-gdata]

The Zend_Gdata component is a PHP 5 interface for accessing Google Data from PHP. The Zend_Gdata component also supports accessing other services implementing the Atom Publishing Protocol.

The Zend_Gdata component is a PHP 5 interface for accessing Google Data from PHP. The Zend_Gdata component also supports accessing other services implementing the Atom Publishing Protocol.

150 questions
1
vote
1 answer

Zend_Gdata library and Picasa data API -- loader.php file missing

Im trying to develop an application in php to download pics from picasa using Zend_Gdata library. My project folder structure is like this: www(wamp) /project test.php /Zend /Authentication /Barcode . . …
Ivin
  • 4,435
  • 8
  • 46
  • 65
1
vote
1 answer

Zend GData - Share sheet

I would like to share a Google Docs (spread)sheet via Zend GData API (in PHP). Is there a way to do it via API? Alternatively, I could create the sheet in a collection, which is already shared. But could not find a way to do it either. Best, David
1
vote
2 answers

How to get the file extension of files in Google Docs?

I'm currently trying to implement Google Docs to a website. I'm using Zend Framework by the way and I'm using the Zend GDocs API. My question is - how can I get the file extension of any files and documents? It's no problem getting a list of the…
1
vote
1 answer

Yii + Zend gdata. Youtube upload

I want to upload videos with next way: I just upload file to server (as usual) My server-side Yii-application takes that video and uploads it on Youtube from a special account on youTube What do i have: My YouTube (google) account name and email.…
Apfel
  • 106
  • 1
  • 8
1
vote
1 answer

How to move a google doc into a folder using Zend Gdata

Hi Guys I am really struggling with moving a document from my root folder to another folder using zend gdata here is how i am trying to do it, but its not working. $service = Zend_Gdata_Docs::AUTH_SERVICE_NAME; $client =…
Andre
  • 2,449
  • 25
  • 24
1
vote
0 answers

Checking Validity of youtube video URL

I am developing an application that takes input of youtube video link from user and embeds it on the page. Is there any mechanism through which I can check if it is a valid link. Any method to check it either client side or server side will…
Srijan
  • 1,234
  • 1
  • 13
  • 26
1
vote
1 answer

How to Retrieve Youtube Video Description Using Youtube API using Gdata?

I used YouTube video upload API to upload video from my site to YouTube, however I also need to retrieve video description of a video providing its url. I used this line
monk
  • 4,727
  • 13
  • 45
  • 67
1
vote
1 answer

PHP Google Gdata API

I am trying to integrate Google Docs with my web application which is written by PHP. I know that Zend Gdata client library can work and actually I did implement some of the features by using it. But the problem I have is that Zend Gdata client…
Jason
  • 814
  • 1
  • 6
  • 15
1
vote
1 answer

gdata Zend PHP Google Docs Supported Filetypes

I heard like 10 months ago that Google was supporting all kind of files in Google Docs. Proof in this video : http://youtu.be/Sp8fotnTwj8?t=4m20s But i'm using the zend gdata function : function uploadFile($fileLocation, $title=null,…
Jerome Ansia
  • 6,854
  • 11
  • 53
  • 99
0
votes
1 answer

Google contacts API is ignoring the userDefinedField setting

I am trying to add a contact while at the same time including a userDefinedField. The code below works and adds the contact with the correct information however the userDefined field is missing. If I purposefully misspell one of the attributes, when…
0
votes
1 answer

Can't include the ZendGdata Loader.php

I really am stumped on this one. I followed the instructions on http://code.google.com/apis/gdata/articles/php_client_lib.html#php-path-installation The PHP Installation Checker (can be found on the linked page) gives me an error that the include…
puddy
  • 1
0
votes
1 answer

Issue with accented characters while using PHP, MySql

I need some help in an issue I am having with spanish special characters. A brief summary of what I am doing first. I have written a PHP script which fetches data from Google Spreadsheet using Zend Google PHP API. This data is then put into MySql…
sureshv
  • 21
  • 1
0
votes
1 answer
0
votes
1 answer

how to post articles with categories in blogger with zend Gdata 1.11

how to post articles with categories in blogger with zend ZendGdata 1.11.11
0
votes
1 answer

How to get current logged in user's details using Zend Gdata PHP API?

I am using following statement to authenticate: $client = Zend_Gdata_ClientLogin::getHttpClient($email, $pass, 'cp'); It successfully authenticates the user and I can fetch user's contacts. But I need to fetch the profile details of current…
Adnan
  • 2,986
  • 7
  • 43
  • 63