Re: [google-appengine] Re: "Endpoints" section in the control panel?

2012-07-06 Thread timh
HI I have watched all of the presentations/videos on endpoints. All examples are java based. Are the tools and this service focussed on java only ? What about python/go ? Cheers T On Saturday, July 7, 2012 9:34:19 AM UTC+8, Amy Unruh wrote: > > > > On 3 July 2012 05:41, Tom Muse wrote: > >

Re: [google-appengine] Request was aborted errors

2012-07-06 Thread Richard
Hi Takashi, App id is sven-wordhero. Max latency is set to 500msec. I am seeing errors in the dashboard atm with 30 instances running. The error rate is 3% at the moment. This is with only 500 requests. I actually cache the data locally in a global var (along with a datetime) to try reduce

Re: [google-appengine] Re: "Endpoints" section in the control panel?

2012-07-06 Thread Amy Unruh
On 3 July 2012 05:41, Tom Muse wrote: > Do you have the link for the video handy? I am having difficulties > locating it. Here's the I/O session video: https://developers.google.com/events/io/sessions/gooio2012/303/ . -Amy > > Thanks in advance :) > > > On Friday, June 29, 2012 6:50:45 PM U

[google-appengine] Re: Error: Server Error

2012-07-06 Thread Minh Võ Thanh
I meet problem above. Have you fix Server Error? Can you help me! Vào 12:16:24 UTC+7 Thứ bảy, ngày 23 tháng sáu năm 2012, Vinod Gangal đã viết: > > please any1 rply to dis >> > Error: Server ErrorThe server encountered an error and could not complete > your request. > If the problem persists, p

Re: [google-appengine] Re: App Engine multi sign in Error: Server Error

2012-07-06 Thread Zachary “Gamer_Z . ” Yaro
I have had that same issue for a while, but I have yet to find a solution :( —Zachary “Gamer_Z.” Yaro On Jul 6, 2012 9:02 PM, "John Pritchard" wrote: > > Just started seeing this now -- across all apps > > > On Tuesday, November 8, 2011 1:55:11 AM UTC-5, Nick Cooper wrote: >> >> Hi, >> >> For my

[google-appengine] Re: App engine connect android app not visible in the new project wizard

2012-07-06 Thread aaron
I'm having the same problem. On Friday, June 29, 2012 2:38:56 AM UTC-4, Chandrashekar wrote: > > I followed the steps to get appengine connect android app but i dont see > that option in the new project options. > > > I have > eclipse Version: 3.7.2 > > Android sdk api level 16 > > app engine s

[google-appengine] Re: App engine connect android app not visible in the new project wizard

2012-07-06 Thread aaron
Same here On Friday, June 29, 2012 2:38:56 AM UTC-4, Chandrashekar wrote: > > I followed the steps to get appengine connect android app but i dont see > that option in the new project options. > > > I have > eclipse Version: 3.7.2 > > Android sdk api level 16 > > app engine sdk 1.7.0 > > GWT sd

[google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-07-06 Thread aaron
1.7 removes the ability to create an app engine backed android project. Why did Google choose to do this and how do we create new app engine backed android apps? Is Google going to update the App Engine documentation? I found the option to "generate app engine backend" but it just errors and l

[google-appengine] App Engine Connected Android Project

2012-07-06 Thread aaron
I upgraded my App Engine plugin to 1.7 and App Engine tools to 3.0 and now there is no longer an option to create an App Engine Connected Android Project? I can "generate app engine backend" but that just errors out on top of the fact that there is no documentation on how to use the resulting c

[google-appengine] Problem with iterating over child entities using low-level API.

2012-07-06 Thread Dubverse
I'm having a problem with iterating over child entities. Using low-level API, I create a parent, Key groupKey = KeyFactory.createKey("Group","root" ); Entity entity = new Entity(groupKey); store.put(entity); Now I successively add children to the group, Entity groupChild = new Entity("G1", grou

[google-appengine] Application is stuck on Activating Billing

2012-07-06 Thread EFCITMan
I have a new application I built and I reached a free resource limit. I tried to enable billing and its stuck on Activating billing "Billing will be enabled as soon as the new billing administrator's credit card has been authorized. It will take up to 15 minutes after billing is enabled for

[google-appengine] Problem to create database schema.

2012-07-06 Thread Erick Couto
Hi, this is my first post. I create a new project with Jersey for (REST/JSON) and JPA (EclipseLink). JPATools (create schema from entity) show errors, because it use datanucleos (i think). Add a parameters on persistence.xml ("create tables") for eclipselink don´t work (and no errors is showed)

[google-appengine] How to pass the Password for data uploading to Google datastore in command prompt

2012-07-06 Thread Dinesh
Hi team, i am trying to Upload the Csv file into Google datastore using python tool through command prompt.it is uploaded sucessfully. But the problem is for uploading i need to give the Appengine mail credentials.in that command passing the E-mail id is possibl

[google-appengine] Link google account to a namespace

2012-07-06 Thread vivendi
Hi, This is really important for me to know. Is it possible to link a Google account to an App Engine namespace? So that i can get the namespace the account is linked to when the person visits my app (made with Python)? Is that possible?? -- You received this message because you are subscrib

[google-appengine] Get url with sub subdomain (bug?)

2012-07-06 Thread vivendi
So appearently GAE uses WebOb when i try to request the current URL: print self.request.host_url This all works fine, untill my URL has 2 subdomains. Which is more than likely when using the App Engine. This URL will work: http://my-app.appspot.com This will fail: http://subdomain.my-app.appsp

[google-appengine] newbie: pricing per logged-in user

2012-07-06 Thread Martin Trummer
is it somehow possible to break-down the billing into users that have logged in to my application? e..g. users can log-in with their gmail account, upload data, do calculations, etc. at the end of the month, I'll get one bill from google. is there a way how I can break-down this bill to the user

[google-appengine] Get namespace

2012-07-06 Thread vivendi
I'm currently implementing the App Engine in a Python web app. But i'm really stuck with a few things that, in my opinion, the documentation doesn't really cover. Not in great detail anyway. First thing that i'm trying to do is get the current namespace, and then set that namespace. This works

[google-appengine] how to use a database

2012-07-06 Thread irfan pasha
Hi, I have a doubt regarding connecting to a database for application that we going to deploy in google app engine. I am not able to understand how datastore works. One more question is how does an application that uses a database consider(SQL or PROGRS or ORACLE), if deployed in cloud which d

[google-appengine] Re: does bulk upload work of dev webserver with Python 2.7

2012-07-06 Thread Jesse Zhang
On Tuesday, July 3, 2012 11:42:16 PM UTC+8, sjh wrote: > > appcfg.py upload_data --config_file=spectrum_loader.py > --filename=spectrum_data.csv --kind=Spectrum --url= > http://localhost:8080/theremote_api ./ > Here is the command I'm using. appcfg.py upload_data --config_file=bulkloader.yaml

[google-appengine] newbie: multi user app - getting the price per user

2012-07-06 Thread Martin Trummer
If I write an application on AppEngine that supports multiple users, I'll get a bill at the end of the month for the complete app, right? Is it somehow possible to break down this cost to a per-user basis? i.e. I'd like to know which of my logged-in users has caused how much of the total cost? I

[google-appengine] "appcfg.py update" running without errors, but myapp.appspot.com shows no results or change

2012-07-06 Thread Joe Lewis
This is may seem insane, but appcfg.py update command is working totally error free, but my remote "myapp.appspot.com" is not showing any change. Does this take time , under rare cases or am I missing out anything? Is there any alternative ways to get it working online? Help Please. I'm using ve

[google-appengine] Url verification not working with SNI certificates

2012-07-06 Thread Ben.SaaSt
SNI certificates are great and have been working well for me, except for a couple of issues: 1. Google Webmaster Tools does no seem to be able to find and verify my site (https://app.saast.com) 2. Google Gadget Ownership Verification Tool ( https://www.google.com/gadgets/directory/verify) cannot

[google-appengine] Ownership verification not working with SNI certificates

2012-07-06 Thread Ben.SaaSt
SNI certificates are great and work mostly fine for me (thanks Google!), except for a couple of issues: 1. Google Webmaster Tools cannot find (and therefore verify) my domain (https://app.saast.com) 2. Google (https://www.google.com/gadgets/directory/verify) cannot verify the ownership of a gadg

[google-appengine] Re: Angry Birds Login

2012-07-06 Thread John Pritchard
Yes, all my apps are broken multiple sign-in selection redirects to /_ah/conflogin which dies with front end error (no log) On Thursday, May 31, 2012 1:35:31 PM UTC-4, Larry Schmidt wrote: > > For the past 24 hours or so, Login in Angry Birds Chrome has failed with > this message: > Error: Se

[google-appengine] Re: App Engine multi sign in Error: Server Error

2012-07-06 Thread John Pritchard
Just started seeing this now -- across all apps On Tuesday, November 8, 2011 1:55:11 AM UTC-5, Nick Cooper wrote: > > Hi, > > For my app I'm using OAuth. I simply set the security constraint in > web.xml and then use the userService on the server side to get their > login credentials > > It

[google-appengine] Strange time.Now() behaviour with dev server

2012-07-06 Thread Brad Beveridge
I'm trying to do a simple JavaScript/AppEngine clock. Basically, I want to constantly reschedule a Task that sends a message on a Channel. The client side JS will update the HTML to reflect the time from the server. I also have a hit count. What I see is that the hit count goes up at the ta

[google-appengine] A server for a mobile app with an in-app purchase

2012-07-06 Thread Jaroslaw Pawlak
We are looking for a server to host files for our in-app store. We are trying to estimate the costs of Google App Engine, but the pricing ( http://cloud.google.com/pricing/) is quite confusing and I have a few questions regarding it. Pricing says that we get 28h of free "on demand frontend insta

[google-appengine] Re: HTML unit not working on GAE

2012-07-06 Thread Jonny_NYC
I've been having the same issue.Chrome Gmail - "Your browser's cookie functionality is turned off. Please turn it on" I've been receiving the above message repeatedly after: 1 - "Clearing ALL browser data" numerous times 2 - I have

[google-appengine] Re: What to do if you have problems signing up for an App Engine account

2012-07-06 Thread Steve
Is there any way to speed this process up? This is a matter of urgency as it's for business purposes and I'm considering ditching app engine in favour of AWS EC2 just to avoid these silly set up issues... On Thursday, April 26, 2012 9:10:10 AM UTC+2, Amy Unruh wrote: > > We often get questions o

[google-appengine] How do I remove my disabled game from the Google+ games directory?

2012-07-06 Thread Johnny Dev
Hello All, I have disabled my game from appengine but the game still appears in the games directory. Is there any way for me to remove it from the games directory? Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this di

[google-appengine] Maybe not connect to Google Cloud SQL from AppEngine

2012-07-06 Thread Sổ Liên Lạc Điện Tử
I build a webservice, if i return String it's ok. But I connect to Google Coud SQL than no result, Can you help me? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/g

Re: [google-appengine] Re: "Endpoints" section in the control panel?

2012-07-06 Thread Tom Muse
Do you have the link for the video handy? I am having difficulties locating it. Thanks in advance :) On Friday, June 29, 2012 6:50:45 PM UTC-4, Tom wrote: > > Just watched the video - endpoints look great. > > Are you able to give us some idea when they will be available for > non-Trusted teste

[google-appengine] Field Type Codes using Google Cloud SQL

2012-07-06 Thread a_h_roth
I am using GAE with the Google Cloud SQL module "rdbms". According to the documentation, rdbms uses DB-API 2.0 . What I've been trying to do is take advantage of the curso

[google-appengine] Add Custom Domain on Google Apps

2012-07-06 Thread Clement Yuan
I'm using gmail for Google App Engine and how to add custom domain name without Google Apps? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/WYCz

[google-appengine] Create datastore-objects dynamically (in Python)

2012-07-06 Thread Anup Shinde
I am trying to create datastore-objects dynamically (in Python). I know I can use the Expando model - and want to checkif there is a better option (not complex frameworks). So a user will mention that a object name and a datastore object is declared by the user through a UI. The field types

[google-appengine] deploying

2012-07-06 Thread maziyar kosarifar
I have a problem with deploying the sample program hello world it make an err could u help me please this is the text that it send to me 2012-07-02 19:49:49 Running command: "['C:\\Python27\\pythonw.exe', '-u', 'C:\\Program Files\\Google\\google_appengine\\appcfg.py', '--no_cookies', u'--email=

[google-appengine] Removal of Links to app after I disable it

2012-07-06 Thread Johnny Dev
Hi All, I have a google+ game that I disabled -- unfortunately, the links to the app still appear in the visualized list of games. The links of course can no longer launch the game but I would really like to remove all trace of the app. Is this even possible? Thanks! -- You received this

Re: [google-appengine] Re: Java instance startup time out of control

2012-07-06 Thread Ibrahim Arief
Hi Everyone, Would those that are able to configure their GAE project to bundle their classes into a single JAR please kindly share their configuration steps as an answer to the stackoverflow question http://stackoverflow.com/questions/9397101/configure-eclipse-to-pre-bundle-app-engine-classes

Re: [google-appengine] Will we be able to buy discounted instance-hours for B1 backends?

2012-07-06 Thread Robert Fischer
Hi, It's been some time since this post and I've been wondering the same thing. Are there any plans to apply purchased discounted hours toward B1 (or other B#) instance hours? Thanks, Robert On Friday, September 16, 2011 2:54:47 PM UTC-7, Greg D'Alesandre wrote: > > We don't plan to provide i

[google-appengine] JPA Issue - transient keyword vs @Transient annotation

2012-07-06 Thread thakkeb
Hello I have a simple object with some fields that I'm trying to persist with JPA and it works perfectly fine when I use the transient keyword on the fields that I don't want persisted. Although when I remove the transient keyword and place the @Transient annotation on those fields, it results

[google-appengine] Deploy an existing Web application in a .war file?

2012-07-06 Thread Jeo
I'm wondering if I can use Google App Engine to simply deploy an existing Web app that I've created. I've created a standalone Eclipse Help Infocenter, bundled into a .war file that I deploy in a local Apache Tomcat server. I don't need to create or modify the app, I mean not for my purposes a

[google-appengine] Re: [IMPORTANT] Requesting feedback for "App Engine connected Android support" in Google Plugin for Eclipse (GPE) !

2012-07-06 Thread vj
I used to have this option "App Engine connected Android support" in New->project menu. I updated ADT afterwards. Boom, the menu is gone now. Sriram advised to install GPE after ADT in another thread, but no luck. Thanks. On Wednesday, February 29, 2012 12:42:11 AM UTC-8, Sriram (Google) wrote:

[google-appengine] Re: " Temporary error retrieving documents." when using Global consistency in text search.

2012-07-06 Thread tuxedo
On Saturday, June 30, 2012 5:36:06 AM UTC-7, Sinan Yüce wrote: > > Hi everyone, > > Both local server and app engine does not shows the documents in full text > search when we set the document consistency as a Global consistency. When > we try to reach the document lists in both administrative

[google-appengine] Datasotore with JDO examples

2012-07-06 Thread Manjesh
Hi, Is there any complete source code examples available on datastore with JDO which I can run on eclipse? -thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/ms

[google-appengine] datastore with JDO API

2012-07-06 Thread Manjesh
Hi, I am new to GAE and especially for Datastore (JDO) I have an Object Composition : User object has a reference of Contact object. I am able to store them in datastore.. but with same username as primary key.. can someone point out where is the problem in code? Here is the code snippet

[google-appengine] Issue of google app engine with eclipse(juno) 4.2 IDE

2012-07-06 Thread Shilendra Sharma
Hi. All I am using the GAE with eclipse (juno) 4.2 but issue with that is the eclipse (juno) 4.2 automatic close after 2-3 min of starting on eclipse (juno ) 4.2 IDE but i think this is the new eclipse IDE so taht why give that problem. -- You received this message because you are subscribe

[google-appengine] Re: App engine connect android app not visible in the new project wizard

2012-07-06 Thread Chris Durham
I too am missing this item in my project options now. This used to work for me, but I noticed yesterday that it was missing and the last change I remember making on my system was updating "Android SDK Tools" to rev 20 and "Android SDK Platform-tools" to rev 12 (both updated at the same time thr

[google-appengine] AppEngine Billing not working!

2012-07-06 Thread Anna
Hi all, I need to increase my quota for a live site, but something has gone wrong. I went to Billing > Billing Settings then added my credit card details about 24 hours ago. But my billing status is still 'Activating Billing'. I fear that I have entered in the wrong address details and that it

Re: [google-appengine] Re: URGENT GAE billing issue

2012-07-06 Thread aramanuj
Hi Takashi, Can you put this URL in the Billing Settings section of the Admin Console? This is the 3rd time in the recent past the same issue has come up (including mine), and perhaps the second time that I've seen this URL posted on the group. There is an email address in the Billing Settings,

[google-appengine] My Google APIs Console doesn't match what the docs & tutorials claim

2012-07-06 Thread Huperniketes
I perform a page search for "redirect" on every tab in the console, but it never appears. I've got the java DrEdit uploaded to my App Engine instance, and at xxx.appspot.com/index.jsp it displays an empty text field with the Google Drive buttons "New", "Open", "Edit" and "Save", but if I try to

[google-appengine] Where do redirect URIs get set?

2012-07-06 Thread Huperniketes
I've registered, uploaded and deployed the Google Drive sample java app to App Engine. But nowhere have I found a place to set a redirect URI, nor any setting indicating it's a redirect URI. When I run my app, I get the following error: Error: redirect_uri_mismatch The redirect URI in the req

[google-appengine] Mache: easy way to do log analysis by migrating appengine logs to BigQuery

2012-07-06 Thread aloo
Hi all, We've built a small framework for moving logs from appengine to BigQuery so that you can do more powerful log analysis. The curernt implementation works for java appengine users. You can write custom extractors to pull out any arbitrary data you want from log entries into structured fi

[google-appengine] Re: Memcache errors break session-saving. Should fail silently IMO. Any workaround?

2012-07-06 Thread Joakim
If silent failure on write is to be acceptable, we need a way to make sure following requests do not read session from memcache, as it could return an old value. I am unaware of any way to accomplish this reliably without hitting the datastore, at which point you might as well not have the sess

Re: [google-appengine] Question about VIP SSL

2012-07-06 Thread 拼客爱
> > > Account Administrator Invitation > > Invalid Entry > Account owners cannot be assigned as an Account Administrator. Please > create a new account and try accepting your invite using your new account. > > what's mean??why i can't create a new account with administrator for here. 1 - 1 Domai