[google-appengine] Data recovery appspot

2017-05-02 Thread James Calfee
I need to recover an old app from appspot.com .. I attempted to migrate it in 2014 but it did not port the data store back-end only the UI ported. I really need the old blob-store data. Can someone please direct me in the right direction? Do you recall what this datastore upgrade was called?

Re: [google-appengine] Cloud shell Java version older than app engine

2017-05-02 Thread 'Les Vogel' via Google App Engine
Hi, Actually the GA version of App Engine Standard for Java is Java 7. Java 8 is currently in a limited alpha. Java 8 is also available for App Engine Flexible. Java 8 is available in Cloud Shell by entering: sudo update-java-alte

[google-appengine] Cloud shell Java version older than app engine

2017-05-02 Thread E EE
App engine for java is using Java 8 runtime, but cloud shell is still on Java 7. This means it cannot be used for compiling and deploying app engine apps that actually use Java 8. Not technically a bug, but I think all the parts of the platform should be version compatible. -- You received th

Re: [google-appengine] Re: Using Cloud SQL database with Laravel

2017-05-02 Thread 'Takashi Matsuo' via Google App Engine
Hi Adeel, Go to: https://console.cloud.google.com/apis/api/sqladmin.googleapis.com/overview?project=zoho-portal-159018 And see if the` Cloud SQL API` is enabled. Enable it if not. Just to make sure, you're sending the fake password in the previous e-mail, right? If not, I recommend you change it.

[google-appengine] Re: Добрый день! Кто может помочь по Compute Engine? Есть пару вопросов

2017-05-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Николай, I translated your message to english and I think you were asking whether you would still be charged for your Compute Engine machines whether they are "working" or not. If they aren't running, you won't be charged, but if they are running, even if your web app isn't serving, or they

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-02 Thread E EE
The latest attempt to deploy from the browser console resulted in: ERROR: (gcloud.app.deploy) Error Response: [13] Unexpected Error. (The API call stubby.Send() took too long to respond and was cancelled.) Attached the log, nothing jumps out there. -- You received this message because you are

[google-appengine] Re: Mystic! Browser behavior

2017-05-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Денис, This forum is meant for discussion of the platform and not for technical support. You should post to Stack Overflow with a more clear explanation of your issue and the users there will be happy to assist you. We monitor our tags on Stack Overflow as well. I

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-02 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey E, You should analyze (or sanitize and then attach here) the logs produced by the deployment. You can find the logs location by running 'gcloud info'. Cheers, Nick Cloud Platform Community Support On Tuesday, May 2, 2017 at 3:11:12 PM UTC-4, E EE wrote: > > I am having the same problem in

[google-appengine] Cron.xml not picked up - where do I start looking?

2017-05-02 Thread Torbjørn Smørgrav
I'm trying to get cron jobs working. The /status url that I want to hit in the cron job is configured and working. From web.xml: StatusServlet my.package.StatusServlet StatusServlet /status >From the debugger you can see that cron.xml is uploaded:

[google-appengine] Re: Can't find import "google.golang.org/appengine"

2017-05-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello William, Developers are aware of this issue and are actively contributing towards a solid solution to it. In the meanwhile, you should be able to use "goapp deploy" instead of the gcloud command. Let me know how that works! -- You received this message because you are subscribed to th

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2017-05-02 Thread E EE
I am having the same problem in region US central and a hello world Java app (app engine flexible). This is a tiny app with one servlet that prints hello, it does not get smaller than that. It happens from both my local machine as well as the browser console, using both gradle as well as "gclou

[google-appengine] Can't find import "google.golang.org/appengine"

2017-05-02 Thread william
Hello, I'm trying to deploy an API on AppEngine but I'm not sure why it's not working, here's an extract of the code: package main import ( "encoding/json" "io/ioutil" "net/http" "fmt" "google.golang.org/appengine" ) func main () { InitPubSub() http.HandleFunc(

[google-appengine] Can't find import "google.golang.org/appengine"

2017-05-02 Thread william
I'm trying to deploy an API on AppEngine but I'm not sure why it's not working, here's an extract of the code: package main import ( "encoding/json" "io/ioutil" "net/http" "fmt" "google.golang.org/appengine" ) func main () { InitPubSub() http.HandleFunc("/", Han

Re: [google-appengine] Is the gcloud command suppose to be runnable on a managed VM?

2017-05-02 Thread 'Justin Beckwith' via Google App Engine
How are you trying to authenticate? Are you using a service account to log in, or trying to rely on the App Engine service account credentials? On Mon, May 1, 2017 at 7:20 PM, Ben Wu wrote: > All gcloud commands fail with "Insufficient Permission" errors when I run > them in a managed VM. It s

[google-appengine] Re: Using Cloud SQL database with Laravel

2017-05-02 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Google Groups is meant for general product discussions and not for technical support. If you require technical aid in connecting to your Cloud SQL instance from App Engine , you can post your setup and stacktrace on Stack Ov