[google-appengine] Re: API Services Games , error "message": "Login Required", with token correct in your page REST API

2020-04-22 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Since the issue is related to Play Game Services, I'd suggest to post your question Stackoverflow , as there are dedicated members ready to assist you with the issue. Please note that this discussion group is oriented more towards

[google-appengine] Re: AppEngine Standard urlfetch Host header

2020-04-22 Thread Claude V
On Monday, March 2, 2020 at 6:57:47 PM UTC-5, Will Reiher wrote: > > Hello App Engine team or anyone that might know - I'm running into a bit > of a wall. I need to update to a new AWS API that now requires the host > header to have specific content which is part of an HMAC signed request. > >

Re: [google-appengine] Re: next.js app taking 15-25 seconds to load from “cold” on google app engine

2020-04-22 Thread Blaine Garrett
I am fairly certain that it does NOT install/build on warmup. In fact, I skip deploying my pages and src folder via .gcloudignore On Wed, Apr 22, 2020 at 7:12 AM 'Alex Fox' via Google App Engine < google-appengine@googlegroups.com> wrote: > Yes. > > I have implemented the warm up requests

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

2020-04-22 Thread 'Olu' via Google App Engine
I understand your concern about the Deployment time. These are on-going efforts and changes that sadly have no ETA at this time as the team is constantly looking into ways to get better deployment time for all App Engine environments. There are similar reports on these issue links[1][2] that

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

2020-04-22 Thread Magnus Markling
Hey Nick! How are these devoted efforts coming along? I just started a brand new GAE project with a simple Node application. Deployment takes 8-10 mins, the major part of which is still spent waiting for "Updating service". I'm not particularly impressed. Cheers, Magnus Den torsdag 6 april

[google-appengine] API Services Games , error "message": "Login Required", with token correct in your page REST API

2020-04-22 Thread Arturo Dormilon
I've been trying to connect passing the token correctly and I always get the same error: { "error": { "errors": [ { "domain": "global", "reason": "required", "message": "Login Required", "locationType": "header", "location": "Authorization" } ], "code": 401,

[google-appengine] Re: next.js app taking 15-25 seconds to load from “cold” on google app engine

2020-04-22 Thread 'Alex Fox' via Google App Engine
Yes. I have implemented the warm up requests which has improved the performance greatly. So I understand, when a new instance is created what commands are run? Does it have to do a npm install and copy over resources, or is there more? Thanks! On Tuesday, April 21, 2020 at 7:12:24 PM