[google-appengine] Re: GAE: how to migrate appengine.api for Java8 to google cloud datastore for Java11

2019-12-17 Thread Linus Larsen
Hi The gcloud sdk has different package names for the datastore classes, ex: com.google.cloud.datastore.Cursor. I think you'll need to import the cloud datastore classes / client api. Check the bookshelf example app pom / parent pom. Den onsdag 27 november 2019 kl. 01:09:30 UTC+1 skrev Han J

Re: [google-appengine] gcloud app deploy is failing

2019-12-17 Thread Linus Larsen
Totally agree, for small companies or startups with limited resources we only want our services to run with minimal effort. Den fredag 13 december 2019 kl. 15:02:52 UTC+1 skrev Joshua Smith: > > Confirmed that my deploy is now working. A little heads-up would be nice > before you take another

Re: [google-appengine] gcloud app deploy is failing

2019-12-17 Thread Patrice B
So I'm not the only one feeling AppEngine is gradually moving away from Paas, although this trend does not seem to be acknowledged officially. I had recently posted here: the end of Paas ?

[google-appengine] Re: 502 Bad Gateway Please try again in 30 seconds... :(

2019-12-17 Thread Piotr Zerynger
google support know nothing?? The 502 error is all and nothing . Deploying my project with google app engine flexible facet using Google App Engine Deployment plugin from intellij ide ends without problems but ON GOOGLE CLOUD I RECEIVE ONLY 502 ERROR. Google support, please give me an useful ad

[google-appengine] Re: 502 Bad Gateway Please try again in 30 seconds... :(

2019-12-17 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Piotr, I don’t think this is the correct forum to get the help you need. Google Groups is intended for general discussions about Google Cloud products and to share opinions. To report an issue and to have it addressed, please use an Issue Tracker

[google-appengine] AppEngine app scrpt

2019-12-17 Thread Jakub Mitura
Hello I want to Connect the app engine to Appscript project but constantly get Exception in thread "DefaultDispatcher-worker-1" > com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not > Found > > { > "code" : 404, > "errors" : [ { > "domain" : "global", > "mess

[google-appengine] Firestore in Datastore mode: Index hotspots for common property values?

2019-12-17 Thread 'Travis Martin' via Google App Engine
I'm experiencing symptoms which suggest that Cloud Firestore in Datastore mode can be slow when querying for properties that are shared by many other entities. It seems this may be related to an index hotspot, though I can only find documentation recommending against monotonically increasing val

[google-appengine] Re: GAE: how to migrate appengine.api for Java8 to google cloud datastore for Java11

2019-12-17 Thread Han Ju Kim
Hi Linus, I appreciate kind advice. I also tried to look the example project. The issue is that my existing app engine built on datastore since 2011 and Google announce that datastore will automatically migrate to Firestore. So there are no user's requirement to do. When I try to deploy existin