Re: [google-appengine] What are my options for transferring data from one project to another?

2014-12-19 Thread John Louis Del Rosario
Are you letting App Engine issue numerical IDs, setting a custom name, using a helper library, or anything similar? A combination of numerical IDs and custom names. Thanks, I'll check out the restore. On Friday, December 19, 2014 3:21:53 PM UTC+8, Vinny P wrote: On Fri, Dec 19, 2014

Re: [google-appengine] New AppEngine Console seems to hang quite a bit

2014-12-19 Thread husayt
Hi Michael, Do you know, if there is any progress on the issues above? We are really struggling with this new Cloud Console. I am not sure if this is related to our App being hosted in Europe. It seems something is fundamentally wrong with Europe hosted Appengine instances. Cloud Console

[google-appengine] Latest version of the gcloud SDK causes Managed VMs deployment issues

2014-12-19 Thread 'Amy Unruh' via Google App Engine
For anyone using Managed VMs, who has just updated their gcloud SDK, there is a known issue with the new gcloud version, that is causing Managed VMs deployment issues. If you have just updated and are experiencing this, then if you do: $ gcloud components restore that should roll back gcloud

Re: [google-appengine] Re: Private API with Cloud Endpoints

2014-12-19 Thread Gannicus
Hi Les, Thank you, I emailed you my code like you said. I did get my client ID thanks to the console, I also created a consent screen but I can't manage to get a token. Le vendredi 19 décembre 2014 00:08:29 UTC+1, Les Vogel a écrit : Hi Kevin, Not sure why you are calling

[google-appengine] Re: Latest version of the gcloud SDK causes Managed VMs deployment issues

2014-12-19 Thread 'Amy Unruh' via Google App Engine
Update: This issue should now be fixed, so you can now update to/download the most recent gcloud SDK. On 19 December 2014 at 09:38, Amy Unruh a...@google.com wrote: For anyone using Managed VMs, who has just updated their gcloud SDK, there is a known issue with the new gcloud version, that is

Re: [google-appengine] Expected BEGIN_OBJECT but was STRING at line 1 column 1

2014-12-19 Thread Siva Sudarsan
Hi, I want to call cloudformation template(*.*json) and send values to it dynamically thru java(bean)...parameters If anyone has idea please let meknow -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and

[google-appengine] @Entity with endpoint's private method

2014-12-19 Thread Mauro 'Drizzt' Bertozzi
Hi all. I'm trying to understand what get exported of an entity from a code point-of-view. I mean...I've got this entity that I'm exposing to the client; in the entity I need a private method that must be executed only on server side, or at least be available only there, because it's a crypt

[google-appengine] Re: Random blobstore entries produce error 500

2014-12-19 Thread Alex Boyd
Looks like I am receiving the same kind of errors, but for me it seems there are a few more variables. I have images stored in blobs, if I try to fetch those images from my work machine ( or anyone else in my office ) all is well. If others from various different parts of the world try, the

[google-appengine] Re: Random blobstore entries produce error 500

2014-12-19 Thread David Court
Ditto for me, including static JS and CSS. Site is completely broken, with no logs on my app console at all. +1 On Tuesday, December 16, 2014 11:59:05 PM UTC, Kinesh Patel wrote: Half the images on my site being served from the blobstore are throwing errors. +1 On Monday, December 15,

[google-appengine] EU deployment (non-premier): by account or by app?

2014-12-19 Thread nhc
Hi, I am developing a small Python app on behalf of a client. They need the data to reside in the EU for regulatory reasons. The $150/month price tag for Silver support (minimum for a premier account) is not a realistic commitment at this point, so I hope to be able to deploy in the EU from a

[google-appengine] Re: Announcing a credit for App Engine applications with new custom domains

2014-12-19 Thread Dimple Tayal
Hi Andrew, I am trying to resolve an issue but I am not sure whether this is the right place to ask you a question. It will be great if you can help. A few weeks back, I deleted my developers account from users. After realizing my mistake, I added him back using same user name. Even though

[google-appengine] How to access App engine app?

2014-12-19 Thread Dimple Tayal
Hi Everyone, To create our website, my developer created an app under App Engine Apps. By mistake, I deleted his account from users. After realizing my mistake, I added him back with same credentials. Even though all of us have admin rights, we cannot access the app he created to make changes

[google-appengine] Web App Creating Problem..! - Generating the API metadata for your Cloud Endpoints classes: unknown protocol: c ERROR..!!

2014-12-19 Thread Oğuzhan Aydın
Hello everyone, I'm new at Google Cloud and im preparing web app program. But when i create new Google app on Eclipse, it occurs a problem as in the below. There was a problem generating the API metadata for your Cloud Endpoints classes: unknown protocol: c Error from Google App Engine

[google-appengine] Far in Future Task Queue ETAs

2014-12-19 Thread Andrew Greene
Are there any risks/cautions around creating tasks in a push queue with an ETA of say 1 month or 1 year or even longer from now? Thanks, Andrew -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop

[google-appengine] Redirect Loop

2014-12-19 Thread vaggarwal
Hi, I am using my account for timesynchapp.com. I had created an app on app engine and that account got deleted with which I had created the app. Now I created another app with a new account, but whenever I try to log in to appengine.google.com, it goes to an redirection loop and just sits

[google-appengine] Mysterious error only appears on GAE server?

2014-12-19 Thread Rom Levtov
So I was making an app in the local server using the 'Google App Engine Launcher' and it was working completely fine. But when I deployed it and looked at in the actual app. It brought back an error and I have no idea what is says and is really confusing since it works in the local server.

[google-appengine] Push to deploy discontinued?

2014-12-19 Thread Lucas Geiger
Guys, this is absurd. You finally got the push-to-deploy product right , and now you are discontinuing it. At least pushing source should remain as a feature. The whole appeal of push to deploy was NOT setting up Jenkins. I think you are misjudging the number of people who object to using

[google-appengine] Eclipse Java Web app generating following error - “Generating the api metadata for your cloud endpoints classes”

2014-12-19 Thread Oğuzhan Aydın
When I try to create a new web app, eclipse automatically gives the error below: There was a problem generating the API metadata for your Cloud Endpoints classes: unknown protocol: c I searched on many places but I couldn't find an effective solution. I changed the App Engine SDK version 3

Re: [google-appengine] Far in Future Task Queue ETAs

2014-12-19 Thread Nickolas Daskalou
The maximum ETA allowed is 30 days from the current date and time. See here: https://cloud.google.com/appengine/docs/java/taskqueue/overview-push?hl=it#Java_Quotas_and_limits_for_push_queues From our experience, the push queues do an excellent job of living up to their promise of running each

[google-appengine] Re: Mysterious error only appears on GAE server?

2014-12-19 Thread timh
The suggestion at the bottom of the stack trace tells you exactly what you need to do. Add - kind: LogsClass ancestor: yes properties: - name: date direction: desc To your index.yaml if it is not already there, then update indexes. If you have a lot of data it will take some time

[google-appengine] Re: Push to deploy discontinued?

2014-12-19 Thread Rae Wang
Hi Lucas, I'm sorry this upsets you. I hear your need to have an easier source deploy experience and will connect you offline with the eng team working on the deployment. Thanks, Rae On Friday, December 19, 2014 3:44:30 PM UTC-8, Lucas Geiger wrote: Guys, this is absurd. You finally got