lenhan10th / 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

It is unclear how to use this client with AppEngine #380

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
It is unclear how to use this client with AppEngine.
Currently this is the only way php can access datastore for example.

What is the expected output? What do you see instead?
I expect minimum a link to 
https://gaeforphp-blog.appspot.com/2013/08/06/using-the-google-apis-client-libra
ry-for-php-with-app-engine/

What version of the product are you using? On what operating system?
AppEngine latest with PHP runtime

Please provide any additional information below.

Original issue reported on code.google.com by s...@google.com on 26 Aug 2013 at 6:53

GoogleCodeExporter commented 8 years ago
if you do not do the steps outlined on the blog, you will see cURL library 
missing errors on the live AppEngine server

Original comment by s...@google.com on 26 Aug 2013 at 6:55

GoogleCodeExporter commented 8 years ago
Make sure you have followed the blog post at set up Streams IO handler rather 
than cURL: 
'ioClass'      => 'Google_HttpStreamIO',

Original comment by ianbar...@google.com on 27 Aug 2013 at 2:31

GoogleCodeExporter commented 8 years ago
I managed to get it work, the reason for this bug is to include the link on the 
wiki / docs pages please

Original comment by s...@google.com on 28 Aug 2013 at 11:41

GoogleCodeExporter commented 8 years ago
Sure thing. The next version major of the lib should default to the stream 
handler, so we have slightly less pain here. 

Original comment by ianbar...@google.com on 29 Aug 2013 at 12:24