Re: [google-appengine] Re: Install PHP Google SDK on Centos6.5

2015-06-13 Thread mohamed hassan
Salutations , I need to use features like crop images and resize them which saved on my buckets so how can i do that ? can i do that without Google PHP SDK ? Thanks . On Sun, Jun 14, 2015 at 2:20 AM, mohamed hassan wrote: > Salutations Mars Lan , > > Thanks for quick reply . But i need to inst

[google-appengine] Using Google App Engine to run newsletter system?

2015-06-13 Thread Torsten Daerr
Dear GAE support community, I have a customer built email newsletter management system built in Yii Framework. I would like to have the entire system rebuilt in Google App Engine. Can you please tell me if this is possible in general? The MySQL database behind the newsletter system has close to

Re: [google-appengine] Re: Install PHP Google SDK on Centos6.5

2015-06-13 Thread mohamed hassan
Salutations Mars Lan , Thanks for quick reply . But i need to install google php sdk because i need to use some features of it not found in api-client-library yet so please how can install it on my centos 6.5 and calling it in my project . T

[google-appengine] Connect Google App Engine to Google Compute Engine

2015-06-13 Thread Al Hennessey
Hi, i am looking to implement google cloud messaging XMPP on the google app engine, but i would also like to implement some redis or mongodb databases on the google compute engine, what is the best documentation available for connecting the two as i cant seem to find any? Thanks -- You recei

[google-appengine] Re: OverQuotaException without being over quota

2015-06-13 Thread Michał G .
I turned out i had exceeded the daily budget which was set to a low value and of which i forgot. That was the reason behind the OverQuotaException. Sadly there was no indication whatsoever in the Google console that the budget limit had been hit. W dniu wtorek, 9 czerwca 2015 17:12:16 UTC+2 uż

[google-appengine] Re: Install PHP Google SDK on Centos6.5

2015-06-13 Thread Mars Lan
The App Engine SDK is designed only for the App Engine environment. You'll need to install the api client library instead: https://developers.google.com/api-client-library/php/ On Saturday, June 13, 2015 at 8:46:24 AM UTC-7, mohamed hassan wrote: > > Hello , > > I installed The LAMP stack which

[google-appengine] Best solution / practice for temp files with App Engine PHP?

2015-06-13 Thread Alex Kerr
Hi, What's generally accepted wisdom/tech solution for temp files on GAE using PHP, please? I need to store and process an image (a few hundred K in size) using PHP that momentarily (e.g. < 1 second) needs to exist as a temp file somewhere before it's sent on elsewhere and the temp file can be

[google-appengine] Re: Google App Engine SDK version 1.9.22 released

2015-06-13 Thread Alex Kerr
> Users can supply a customer CA certificate bundle with their application. How does one do that - are there any docs? I'd like to use the Curllite feature in PHP Appengine to connect to Facebook's API and it wasn't working because of just this issue! (according to something I read by Stuart La

[google-appengine] My billing account google compute engine inexplicably been disabled

2015-06-13 Thread Raul Obagi
Inexplicably without warning my google compute engine billing account was disabled, and I made more intense search and investigation I followed the steps as described so support page https://support.google.com/cloud/answer/3540854?hl=en (Disable or enable billing) in which they explain the fo

[google-appengine] Re: 400 Error when trying to deploy the Node.js helloworld app to appengine

2015-06-13 Thread Anthony DeFrancesco
I am running into the same issue trying to update my app engine application, its a java app. I have billing enabled and related into the tool using cloud auth login and still no luck. The app is hosted in the US -- You received this message because you are subscribed to the Google Groups "Goo

[google-appengine] Install PHP Google SDK on Centos6.5

2015-06-13 Thread mohamed hassan
Hello , I installed The LAMP stack which consists of Linux, Apache HTTP Server 2.2, MySQL 5.5, and PHP 5.4 then i installed Centos 6.5 but I need to know how can i install PHP Google SDK on Centos 6.5 . and how can i include it in my php project. Thanks . -- You received this message becaus