[google-appengine] Re: IP range Google App Engine

2021-04-07 Thread 'Nicola Spreafico' via Google App Engine
Hi Neils, you can start from here: https://cloud.google.com/appengine/kb#static-ip I don't know your specific scenario, but mind that usually this questions come from the need of configuring some sort of firewall for inbound connection, while it is not suggested to do this kind of configuration

[google-appengine] Re: Is the Memcache Service deprecated? (2nd generation runtime migration question)

2019-10-25 Thread 'Nicola Spreafico' via Google App Engine
Hi, Cloud Memorystore Memcache is a product that is actually in alpha status right now. There is no public documentation available for this as far as I can see. https://console.cloud.google.com/memorystore/memcache/instances During february of this year they shared a Google Form for the ones

Re: [google-appengine] Re: AppEngine Java SDK 1.9.73 is not available in Maven central

2019-03-29 Thread 'Nicola Spreafico' via Google App Engine
Historically all the most updated versions of App Engine Java SDK are deployed here: https://search.maven.org/search?q=g:com.google.appengine%20AND%20a:appengine-java-sdk=gav The Maven Central you linked has always been outdated compared to the Search Maven:

[google-appengine] Re: Java 9, 10 and forward on App Engine Standard

2018-08-01 Thread 'Nicola Spreafico' via Google App Engine
+1 Il giorno mercoledì 1 agosto 2018 14:59:52 UTC+2, Leejjon ha scritto: > > Since Java 9, Oracle will release new Java versions every half year. > > I don't want to sound impatient, but supporting Java 8 took a long time. > Since Java 9 containing stuff like Jigsaw it looks to me that it would

Re: [google-appengine] Whitelisting an application hosted in Google app engine

2018-05-16 Thread 'Nicola Spreafico' via Google App Engine
Hi, please note the due to App Engine nature, there is no a single IPs. There is a way to retrieve the interval of App Engine IPs, but is not recommended. https://cloud.google.com/appengine/kb/ Look for the section "*Static IP Addresses and App Engine apps*" Il giorno mer 16 mag 2018 alle ore

[google-appengine] Re: Change Instance Scaling

2017-11-04 Thread 'Nicola Spreafico' via Google App Engine
You can read from here the types of available scaling: https://cloud.google.com/appengine/docs/standard/java/an-overview-of-app-engine#scaling_types_and_instance_classes And from here how to configurare your application basing on the scaling you want:

[google-appengine] Re: swagger integration to Google app engine

2017-11-04 Thread 'Nicola Spreafico' via Google App Engine
Hello Bhuvaneshwari, I just did the same yesterday, so I can help you out. >From this url you can download the Swagger UI files: https://github.com/swagger-api/swagger-ui Copy the "dist" folder of the repository in any folder of your webproject (let's say for example you'll copy the folder

[google-appengine] Re: Cannot upload SSL certificate: "You do not have sufficient permissions to view this page."

2017-09-08 Thread 'Nicola Spreafico' via Google App Engine
I had the very same problem as you, unable to load certificate and useless message ""You do not have sufficient permissions to view this page". As I discovered, try upload the certificate with gcloud:

[google-appengine] Re: Cannot upload SSL certificate: "You do not have sufficient permissions to view this page."

2017-09-08 Thread 'Nicola Spreafico' via Google App Engine
I had the very same problem as you, unable to load certificate and useless message ""You do not have sufficient permissions to view this page". As I discovered, try upload the certificate with gcloud:

[google-appengine] Re: Requests not showing in the logs

2017-09-02 Thread 'Nicola Spreafico' via Google App Engine
I hade the same problem in the last 2 days. App Engine standard application, logs of requests are not shown after repeatedly pressing the refresh button (no filter applied, no version filter applied). I also received an Error Reporting email error, pressed the "View request" to see the log

[google-appengine] Re: How do we vacuum indexes with datastore-indexes.xml?

2017-08-31 Thread 'Nicola Spreafico' via Google App Engine
Assuming that you have a Maven project, you can stage the project with appengine:stage project in order to convert the xml file to the yaml counterpart. After that, in the appengine-staging folder you'll find the index.yaml file Il giorno giovedì 31 agosto 2017 17:14:28 UTC+2, Joshua Fox ha

[google-appengine] Re: How do we pass --log-http to gcloud when using Maven?

2017-08-14 Thread 'Nicola Spreafico' via Google App Engine
I used in the past this kind of method: 1) Staging the project with the maven plugin: appengine:stage 2) Deploy the staged directory directly with gcloud *gcloud --quiet --log-http --verbosity debug app deploy "$staging_directory/app.yaml" --version $version --project $project* If you need

[google-appengine] Re: Can't file bugs to issue tracker

2017-06-05 Thread 'Nicola Spreafico' via Google App Engine
It is happenging to me as well. Glad I'm not the only one At first I thought about an issue with my browser, but you have the same error. Error: The following field(s) have invalid values: must be a comma separated list of issue IDs Chrome with Windows 10, I'm trying to open a new issue on

[google-appengine] AppIdentity Credential vs Application Default Credentials

2017-04-28 Thread 'Nicola Spreafico' via Google App Engine
Hi, I'm unable to properly understand the differences between this 2 authentication methods: AppIdentity: https://cloud.google.com/appengine/docs/standard/java/appidentity/#asserting_identity_to_google_apis Application Default Credentials:

[google-appengine] Re: Cron tasks not uploaded using Google Cloud Tools for Eclipse

2017-03-15 Thread 'Nicola Spreafico' via Google App Engine
If you're using a Maven-based project, by default implementation of the Maven Plugin only the app.yaml file (the application itself) is deployed. If you need to deploy the *cron*, *queue *and *index *as well, you need to configure the deployables configuration with all the files Please see this

[google-appengine] Re: Appengine Endpoints Api Explorer 'time to execute'

2017-03-01 Thread 'Nicola Spreafico' via Google App Engine
I had a similar problem, discussed with Google Support (case number 11020875) Which version of Google Endpoints are you using? Il giorno mercoledì 1 marzo 2017 03:52:48 UTC+1, Rajesh Gupta ha scritto: > > Hi, > I am testing the deployed endpoints. Its a simple api with 3 fieds > I am testing

[google-appengine] Re: How to download data from my datastore to the local machine

2017-02-27 Thread 'Nicola Spreafico' via Google App Engine
The appcfg client cannot be used anymore because it use a username/password authentication, which has been deprecated in favor of oauth2 (and not supported by the client itself). About 1 year ago I had a very very long ticket with google support (issue number #08922843) where we analyzed all

[google-appengine] Re: How to make Google appEngine plugin for Eclipse neon.2 work with Cloud SDK for Python in Windows.

2016-12-29 Thread 'Nicola Spreafico' via Google App Engine
Here is my current configuration Eclipse Java EE IDE for Web Developers. Version: Neon.2 Release (4.6.2) Build id: 20161208-0600 Google Cloud Platform for Eclipse 4.5 and 4.6 0.1.0.201612082156 com.google.cloud.tools.eclipse.suite.e45.feature.feature.group Google, Inc. and is working fine.

[google-appengine] Re: Requests coming up in logs several times

2016-12-05 Thread 'Nicola Spreafico' via Google App Engine
I got the same problem already discussed with Google Support This morning (UTC) I got this reply: The issue was due to an incorrect parsing that caused precision loss of the timestamps which in turn is causing the same log entry to show over and over again as a user attempts to scroll the UI in