Re: [google-appengine] Re: Using VS Code in the Cloud!

2018-07-18 Thread 'Dennis Yurkevich' via Google App Engine
Why do you mean by fire it up, deploy the app? Yes this could work, but then it raises the question of why are Google making the online editor? It’s very far away from modern editors. On Wed, 18 Jul 2018 at 23:38, 'Katayoon (Cloud Platform Support)' via Google App Engine wrote: > The easiest wa

[google-appengine] Re: I am getting 409 Conflict error during deployment

2018-07-18 Thread Baqir Rizvi
I have a working project that was running successfully on app engine backend. This project was using google cloud endpoint framework 1.0 and there was an update to endpoint framework 2.0 from google that has a deadline in august 1st week 2018. I deployed to app engine multiple times via *Deploy

Re: [google-appengine] Re: Using VS Code in the Cloud!

2018-07-18 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
The easiest way could be doing coding in your local Visual Studio Code and then fire it up by gcloud commands via the Command Line Interface. Hope this works for you? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from thi

Re: [google-appengine] Re: high resource usage than expected

2018-07-18 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As you mentioned, your App Engine resource usage is a combination of all of your services and versions. Mainly your 'api' and 'cron-backend' services, as they have the most instance usage due to URLFetch requests and Datastore/Memcahce interactions. Your 'api' service also saw a spike in errors

Re: [google-appengine] Re: AppEngine down? - 502 errors

2018-07-18 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
I have notified the team responsible for this specific post-mortem of the valid feedback provided here in order to ensure that the questions raised will be addressed in the incident report. The team is very aware of your concerns and is working very very hard to thoroughly investigate and miti

[google-appengine] Re: I am getting 409 Conflict error during deployment

2018-07-18 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Baquir, For such issues, it would be more effective to open a issue in the public issue tracker , where it may be properly followed up and fixed. How did you attempt deployment, what was the command or menu used? As a reference, you may have a look at t

[google-appengine] Re: UnicodeDecodeError: 'utf8' codec can't decode byte 0xe3 in position 6

2018-07-18 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
It seems the issue is explicitly pointing towards an encoding/decoding issue. A quick search shows it can be a simple having non-UTF8 character on computer(host) name

[google-appengine] Re: I am getting 409 Conflict error during deployment

2018-07-18 Thread Baqir Rizvi
hi, I just moved my project to windows and imported it on android studio. Now by using appcfg.cmd rollback i am able to resolve the issue. still wondering why its not working on MAC. After running command, MAC should also prompt for user login credential similar to windows but its not prompting

[google-appengine] Re: I am getting 409 Conflict error during deployment

2018-07-18 Thread Baqir Rizvi
Hello, I am also facing the same issue while deployment: WARNING: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=morpholiteaua&version=1&; 409 Conflict Another transaction by user morpholite is already in progress for app: b~morpholiteaua, version: 1. That user