[google-appengine] Re: Upload data

2009-07-24 Thread djidjadji
If every GAE page was written for the python starter it would be a big book. You could follow this link http://lmgtfy.com/?q=PYTHONPATH 2009/7/25 Holger : > > Finally got data_upload working. > > This Google explanation > http://code.google.com/appengine/docs/python/tools/uploadingdata.html > ma

[google-appengine] Data Viewer

2009-07-24 Thread Ed
Hi GAE staff, Any particular reason why I can no longer view my data using Data Viewer? I always get the encouraging message to "...please try again later" and when I do, I get back the same message. Thanks. -Ed --~--~-~--~~~---~--~~ You received this message becau

[google-appengine] Re: Upload data

2009-07-24 Thread Holger
Finally got data_upload working. This Google explanation http://code.google.com/appengine/docs/python/tools/uploadingdata.html may be a great memo for people who know already how to upload - for people who are interested to learn it's a disaster. Nothing is explained from the newcomer's point of

[google-appengine] Outdated Files Being Served?

2009-07-24 Thread Devel63
When I upload a new site.css file, my browser sometimes seems to get the old version, or the new version, randomly with each call. I have cleared my browser cache, tried it on different computers, etc. Even with cleared browser caches, when I happen to get the old version I don't see a record of

[google-appengine] Re: Error adding domain to AppEngine app?

2009-07-24 Thread kurto
Ah, makes sense. Thanks! On Jul 24, 2:20 pm, Wooble wrote: > You need to set up kurtandalethia.com as a Google Apps > domain.http://www.google.com/a/cpanel/domain/new --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Contact Application Owner?

2009-07-24 Thread Devel63
Google looked into it and told me it had been registered. On Jul 24, 1:21 pm, Barry Hunter wrote: > 2009/7/24 Devel63 : > > > > > No such gmail address.  Also, it's someone who registered the name, > > but hasn't deployed anything to it. > > How can you tell? I get the same 404 for a appid regis

[google-appengine] Re: Contact Application Owner?

2009-07-24 Thread Barry Hunter
2009/7/24 Devel63 : > > No such gmail address.  Also, it's someone who registered the name, > but hasn't deployed anything to it. How can you tell? I get the same 404 for a appid registered but not deployed (one of mine) and a bogus one. > > On Jul 24, 8:45 am, Barry Hunter wrote: >> Have you t

[google-appengine] Need Datastore Indices Count Reset

2009-07-24 Thread Devel63
The app name is judysapps-qa Strange: this was reset a couple of weeks ago, we haven't changed any index definitions since then, and are well below the index quota. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[google-appengine] Re: Contact Application Owner?

2009-07-24 Thread Devel63
No such gmail address. Also, it's someone who registered the name, but hasn't deployed anything to it. On Jul 24, 8:45 am, Barry Hunter wrote: > Have you tried contacting appn...@gmail.com ? > > You can't register apps for already existing gmail addresses (except your > own), > >  if a valid g

[google-appengine] Re: Bill Katz article 'Remote API HelloWorld'

2009-07-24 Thread Holger
- update2 - problem solved With the help of Wooble in #appengine Chat on Freenote the problem was solved. After writing the local upload-file you first have to upload the project-code in the usual way (with appcfg.py update project-folder). Only after this code-upload th

[google-appengine] Re: Error adding domain to AppEngine app?

2009-07-24 Thread Wooble
You need to set up kurtandalethia.com as a Google Apps domain. http://www.google.com/a/cpanel/domain/new On Jul 24, 9:46 am, kurto wrote: > I go to control panel for my application > (alethiaandkurt):http://appengine.google.com/dashboard?&app_id=alethiaandkurt > I click Versions > I click Add D

[google-appengine] Re: Bill Katz article 'Remote API HelloWorld'

2009-07-24 Thread Holger
update: _ The issue described above is solved. It seems that the yaml module path needs to be explicitely stated. I created the variable PYTHONPATH (System Properties (=Start rightclick MyComputer Properties), Tab Advanced, button Environment Variables, lower box button New,

[google-appengine] Re: Have to verify AGAIN

2009-07-24 Thread Jeff S (Google)
Hi Japp, Would you mind filling out the following form to request non-SMS activation? http://appengine.google.com/waitlist/sms_issues Thank you, Jeff On Thu, Jul 23, 2009 at 7:04 AM, Jaap Taal wrote: > Hi, > I have to verify my google app account again, even though I all ready > registered.

[google-appengine] Re: DownloadError: ApplicationError: 5

2009-07-24 Thread Jeff S (Google)
Hi, DownloadError number 5 usually indicated either a timeout (the default time limit is five seconds) or that the server refused the connection. What is the URL that you are requesting? Thank you, Jeff On Thu, Jul 23, 2009 at 7:06 PM, abridgedEdition wrote: > > For the past hour or so, I've

[google-appengine] Re: Too Many Versions (403)

2009-07-24 Thread Philippe
this time, I could solve doing: 1- change the default version from http://appengine.google.com/deployment?&app_id= I had 2 version (I always use n°1, so i switched to n°2) 2- upload the version I wanted tu upload (n°1) it worked :) 3- change the default back to n°1 On Jul 24, 9:27 am, Philippe

[google-appengine] Re: How can I detect the development server?

2009-07-24 Thread Mark Jones
I also discovered this today: http://code.google.com/p/app-engine-patch/wiki/RagendjaOther On Jul 22, 11:49 am, "Nick Johnson (Google)" wrote: > Hi Mark, > > Just check if os.environ['SERVER_SOFTWARE'].contains('Development') > > -Nick Johnson > > On Wed, Jul 22, 2009 at 5:42 PM, Mark Jones wro

[google-appengine] How to use JavaCompiler in Google App Engine?

2009-07-24 Thread kobe
hi! My java web framework need JavaCompiler to generate some classes on the fly. But it seems that ToolProvider.getSystemJavaCompiler() returns null in GAE sdk。I wonder if there's some way I can get the JavaCompiler instance?BTW, javaassist can work, so I don't think it's problem about security

[google-appengine] Bill Katz article 'Remote API HelloWorld'

2009-07-24 Thread Holger
I tried to follow the Bill Katz article 'Remote API "Hello World"' http://www.billkatz.com/2009/2/Remote-API-Hello-World I've set up app.yaml, myprog.py subfolder: models in /models/: __init__.py, mystuff.py with Class Foo Typing in 'python myprog.py' at the Windows CMD resulted into ImportError

[google-appengine] Compile and execute code at runtime

2009-07-24 Thread Albert Attard
Hi everyone: Background about the problem: I'm a Java lecturer and would like to create an automated question web application similar to an extended version of multiple choice answers by which the students can practice coding. Multiple choice questions are very popular in web exams as these are

[google-appengine] Re: any good ways to deal with the user session?

2009-07-24 Thread Tobias
It depends a bit on what you are aiming at. This is list of some projects providing session handling for gae: http://gaeutilities.appspot.com/ http://pypi.python.org/pypi/Beaker http://code.google.com/p/appengine-monkey/wiki/Pylons (uses beaker) http://docs.djangoproject.com/en/dev/topics/http

[google-appengine] Error adding domain to AppEngine app?

2009-07-24 Thread kurto
I go to control panel for my application (alethiaandkurt): http://appengine.google.com/dashboard?&app_id=alethiaandkurt I click Versions I click Add Domain I enter kurtandalethia.com I click Add Domain I get an error page "Sorry, you've reached a login page for a domain that isn't using Google Ap

[google-appengine] Upload data

2009-07-24 Thread Holger
I cant get 'Uploading Data' going. Got the impression the Google description http://code.google.com/appengine/docs/python/tools/uploadingdata.html contains only part of the necessary code. Is there a downloadable and working demo or any other further advice on uploading data with remote_api and

[google-appengine] Goolge App with JPA

2009-07-24 Thread Praveen Sangolli
Hello everybody, Can anyone help me configure JPA with google app engine. I am having issues selecting data from the datastore with JPA --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To p

[google-appengine] Adding Custom Domain to AppEngine app

2009-07-24 Thread kurto
I go to control panel for application "alethiaandkurt" I click "Versions" I click "Add Domain" I enter the domain name that I own "kurtandalethia.com" I click "Add Domain" I get the error "Sorry, you've reached a login page for a domain that isn't using Google Apps. Please check the web address a

[google-appengine] Re: any good ways to deal with the user session?

2009-07-24 Thread Tobias
There are several projects dealing with user/session management which are worth to look at. Possibly incomplete list of links: http://code.google.com/p/django-ae-utils/ http://gaeutilities.appspot.com/ http://beaker.groovie.org/ http://code.google.com/p/appengine-monkey/wiki/Pylons Cheers, T

[google-appengine] Re: 403 Error

2009-07-24 Thread Jeremy Truax
Yah I had tried incrementing to version 2 and then 3 with no success. I then let it sit and did something else for about 30 min. Came back and version 3 worked. I hate when something just works and there was no resolution as to what was the problem.=/ On Jul 21, 5:58 pm, Rodrigo Moraes wrote:

[google-appengine] Re: Contact Application Owner?

2009-07-24 Thread Barry Hunter
Have you tried contacting appn...@gmail.com ? You can't register apps for already existing gmail addresses (except your own), if a valid gmail address you could ask them to signup for appengine, and then transfer ownership to you. 2009/7/24 Devel63 : > > Is there a way to contact the owner o

[google-appengine] Re: Implemented Keyword Search

2009-07-24 Thread Jeremy Truax
Yes you're right Wooble. This works great for what I'm indexing which is something like company names. It would not work at all for much bigger text (such as blog posts). In fact, I ran into the max index boundary shortly after implementing it and had to limit it to the first 5 words only. On

[google-appengine] Contact Application Owner?

2009-07-24 Thread Devel63
Is there a way to contact the owner of a given application ID? I ask because someone has registered an app using my company's name, and we've had the domain.com for years. I don't know if it was someone from my company (past or present) doing research, or a third party who doesn't realize that t

[google-appengine] Re: No way to delete error data entry

2009-07-24 Thread andrew
Thanks for the code. Worked great except I got a bunch of these: com.google.apphosting.api.DeadlineExceededException: This request (f557629c71ca7b8d) started at 2009/07/24 13:20:12.825 UTC and was still executing at 2009/07/24 13:20:41.505 UTC. but just had to hit refresh a few times. It'd be n

[google-appengine] Re: Approaches for Picture Storage

2009-07-24 Thread WeatherPhilip
Don't save pictures locally. This is because the bandwidth costs of sending the data for the pictures will be high. The free application limits are set so that serving any non-trivial graphics is not supported [The average amount of data per page view is calculated at around 6kbytes] YMMV Philip

[google-appengine] Re: No SMS support for my country

2009-07-24 Thread Nick Johnson (Google)
Hi, If you are having trouble with SMS verification, or want an additional account activated, please fill out the following form: http://appengine.google.com/waitlist/sms_issues (This is from the following FAQ http://code.google.com/appengine/kb/sms .html#error ) Once you fill out this form, yo

[google-appengine] Re: Can I sell the service(application) with GAE?

2009-07-24 Thread Nick Johnson (Google)
Hi KARi, As long as you continue to observe the Terms of Service, you are perfectly within you rights to charge for services provided by your app, or to sell your app outright. The TOS do not include prohibitions against commercial use. However, if you are concerned, I would highly recommend havin

[google-appengine] Re: Have to verify AGAIN

2009-07-24 Thread Nick Johnson (Google)
Hi, Please fill out the following form: http://appengine.google.com/waitlist/sms_issues (This is from the following FAQ http://code.google.com/appengine/kb/sms .html#error ) Once you fill out this form, you should receive access within a day or two. Happy coding, Nick Johnson On Fri, Jul 2

[google-appengine] Re: Have to verify AGAIN

2009-07-24 Thread Jaap Taal
Hi Nick, I'm using the url you've specified. It shows my two applications I allready registered. When I click "Create an Application", I'm being redirected to http://appengine.google.com/permissions/smssend. Jaap On Fri, Jul 24, 2009 at 3:19 PM, Nick Johnson (Google) < nick.john...@google.com> wr

[google-appengine] Re: Have to verify AGAIN

2009-07-24 Thread Nick Johnson (Google)
Hi jaap, Have you tried logging in at http://appengine.google.com/a/q42.nl ? If you verified your Apps account using an Apps login, that is where you will need to log in via. -Nick Johnson On Fri, Jul 24, 2009 at 2:14 PM, j...@q42.nl wrote: > > Hi, > > I have to verify my google app account ag

[google-appengine] Consuming OAuth requests in app engine

2009-07-24 Thread j...@q42.nl
Hi all, I'm creating an opensocial widget on hyves.nl (a dutch social networking site). I'm calling a makeRequest with RequestParamters.AUTHORIZATION set to SIGNED. The GET call is enriched with several query string parameters like: * opensocial_owner_id * opensocial_viewer_id * opensocial_app_id

[google-appengine] Have to verify AGAIN

2009-07-24 Thread j...@q42.nl
Hi, I have to verify my google app account again, even though I all ready registered. I also created some applications all ready! Since I've used my mobile number allready in the first verification, app engine complains about it being used all ready... Can someone from google please activate my a

[google-appengine] Re: Problem with "Verify Your Account by SMS"

2009-07-24 Thread Nick Johnson (Google)
Hi, If you are having trouble with SMS verification, or want an additional account activated, please fill out the following form: http://appengine.google.com/waitlist/sms_issues (This is from the following FAQ http://code.google.com/appengine/kb/sms .html#error ) Once you fill out this form, yo

[google-appengine] Re: Google App Engine Custom Domain Stopped Working

2009-07-24 Thread casebash
I can't disable the service :-(. Everytime I try it says it should be disabled in half an hour, but I come back and it isn't. On Jul 24, 2:53 am, Hrishi wrote: > Removing and re-adding the 'App Engine' service for this > domain in Apps control panel fixed the issue. > > Is there a way to avoid t

[google-appengine] Re: Too Many Versions (403)

2009-07-24 Thread Euan Adie
This is affecting me too. I've only got one version listed in the application dashboard. On Jul 21, 11:02 pm, Jeremy Truax wrote: > Note It seems to be an old issue but not resolved: > > http://code.google.com/p/googleappengine/issues/detail?id=690 > > On Jul 21, 2:44 pm, Jeremy Truax wrote: >

[google-appengine] Re: Too Many Versions (403)

2009-07-24 Thread Philippe
Hi TaoGOGO, I can not help you, last time, I had to wait 2 or 3 days, and then, everything worked normally. and since yesterday, it happened again. here is my app ID : dicoillico Yesterday, I had a message on my App Version Call quota and my App API Call quota. (but everything was green in the