Creating Google Document using Zend_Gdata_Docs

intro
This article shows code to upload a csv file and create a google document using Zend_Gdata_Docs.
Please see Google Document List Data API for more detail information.
To execute the following code, you need to have a google account that can use google document.
You can check the screen from demonstration site(though I don’t know about security).

1.Create Controller
Create the file application/constorllers/GdocsController.php with the following content.
2.Create View
Create the file application/views/scripts/gdocs/index.phtml with the following content.

Create the file application/views/scripts/gdocs/create.phtml with the following content.

3.Check
Access the web server and execute creation of google document after you logged in from google’s login screen. Then you can check the document from your google docs page.
History
Date Content
2008/5/2 Published

Leave a Reply

Your email address will not be published.