[google-appengine] sms gateway integration

2016-10-13 Thread Rajesh Gupta
Hello, I want to integrate with sms gateway providers. Is there any general way to do it. Normally, each sms gateway has the api and the key. Our clients are using different sms gateways. This means, I have to change the code for each sms gateway. What is the good way to integrate with all sms

[google-appengine] Re: How to install AjaxSwing on google app engine?

2016-10-13 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Gurpreet, It sounds like this is something that would be far simpler to accomplish in the Flexible Environment , which allows access to disk, to open processes, network connections, etc. - essentially, rather than the Standard Environment

[google-appengine] Re: Duplicate files copied in APK - sep_approx_spanish.txt

2016-10-13 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Aubrey, This problem appears to be a specific technical issue. Something like this should be posted to Stack Overflow rather than this forum, which is meant for more high-level discussion and general design patterns on the platform and services. Nonetheless I'm

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-10-13 Thread Levi Baber
I'm running into a similar issue. I think the only reason the example worked for you on Linux is because the build.sh is specifically pulling down version 1.3.2 of the oauth2client from github. I have tried using the latest earthengine-api available from pip, and the latest google-app-engine

[google-appengine] Re: Anyone else getting Status 500 returned randomly for requests on GAE?

2016-10-13 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey Kelly, Welcome and thanks for sharing your questions here with the community. Generally, when getting *4xx* and *5xx* responses from your App Engine application, I would suggest looking for related request logs in Stackdriver Logging

[google-appengine] Re: Compute Engine fail at launch (Activate for billing)

2016-10-13 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Since you have just activated the Free Trial for your Google Cloud project, it will take some time for your credit card to be verified for your billing account to be opened. As of the 12th I am seeing your Billing Account is

[google-appengine] Re: Running PHP app in Google App Engine Flexible Environment gcloud app deploy failed, But local working fine

2016-10-13 Thread Dhandapani Sattanathan
GAE Team, I m getting While deploying PHP App in GAE Flexible Environment ERROR: (gcloud.app.deploy) Error Response: [13] Timed out when starting VMs. It's possible that the application code is unhealthy. (0/2 ready, 2 still deploying). Plz help me to solve this. On Wednesday, October

[google-appengine] Cant upload Java Application - No name matching appengine.google.com found

2016-10-13 Thread Divya B
Hi, I'm using Java GAE, suddenly today I cant able to upload my application using "appcfg.cmd update \war" command. I'm getting "CertificateException: No name matching appengine.google.com found" error. I have also tried to upload the app after deleting .appcfg_oauth2_tokens_java file but

[google-appengine] Re: [objectify-appengine] Question on Transactions

2016-10-13 Thread Rajesh Gupta
Dear Nicholas, Thank you. The example code shows the illustration of loading the object outside the transaction block. However, sometimes, we send the object to client, and client modifies the object and sends back to server. Here, we have to directly put the object and other processed objects