Re: [google-appengine] Re: Issue deploying AppEngine Flexible Endpoints example app .Net

2017-07-06 Thread Paul Mazzuca
quot; was ran : > >- IO.Swagger.deps.json >- IO.Swagger.dll >- IO.Swagger.pdb >- IO.Swagger.runtimeconfig.json >- IO.Swagger.xml > > On Friday, June 30, 2017 at 5:27:18 PM UTC-4, Paul Mazzuca wrote: >> >> I started from scratch. Here are the

Re: [google-appengine] Re: Issue deploying AppEngine Flexible Endpoints example app .Net

2017-06-30 Thread Paul Mazzuca
uld I ask you to make sure you're using the most up to date >> version of the dotnet samples and try again? >> >> On Thursday, June 29, 2017 at 4:05:51 PM UTC-4, Paul Mazzuca wrote: >>> >>> As clarification, I can run the endpoint locally, but am unable to >>&

Re: [google-appengine] Re: Issue deploying AppEngine Flexible Endpoints example app .Net

2017-06-29 Thread Paul Mazzuca
from typing the command to deploy to App Engine? Do you really get this > error while deploying or while trying to use the endpoint? I ask because I > would not expect gcloud to give a Java exception related to running the > backend code itself. > > > On Wednesday, June 28,

[google-appengine] Issue deploying AppEngine Flexible Endpoints example app .Net

2017-06-28 Thread Paul Mazzuca
In following the instructions for https://cloud.google.com/endpoints/docs/get-started-app-engine-dotnet, when running the following commands, I receive the exception below: gcloud beta app deploy .\bin\Debug\netcoreapp1.0\publish\app.yaml Unhandled Exception: System.IO.FileNotFoundException:

Re: [google-appengine] Re: Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread Paul Mazzuca
gle.com/appengine/docs/standard/java/tools/maven> for > now. > > Regards, > > Les > > On Mon, Feb 27, 2017 at 9:57 AM, Paul Mazzuca <paul.j.mazz...@gmail.com> > wrote: > >> Yes. >> >> On Mon, Feb 27, 2017 at 9:39 AM, 'Adam (Cloud Platform Support)'

Re: [google-appengine] Re: Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread Paul Mazzuca
0-beta1. Do you still experience the same issue on that version? > > On Monday, February 27, 2017 at 11:25:32 AM UTC-5, Paul Mazzuca wrote: >> >> After updating to the new appengine-maven-plugin (1.1.0-beta) with groupId >> com.google.cloud.tools, I am unable to get the G

[google-appengine] Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread Paul Mazzuca
After updating to the new appengine-maven-plugin (1.1.0-beta) with groupId com.google.cloud.tools, I am unable to get the GCS client to work in dev mode. I followed the short documentation @

[google-appengine] Re: Migrating from Endpoints v1 to v2 for AppEngine

2017-02-21 Thread Paul Mazzuca
20, 2017 at 6:22:49 PM UTC-8, Paul Mazzuca wrote: > > In trying to migrate to Endpoints V2 for GAE, I have been unable to get > the example located at &g

[google-appengine] Migrating from Endpoints v1 to v2 for AppEngine

2017-02-20 Thread Paul Mazzuca
In trying to migrate to Endpoints V2 for GAE, I have been unable to get the example located at java-docs-samples/appengine/endpoints-frameworks-v2/backend (git clone https://github.com/GoogleCloudPlatform/java-docs-samples) to work. Does anyone know where the documentation for localhost

Re: [google-appengine] Re: GWT Client for AppEngine Endpoints

2017-01-10 Thread Paul Mazzuca
Hi all, I actually have successfully been using GAE Endpoints with GWT 2.8.0 for some time now. My setup includes Maven and RestyGWT which has worked extremely well. I will try and post a archetype soon, but unfortunately have been extremely busy. If you have specific GWT questions (i.e

Re: [google-appengine] Endpoints build issue GAE 1.9.44

2016-11-04 Thread Paul Mazzuca
Thanks Ludo. > On Nov 4, 2016, at 7:13 AM, 'ludovic Champenois' via Google App Engine > <google-appengine@googlegroups.com> wrote: > > 1.9.46 is now out, > > Ludo > >> On 10/19/16 3:00 PM, Paul Mazzuca wrote: >> Anyone else encounter the following issue

[google-appengine] Endpoints build issue GAE 1.9.44

2016-10-19 Thread Paul Mazzuca
Anyone else encounter the following issue when updating GAE? Updated from 1.9.42 -> 1.9.44 today. Did not change anything except the version. I received the following error: [ERROR] Failed to execute goal com.google.appengine:appengine-maven-plugin:1.9.44:endpoints_get_discovery_doc

Re: [google-appengine] Advantages of Google Datastore Entity Groups

2016-10-06 Thread Paul Mazzuca
App Engine < google-appengine@googlegroups.com> wrote: > On Tue, Oct 4, 2016 at 5:23 PM, Paul Mazzuca <paul.j.mazz...@gmail.com> > wrote: > >> Is there any reason to use an Entity Group in Google Datastore other than >> for enabling transactions? >> > >

[google-appengine] Advantages of Google Datastore Entity Groups

2016-10-04 Thread Paul Mazzuca
Is there any reason to use an Entity Group in Google Datastore other than for enabling transactions? For example, does having entities in the same entity group speed up queries? The situation that I run into often is whether to have X be a parent to Y or have X be a property of Y. Both

Re: [google-appengine] Re: Best practices for AppEngine Datastore RESTful APIs with long descendant path

2016-10-04 Thread Paul Mazzuca
the trouble. I'm not even sure that there > is any difference between Key("Country", 1, "State", 37, "County", 12, > "City", 361) and something that will represent all four values (unless it's > getting very cryptic). > > My 2 Cents :

[google-appengine] Best practices for AppEngine Datastore RESTful APIs with long descendant path

2016-09-30 Thread Paul Mazzuca
Let's say I want to represent a city in the US in the datastore: It might look like this Country --> State --> County --> City In my REST API I want to be able to read all citys in a state, and then update a city. How should the API look? Clearly, to update a city, I would need the full

Re: [google-appengine] Re: DNS not resolving for custom domain

2016-08-13 Thread Paul Mazzuca
to the default DNS > records, that may be the issue. At minimum, you need to set up a CNAME > record for the subdomain you want to map (eg. 'www') that points to > ghs.google.com, see https://cloud.google.com/ > appengine/docs/python/console/using-custom-domains-and-ssl. > > On

[google-appengine] DNS not resolving for custom domain

2016-08-12 Thread Paul Mazzuca
Does anyone know how long it usually takes for DNS to resolve for a custom domain provided by Google and mapped to a GAE project? After mapping my custom domain, the prompt said that it would take 24 hours. However, 96 hours later, DNS is still not resolving and unfortunately Google does not

[google-appengine] Issue with appengine-gcs-client dependency

2016-07-22 Thread Paul Mazzuca
I just received this error for the first time without having made any changes to my code. Failed to collect dependencies at com.google.appengine.tools:appengine-gcs-client:jar:0.6 -> com.google.http-client:google-http-client:jar:[1.19.0,2.0): No versions available for

Re: [google-appengine] Re: AppEngine Endpoints Issue?

2016-05-13 Thread Paul Mazzuca
Any updates on this issue? Any guidance? On Wednesday, May 11, 2016 at 8:25:03 AM UTC-7, Ludovic Champenois wrote: > > Investigating, > Thanks for the detailled info, > Ludo > > On 5/11/16 8:14 AM, Paul Mazzuca wrote: > > I think this is a bug in GAE. I also think tha

[google-appengine] Re: AppEngine Endpoints Issue?

2016-05-11 Thread Paul Mazzuca
d.com.google.api.client.repackaged.org.apache.commons.codec.binary.StringUtils > > in GAE java 1.9.37 > I think this is why it can't work. > > Is this a bug or something I miss when upgrade to GAE java 1.9.37 ? > > On Wednesday, May 11, 2016 at 12:53:09 AM UTC+8, Paul Maz

[google-appengine] AppEngine Endpoints Issue?

2016-05-10 Thread Paul Mazzuca
When running the following EndPoints example with GAE 1.9.37 as so, git clone https://github.com/GoogleCloudPlatform/appengine-endpoints-helloworld-java-maven #change the version in the POM to 1.9.37 mvn appengine:devserver I receive the following error: [ERROR] Failed to execute goal

[google-appengine] Access to child object key without fetching object (JDO)

2014-01-07 Thread Paul Mazzuca
Is it possible to fetch the key of a child object without going to the datastore to fetch that child object? I know I could store the key as a string in addition to the object, however that seems unnecessary given that the key must already be stored in the parent object for it to be able to