[google-appengine] How to migrate App Engine from engine to Flexible

2018-03-25 Thread hr lumiins
How to migrate App Engine from engine Standard to Flexible. 1) Please send me the steps or documents 2) How to move data (objectify) from Standard to Flexible environment 3)How to use FIrebase in flexible environment or can i use firebase in stanadard envoirement ? -- You received this message

Re: [google-appengine] Re: GAE Intermittently showing '502 Server Error'

2018-03-25 Thread Anu V
I've already paid for a support and result is the same. No fix in timely manner, no reply, no nothing. Here's their quote regards this issue: As of the moment, they confirmed that the 502 errors seem to be coming from the Cloud L2 Google Front End (GFE) and with error message "failed_to_conne

Re: [google-appengine] Why Domain is Loading very slowly but when opening directly through App Engine Url it is opening very fastly?

2018-03-25 Thread Sudhanshu Gaur
My region is *us-east1* On Saturday, March 24, 2018 at 5:57:31 PM UTC+5:30, Ani Hatzis wrote: > > Is your app hosted in the asia-northeast1 or australia-southeast1 > regions? In this case you might be affected by this issue: 64458939 > Custom Domains latency impact >

[google-appengine] Endpoint not visible on apis-explorer after google-api-services-drive

2018-03-25 Thread Jimens Lima
Hello everyone, I'm creating a new endpoint on my project to download files from GDrive. The project is running fine locally, however after deploy it to App Engine, the list of Endpoints disappeared on apis-explorer . This is the version of google-api-services-drive (latest). Also tried with ot

Re: [google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2018-03-25 Thread vibheesha velayudha
No I tried all stuff with gc and other vps services from azure,aws etc and none work. Gc bans u withing few hours On Sun 25 Mar, 2018, 9:42 PM nabilah zulkefli, wrote: > > hi there... im also haved the same issue... i was trying to register for >> the free trial of google cloud... however, after

Re: [google-appengine] Re: GAE Intermittently showing '502 Server Error'

2018-03-25 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Thank you for the further details. This issue is being tracked in this Public Issue Tracker . As stated in the last comment, only having one instance in the Flexible Environment will often cause this issue (as I see you have 'max_num_instances' set to '

Re: [google-appengine] Re: Bug in Cloud Console

2018-03-25 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
I completely agree and the engineering team is working hard on providing better Stackdriver metrics to report container level resource usage (currently no ETA for the release). For clarity, currently it is the ' bytes_used ' me

Re: [google-appengine] Why Domain is Loading very slowly but when opening directly through App Engine Url it is opening very fastly?

2018-03-25 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
This looks to be a different issue specific to this project (since you are seeing actual 502s). I recommend that you open a Public Issue Tracker report with your project number and the domain that you have configured, and the support team wi

[google-appengine] Re: How to migrate App Engine from engine to Flexible

2018-03-25 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
The migration guide can be found in our documentation . The main difference is that instances are now Compute Engine VMs , which means the old App Engine API

[google-appengine] Re: Endpoint not visible on apis-explorer after google-api-services-drive

2018-03-25 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Make sure you are correctly using the proper dependencies for Endpoints to work, and you perform a 'mvn clean' before deploying. Also make sure your new service is

Re: [google-appengine] Re: GAE Intermittently showing '502 Server Error'

2018-03-25 Thread Suvodeep Pyne
Jordan, having one instance in the Flexible Environment will often cause this issue > (as I see you have 'max_num_instances' set to '1'), and it is recommended > to at least have two instances. > B.S. Why should I pay for a new instance if I don't require it? If App Engine is incapable of han