anuj607 / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Authorisation google API spreadsheets using PHP. #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I need to set up authorisation to pass data to a google docs spreadsheet. 
2.I have all the code completed and working with simple username and password 
authorisation to my personal gmail. When I bring it over to the internal google 
hosting I need further authorisation. 
3.what steps do I need to take to get my php code authorised? 

What is the expected output? What do you see instead?
It is very important for this project that the user is not asked to input 
anything, so the script has to run in the background. So basally the php file 
is holding the varibles - then passing them to a spreadsheet for further 
evaluation.  

What version of the product are you using? On what operating system?
I have developed an elearning project with smartbuilder and php. This will be 
hosted on the google server for internal use only. 

Please provide any additional information below.

Original issue reported on code.google.com by byr...@google.com on 18 Sep 2011 at 4:29

GoogleCodeExporter commented 9 years ago
Hello,

Can someone please help with this?

Thanks a ton!
Silvio

Original comment by silviok...@google.com on 20 Sep 2011 at 7:47

GoogleCodeExporter commented 9 years ago
You would need to use the Zend GData client to access the GData spreadsheets 
api.

Here's some documentation to help you out:
http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html
http://framework.zend.com/download/gdata

Original comment by chirags@google.com on 20 Sep 2011 at 8:17