[google-appengine] Re: File referenced by handler not found: $PYTHON_LIB/default_start_handler.py

2015-11-25 Thread Caner Dağlı
Hello Nick, Thank you, I've created the issue #12567 . Regards, Caner On Wednesday, November 25, 2015 at 2:32:13 AM UTC+2, N

[google-appengine] Deployment of updated code in google app engine is not working

2015-11-25 Thread abhishek grover
when trying to deploy my updated code using eclipse , its showing 'uploading 0 files' even after changing some files in eclipse. and my updated code is not reflecting the changes when consuming deployed java code. please help. Deploying: Uploading 0 files. Initializing precompilation... Deployin

[google-appengine] Re: Deployment of updated code in google app engine is not working

2015-11-25 Thread Patrice (Cloud Platform Support)
Hi Abishek, This doesn't sound normal. What do you use for deployment? Eclipse itself? Could you try using appcfg.py maybe? In the meantime, if you could include your app.yaml here, it would be helpful to troubleshoot. Also, make sure that your code is fully saved and recompiled (just to be s

[google-appengine] App Engine service account has insufficient permissions for project

2015-11-25 Thread Robert Dyas
When I try to deploy a Managed VM I get this error: App Engine service account has insufficient permissions for project Any suggestions on what to look at to fix this? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from t

[google-appengine] Re: App Engine service account has insufficient permissions for project

2015-11-25 Thread Patrice (Cloud Platform Support)
Hi Robert. How do you deploy? Chances are that you can change which email you're currently authenticated as with the tool, depending on what tool you use for upload. Cheers! On Wednesday, November 25, 2015 at 3:42:16 PM UTC-5, Robert Dyas wrote: > > When I try to deploy a Managed VM I get thi

[google-appengine] Re: App Engine service account has insufficient permissions for project

2015-11-25 Thread Robert Dyas
I am uploading with Eclipse (Java) and am logged in as a project owner. I did try uploading with a different owner account on the project and got exactly the same error. The strange thing is, it works just fine when uploading as sandboxed app. Can you check our project (parasql-app) to see if