3

How to read the contents from google docs? is there any api available for php? am using yii framework..

Gopesh
  • 3,882
  • 11
  • 37
  • 52
  • 1
    U may look this http://kovshenin.com/2009/google-docs-api-client-login-with-php-and-curl/ – safarov Apr 03 '12 at 11:00
  • @safarov thanks for the link..i got the auth string..but the rest is not working. – Gopesh Apr 03 '12 at 11:13
  • there is api for google spreadsheet, read the documentation and extend this library or search for another php library – safarov Apr 03 '12 at 11:15
  • Duplicate? http://stackoverflow.com/questions/2453172/need-to-upload-files-to-google-docs-from-my-application-and-store-reference-to-t/2576573#2576573 – Vic Fryzel Apr 04 '12 at 15:48

1 Answers1

2

Google provide an API which is accessible via PHP. You need to authenticate using your gmail username & password.

Look this : https://developers.google.com/google-apps/spreadsheets/

How to use the Google SpreadSheets API to feed data to an application?

http://code.google.com/apis/gdata/articles/php_client_lib.html

~K

Community
  • 1
  • 1
metalfight - user868766
  • 2,722
  • 1
  • 16
  • 20