On Wed, Aug 14, 2013 at 5:09 AM, Artem Savateev
<[email protected]>wrote:

> I run the code from within Google Engine and get an error when running
> the application (on appspot.com), not the code on my server.
>


It doesn't matter where you run the code, you could run it on App Engine,
Compute Engine, or any external hosting service. You still need to supply
authentication information when utilizing other Google APIs such as
Contacts, YouTube, etc.


On Wed, Aug 14, 2013 at 5:09 AM, Artem Savateev
<[email protected]>wrote:

> I did not get to use those examples that are published on
> developers.google.com because it uses cURL, which include the platform Google
> Engine does not work (according to the documentation - Google does not
> support curl at all).
> I tried to create a php.ini file with the text 
> google_app_engine.enable_functions
> = "phpcurl", but the code is still not earned.
>
>

The best thing is to use the sample code that Stuart linked to (I'm quoting
his message below for convenience, and for anyone else who Google searches
and finds this post). If you insist on not using the sample code that
Google provided, you can adapt your code to use the URLFetch PHP service:
https://developers.google.com/appengine/docs/php/urlfetch/


On Wed, Aug 14, 2013 at 6:38 AM, Stuart Langley <[email protected]> wrote:

> There's info on setting up the client at https://gaeforphp-blog.
> appspot.com/2013/08/06/using-the-google-apis-client-
> library-for-php-with-app-engine/
>



-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to