[google-appengine] Chat Time transcript: May 20th, 2009

2009-05-26 Thread Jason (Google)
Last Wednesday, the App Engine team held its latest Chat Time IRC office hour session. The next session will take place next Wednesday, June 3rd from 7:00-8:00 p.m. PDT in the #appengine channel on irc.freenode.net. A transcript of last week's session and a summary of the topics covered is

[google-appengine] Re: Activating GAE (Java) account issues

2009-05-21 Thread Jason (Google)
:37 am, Jason (Google) apija...@google.com wrote: You should receive an email shortly. - Jason On Thu, May 14, 2009 at 1:47 PM, David Levy david.l...@restonrobotics.orgwrote: Jason, I am waiting for the email response as well. Has the quota limit been surpassed

[google-appengine] Re: email issue with Google Apps e-mail Group

2009-05-21 Thread Jason (Google)
, this screenshot here : http://img206.imageshack.us/my.php?image=gappgroup.jpg or herehttp://code.google.com/p/googleappengine/issues/detail?id=1530 (many screenshots) In this issue (1530), I have add many details. I hope it can help. Regards. On 16 mai, 01:07, Jason (Google) apija

[google-appengine] Re: What's the difference among key, id, and key name?

2009-05-15 Thread Jason (Google)
Yes. See the Model functions that are available: http://code.google.com/appengine/docs/python/datastore/modelclass.html#Model_get_by_key_name http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/DatastoreService.html - Jason On Wed, May 13, 2009 at 4:47 AM, Big

[google-appengine] Re: Details on Google's Partner Program?

2009-05-15 Thread Jason (Google)
This isn't for App Engine specifically, but there is a general enterprise partner program: http://www.google.com/enterprise/gep/ - Jason On Wed, May 13, 2009 at 9:36 AM, Beepboop arthur...@gmail.com wrote: Hi guys, Does anyone have details on becoming a preferred partner to Google? Most

[google-appengine] Re: Server error when signing up to appengine

2009-05-15 Thread Jason (Google)
Are you trying to sign in with an account on a Google Apps domain by any chance? If so, you should try signing in to: http://appengine.google.com/a/DOMAIN (e.g. gnsdm.com) - Jason On Wed, May 13, 2009 at 4:41 AM, GNS appeng...@gnsdm.com wrote: When I try to sign up to appengine with my

[google-appengine] Re: Cron Trouble

2009-05-15 Thread Jason (Google)
Hi Alex. Can you share your app ID so I can take a closer look? Thanks, - Jason On Tue, May 12, 2009 at 3:12 PM, d43m0n d43...@gmail.com wrote: The short story: It doesn't work! The long story: From dashboard : /cron/report - daily mail report - every day 16:30 (UTC) - Hasn't run yet

[google-appengine] Re: Application update errored

2009-05-15 Thread Jason (Google)
Since indexes for single properties are created automatically, they don't need to be defined in index.yaml. Try removing this index to see if the error goes away. - Jason 2009/5/12 大海 highlin...@gmail.com I have this same problem when I make a web proxy server. C:\Program

[google-appengine] Re: screwed up setting up app runtime....

2009-05-15 Thread Jason (Google)
Wooble is absolutely right -- once your account is activated, you can deploy both Python and Java applications to a given ID. You can even deploy a Python application to one version and a Java application to a second version of the same application! For more information on the error you're likely

[google-appengine] Re: Activating GAE (Java) account issues

2009-05-15 Thread Jason (Google)
You should receive an email shortly. - Jason On Thu, May 14, 2009 at 1:47 PM, David Levy david.l...@restonrobotics.orgwrote: Jason, I am waiting for the email response as well. Has the quota limit been surpassed? thanks David --~--~-~--~~~---~--~~

[google-appengine] Re: use of Django's forms.Form on GAE

2009-05-15 Thread Jason (Google)
Hi Panos. Ping me if you ever get this article published -- we'd love to consider hosting it at http://code.google.com/appengine/articles. - Jason On Fri, May 15, 2009 at 11:24 AM, Panos pa...@acm.org wrote: Hi Neal, You probably need to write your own widget (subclassed from the button

[google-appengine] Re: How can I apply the java_runtime of GAE now ?

2009-05-15 Thread Jason (Google)
You should receive an activation email shortly. - Jason On Fri, May 15, 2009 at 8:36 AM, songchao.b...@gmail.com songchao.b...@gmail.com wrote: I' m late, but I still want a chance... Who can tell me what to do ? --~--~-~--~~~---~--~~ You received this

[google-appengine] Re: Why my apps can't open?

2009-05-15 Thread Jason (Google)
They both open for me -- has this issue been resolved on your end? If the issue is related to your App Engine code, you should see an error in your GAE logs. Otherwise, can you indicate what you are seeing? A specific error message or stack trace would be helpful here. - Jason On Thu, May 14,

[google-appengine] Re: email issue with Google Apps e-mail Group

2009-05-15 Thread Jason (Google)
I have a personal Google Apps domain; I created a new group, set it to Public and made sure to check the Any email address box in the Who can send email to this group section. I verified that I my App Engine app could send mail both to individuals and this particular group in my domain. This

[google-appengine] Re: Datastore usage ~ 80 times more than expected (Add your vote to a datastore usage accounting feature)

2009-05-13 Thread Jason (Google)
(db.Key) with three elements take significantly more or less space than an indexed db.StringListProperty with three elements whose value is str() of the same keys? (The pickle of keys seems to be significantly larger than the pickle of the equivalent strings.) On May 11, 5:04 pm, Jason (Google

[google-appengine] Re: Datastore usage ~ 80 times more than expected (Add your vote to a datastore usage accounting feature)

2009-05-13 Thread Jason (Google)
of the equivalent strings.) On May 11, 5:04 pm, Jason (Google) apija...@google.com wrote: Hi Anthony. I'm very sorry for the late reply, and thank you for bearing with me. I've discussed this with thedatastoreteam and it's evident that the CSV file's size is not a great indicator of how much

[google-appengine] Re: BadRequestError: User properties should not have obfuscated_gaiaid set.

2009-05-12 Thread Jason (Google)
Hi Kyle. What is your application's ID? Are you able to share a snippet of code that reproduces this error consistently? Is that exception all you see or is there a larger stack trace associated with it? - Jason On Mon, May 11, 2009 at 6:12 PM, Kyle Jensen kljen...@gmail.com wrote: I take

[google-appengine] Re: Error: Server Error after updating the application

2009-05-12 Thread Jason (Google)
The application loads on my end -- were you able to find and address the cause of the error or do I need to hit a particular handler? If you see this type of error in the future, you should first check the application's logs (linked from your application's Dashboard) to see if there are any more

[google-appengine] Re: cgi.escape and HTML Rendering Inquiry

2009-05-12 Thread Jason (Google)
You might find this page helpful: http://wiki.python.org/moin/EscapingHtml - Jason On Tue, May 12, 2009 at 5:36 AM, Brandon bmacia...@gmail.com wrote: I'm curious as to what the 'standard' is for handling both single and double quotes when sanitizing data for HTML rendering. Obviously

[google-appengine] Re: Mobile login broken?

2009-05-12 Thread Jason (Google)
Hi Andrew. I'm very sorry for the inconvenience. The issue was fixed yesterday afternoon. - Jason On Fri, May 8, 2009 at 2:03 PM, areutter andrew.reut...@gmail.com wrote: Hi, If I am _not_ logged into my Google account, and I visit this URL from my browser:

[google-appengine] Re: GAE for math computing

2009-05-12 Thread Jason (Google)
Hi ros. App Engine applications receive HTTP requests, either directly or via cron jobs that you create, and must respond to these requests within 30 seconds. The system was not designed to handle arbitrarily long, computationally-intensive jobs. For more information on App Engine, please see

[google-appengine] Re: repoze.bfg web framework runs on GAE

2009-05-12 Thread Jason (Google)
Thanks for the information, Carlos. We'll consider this for our next update, which is several weeks out. - Jason On Tue, May 12, 2009 at 8:37 AM, cguardia carlos.delaguar...@gmail.comwrote: Hi, just read the blog entry about support for web2py and wanted to let you know that repoze.bfg is

[google-appengine] Re: What's the difference among key, id, and key name?

2009-05-12 Thread Jason (Google)
Hi Oliver. This page may help explain the difference between these fields: http://code.google.com/appengine/docs/python/datastore/keysandentitygroups.html When you create entities, you have the option of specifying a unique key name that you can use to reference these entities directly (e.g.

[google-appengine] Re: Application update errored

2009-05-12 Thread Jason (Google)
From the sound of the error message, your application is being updated properly aside from your index definitions. Are you seeing something different? Did you remove the index definition in question from index.yaml as instructed? Also, which version of the SDK are you using? Version 1.2.2 was

[google-appengine] Re: HOW to create label and filters using api ...can you provide me the code for it ...

2009-05-12 Thread Jason (Google)
I'm sorry, I don't follow. Are you trying to replicate labels and filters in your App Engine application? - Jason On Thu, May 7, 2009 at 11:32 PM, Nikhar nikhar...@gmail.com wrote: HOW to create label and filters using api ...can you provide me the code for it .. i want to create my label

[google-appengine] Re: upload error!help me...

2009-05-12 Thread Jason (Google)
Have you downloaded the newest SDK? If not, can you install it and let me know if the issue goes away? If not, can you try deleting the index definition that is referenced in the error message and see if that works? You can download the newest SDK at

[google-appengine] Re: Server Error when update application with appcfg

2009-05-12 Thread Jason (Google)
If you're still seeing these errors when you attempt to change or update you application's version, can you reply with your application ID so I can take a closer look? - Jason On Sat, May 9, 2009 at 11:21 PM, Squall squ...@gmail.com wrote: Suddenly my application versions stop working. I

[google-appengine] Re: Initialize datastore in dev server

2009-05-12 Thread Jason (Google)
This might be what you're looking for: http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Loading_Data_Into_the_Development_Server - Jason On Sun, May 10, 2009 at 11:08 AM, Ben Lau xben...@gmail.com wrote: Hi , Is it possible to initialize the datastore in the

[google-appengine] Re: Can we add 3rd party Libraries to a Java App?

2009-05-12 Thread Jason (Google)
Yes, you can use third party libraries and frameworks with App Engine as long as they don't use any classes not explicitly listed in the JRE class white list: http://code.google.com/appengine/docs/java/jrewhitelist.html First, put your .jar files in war/WEB-INF/lib. Since you're using the Google

[google-appengine] Re: Facing problem in downloading a file

2009-05-12 Thread Jason (Google)
You'll need to serve this Word document as a static file. Read the following document and let me know if you have any more questions. http://code.google.com/appengine/docs/python/config/appconfig.html#Static_File_Handlers - Jason On Tue, May 12, 2009 at 2:01 AM, s s sksk...@gmail.com wrote:

[google-appengine] Re: Data disappears.

2009-05-12 Thread Jason (Google)
Hi Dennis. No, if you exceed your storage quota, attempts to write new data will fail but other data won't get overridden. Is it possible that you're deleting these entities somehow? If your entities are persisted, they should be persisted forever until you choose to remove it, either via the

[google-appengine] Re: Java Permission error

2009-05-12 Thread Jason (Google)
Hi B. You should receive an invitation shortly. - Jason On Fri, May 8, 2009 at 1:43 PM, B bsam...@gmail.com wrote: So, I figured out that my error Invalid runtime Specified is due to Java permission. that being said, i keep seeing they are limiting the number of Java engine users to 1.

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-11 Thread Jason (Google)
Were you prompted to update within GoogleAppEngineLauncher or did you manually choose to update by selecting Check for Updates in GoogleAppEngineLauncher's Help menu? - Jason On Sat, May 9, 2009 at 5:08 PM, Kwame iweg...@gmail.com wrote: I just upgraded to version 1.2.2 and I'm getting a

[google-appengine] Re: Sign In: Server Error - when using Android/T-Mobile G1

2009-05-11 Thread Jason (Google)
Thanks for bringing this to my attention. We're looking into this now. - Jason On Sat, May 9, 2009 at 9:58 AM, mckoss mck...@gmail.com wrote: When I try to sign in to an AppEngine application OR even sign into Dashboard for my AppEngine app I get a 500 error. This seems to be specific to

[google-appengine] Re: Show processing message to user while Urlfetch works

2009-05-11 Thread Jason (Google)
Hi Jim. As noted in http://code.google.com/appengine/docs/python/runtime.html#Requests_and_CGI, App Engine does not currently support sending data to the user's browser before exiting the handler. Your best bet is to use a JavaScript/AJAX solution like the one djidjadji suggested. - Jason On

[google-appengine] Re: deleting datastore items error

2009-05-11 Thread Jason (Google)
Hi Matt. There will be periods of time where the datastore times out when writing or deleting entities, but these should be isolated. Has the error rate diminished since your initial post? Are you able to access the data viewer in your application's Dashboard? - Jason On Sun, May 10, 2009 at

[google-appengine] Re: New bie question: import com.google.appengine cannot be resolved

2009-05-11 Thread Jason (Google)
Hi Vijay. I believe the issue here is that the GWT compiler cannot find the source code for the Key class, as detailed in the post at http://fredsa.allen-sauer.com/2009/04/1st-look-at-app-engine-using-jdo.html. You should be able to follow the steps in that post, stubbing out the Key class, to

[google-appengine] Re: App Engine Chat Time!

2009-05-11 Thread Jason (Google)
Already posted: http://groups.google.com/group/google-appengine/browse_thread/thread/a22dc35d29ce502c Cheers! - Jason On Fri, May 8, 2009 at 2:12 AM, tommytastic tommytas...@gmail.com wrote: Will a transcript of the last chat session by published ? I couldn't make it unfortunately. thanks

[google-appengine] Re: Datastore usage ~ 80 times more than expected (Add your vote to a datastore usage accounting feature)

2009-05-11 Thread Jason (Google)
Hi Anthony. I'm very sorry for the late reply, and thank you for bearing with me. I've discussed this with the datastore team and it's evident that the CSV file's size is not a great indicator of how much storage your entities will consume. On top of the size of the raw data, each entity has

[google-appengine] Chat Time transcript: May 6th, 2009

2009-05-07 Thread Jason (Google)
Last evening (PDT), the App Engine team held its most recent Chat Time IRC office hour session. The next session will take place May 20th from 9:00-10:00 a.m. in the #appengine channel on irc.freenode.net. A transcript of yesterday's session and a summary of the topics covered is provided below.

[google-appengine] Re: 411 length required on POST error - Content-length header specified

2009-05-04 Thread Jason (Google)
It sounds like you're using the URL Fetch service. Can you share your code which executes the POST request? - Jason On Thu, Apr 30, 2009 at 6:00 PM, Shedokan shedok...@gmail.com wrote: I have my app here: http://shedokan-os.appspot.com/ at the start of the app it sends a post request to

[google-appengine] Re: Wildcards in JDO

2009-05-04 Thread Jason (Google)
Tim is correct. App Engine's JDO implementation doesn't support any features that aren't directly supported by the datastore, including LIKE filters. Hence the UnsupportedDatastoreFeatureException. If you have any more JDO-related questions, please post them in the Google App Engine for Java

[google-appengine] Re: Over Quota: Datastore Indices Count

2009-05-04 Thread Jason (Google)
Hi Paul. Thanks for adding the issue. Your quota has been reset. - Jason On Fri, May 1, 2009 at 11:57 AM, Paul pwid...@gmail.com wrote: Hi Jeff, I've opened a ticket on this issue to help with tracking. http://code.google.com/p/googleappengine/issues/detail?id=1161 Please could you

[google-appengine] Re: Site down again..

2009-05-04 Thread Jason (Google)
It looks like there was a latency spike on 05-01 that may have accounted for the errors you were seeing, but it appears that your application is up and serving again today. In the future, please provide your application ID since I can't readily retrieve your application ID from your Google Apps

[google-appengine] Re: Check Domain Availability

2009-05-04 Thread Jason (Google)
If you're looking for an appspot.com domain, which all App Engine applications are served from, then you'll need to register for and sign into App Engine and try registering a new application: http://appengine.google.com Before you can create a new application, you have to specify an application

[google-appengine] Re: google account frustrations

2009-05-04 Thread Jason (Google)
Hi Ben. Which browser are you running? Have you tried using a different browser or clearing your cookies to see if this flippant behavior stops? Just to get a better idea of your problem, are you doing anything in particular between when you're able to work in the Admin Console and when you're

[google-appengine] Re: Your application is exceeding a quota: Workflow Backend Index Task Count

2009-05-04 Thread Jason (Google)
This particular message indicates that there are too many index building jobs running for your application. I believe this is reset daily, but if it's interfering with your ability to add new indexes or update existing, please let me know and include your application IDs. - Jason On Sun, May 3,

[google-appengine] Re: Fwd: How do I set the time between requests for login to Google account?

2009-05-04 Thread Jason (Google)
This is not possible just yet. Please file a feature request in the public issue tracker: http://code.google.com/p/googleappengine/issues/list - Jason On Sun, May 3, 2009 at 1:24 PM, Paul Moore p.f.mo...@gmail.com wrote: (Help! Trying to post for a second time via email, as my attempts to

[google-appengine] Re: Deploy to GAE remotely via Eclipse ANT?

2009-05-04 Thread Jason (Google)
If you're developing an application in Java, the Google Plugin for Eclipse can manage this: http://code.google.com/eclipse Unfortunately, it sounds like you're developing in Python, and I don't believe the plugin works for deploying Python applications. Perhaps another developer who develops

[google-appengine] Re: I've reached my quota, only I have this great new name for my app

2009-05-04 Thread Jason (Google)
with this. Julian On May 1, 1:57 pm, Jason (Google) apija...@google.com wrote: Hi Tim. I'm sorry, I misunderstood. Enabling billing does not allow you to create more applications, but this is something we can do one-off, and I've just done this for your account. - Jason On Wed, Apr 29, 2009

[google-appengine] Re: I've reached my quota, only I have this great new name for my app

2009-05-01 Thread Jason (Google)
On Apr 28, 2:18 pm, Jason (Google) apija...@google.com wrote: Hi Tim. Now that billing is an option, we are asking users to enable billing for their applications. We granted selective quota increases in the past because there was no other way for developers to get additional quota

[google-appengine] Re: Completely clearing the datastore

2009-05-01 Thread Jason (Google)
We're hoping to get key-only queries out in the next release. - Jason 2009/4/26 Alkis Evlogimenos ('Αλκης Ευλογημένος) evlogime...@gmail.com The sample code does: MyModel.all().fetch(1000) This means fetch 1000 entities of MyModel. If each entity is 10kb this means 10MB of data read from

[google-appengine] Re: becoming an app administrator with google apps account

2009-05-01 Thread Jason (Google)
Hi Jon. I agree that it's confusing, and there are efforts underway to address it, although I'm not sure how far along they are. The issue is not that you can't use a Google Apps email address to administer an application but that you can't use a Google Apps email address to administer an

[google-appengine] Re: Configuring SDK in Eclipse (Mac)

2009-05-01 Thread Jason (Google)
The SDKs for Python and Java are different, and the Google App Launcher only ships with the Python SDK. Have you tried using the Google Plugin for Eclipse? This includes the SDK for Java and is pre-configured to use it. http://code.google.com/eclipse - Jason On Mon, Apr 27, 2009 at 11:57 PM,

[google-appengine] Re: Erlang OTP?

2009-05-01 Thread Jason (Google)
Please file any feature requests in the public issue tracker at http://code.google.com/p/googleappengine/issues/list. Thanks, - Jason On Thu, Apr 30, 2009 at 5:16 AM, Kristofer kristo...@riplz.com wrote: Is there any chance we can get a erlang-based version of GAE? I'm sure y'all (mother

[google-appengine] Re: Index Building for a long time

2009-04-30 Thread Jason (Google)
Hi Tim. What is your application ID? It's possible that your indexes are in a stuck state which happens from time to time. - Jason On Sat, Apr 25, 2009 at 3:38 PM, timwee tim.sh...@gmail.com wrote: I was wondering if anyone is facing the same issue as me... I have indexes on an app engine

[google-appengine] Re: google eclipse plugin crush

2009-04-30 Thread Jason (Google)
These are odd issues. I haven't run into this myself or heard from others with this problem, but you may want to cross-post in the GWT discussion forum to see if anyone else has experienced something similar. If this is only happening for the one project, then I would create a new project and

[google-appengine] Re: os.mkdir, os.makedirs

2009-04-30 Thread Jason (Google)
Yes, but keep in mind that datastore entities are currently limited to 1 MB in size. - Jason On Tue, Apr 28, 2009 at 5:07 AM, Barry Hunter barrybhun...@googlemail.comwrote: On 28/04/2009, sahid sahid.ferdja...@gmail.com wrote: Hello, ok, so... all users have a possibility to

[google-appengine] Re: Making the datastore readonly temporarily

2009-04-30 Thread Jason (Google)
I second djidjadji's suggestion. While it's true that your application will be unavailable, it's definitely the simplest solution and gives your users aclear expectation that some of your application's functionality is not available; otherwise, they might be confused why some aspects of your site

[google-appengine] Re: How to reset my application in Google App Engine to default status (empty status)

2009-04-30 Thread Jason (Google)
You can also completely remove the content of your application files and then re-deploy. This effectively clears the application. - Jason On Tue, Apr 28, 2009 at 6:15 AM, djidjadji djidja...@gmail.com wrote: 2009/4/27 Eric Tsang erictsan...@gmail.com: For example ... 1. To Clear the

[google-appengine] Re: Google Developer assistance needed for two issues

2009-04-30 Thread Jason (Google)
Hi Carlos. I'm glad you were able to work through your issues, and I'm sorry they took longer than expected to resolve. There were other reports of slow index building around the same period, so this may very well have been related. That said, you shouldn't have to delete any data in order to work

[google-appengine] Re: cron TimeOut

2009-04-30 Thread Jason (Google)
As Nick said, 200 requests may be a bit high for a single request, so 2000 will very likely time out, yes. Of course, this partly depends on the response time from the remote server. While the try-catch idea is certainly more elegant, you may just want to set up multiple Cron jobs at the

[google-appengine] Re: Problems with datastore timing out

2009-04-30 Thread Jason (Google)
Hi Jim. What is your application ID? Are you still seeing this behavior consistently? - Jason On Wed, Apr 29, 2009 at 5:45 AM, Jim jdeib...@gmail.com wrote: I was having problems last night before I went to bed but figured it was temporary. They were much worse overnight. The log is full

[google-appengine] Re: Building a new index is taking way too long

2009-04-30 Thread Jason (Google)
Hi Alex. We definitely need to (and will) document this better, but index build time is not directly proportional to the number of entities in the datastore but to the number of other applications who are building indexes at the same time. Since index building is managed by a fixed number of

[google-appengine] Re: java.security.AccessControlException: access denied during upload file

2009-04-28 Thread Jason (Google)
You may need to use ServletFileUpload instead: http://shogi-software.blogspot.com/2009/04/google-app-engine-and-file-upload.html - Jason On Sat, Apr 25, 2009 at 5:13 PM, Jun junshen2...@gmail.com wrote: Hi, I am trying to upload a file with the following code. DiskFileUpload fu = new

[google-appengine] Re: Detecting image format

2009-04-28 Thread Jason (Google)
Tim and Sylvain provided several reasonable workarounds, but please file a feature request for a native 'format' property in the public tracker: http://code.google.com/p/googleappengine/issues/list - Jason On Sun, Apr 26, 2009 at 9:26 PM, MP mailpitc...@email.com wrote: Hello, The

[google-appengine] Re: New comer, Just ask a static file question

2009-04-28 Thread Jason (Google)
You appear to have a typo in your file name -- insurane should be insurance. Is your index.html file also declared to be static? - Jason On Sat, Apr 25, 2009 at 10:42 AM, victor fhw8...@gmail.com wrote: I deploy a application in google engine, my directory structure like this: ./ ./img

[google-appengine] Re: Unable to upload app: Connection timed out: connect

2009-04-28 Thread Jason (Google)
I've seen this particular error with users behind a proxy as well. In that case, you can use the tips in the following thread to get around this: http://groups.google.com/group/google-appengine-java/browse_thread/thread/83baef734bc82d7a/ - Jason On Mon, Apr 27, 2009 at 2:14 PM, ahujaji

[google-appengine] Re: Permission to upload app...what is the process ?

2009-04-28 Thread Jason (Google)
You can sign up to deploy your Java applications at the following URL: http://appengine.google.com/promo/java_runtime You will receive an email when your account is activated, but you may have to wait several days. - Jason On Mon, Apr 27, 2009 at 8:04 AM, golfdude padysr...@gmail.com wrote:

[google-appengine] Re: Working with an ms access (or it's OpenOffice alternative) files?

2009-04-28 Thread Jason (Google)
You can upload any type of file with your application as a resource file and use the standard file access APIs to read these files. This is supported by both Python and Java. You cannot natively run queries against the data contained within, however. Is that what you're looking to do? - Jason On

[google-appengine] Re: Stuck indexes

2009-04-28 Thread Jason (Google)
Hi Chris. According to the Admin Console, your indexes are all listed at Serving. Do you need any more help? - Jason On Fri, Apr 24, 2009 at 7:07 PM, Chris Tan csy...@gmail.com wrote: Could someone please clear my stuck indexes? I have an index that has been building for many hours now and

[google-appengine] Re: I've reached my quota, only I have this great new name for my app

2009-04-28 Thread Jason (Google)
Hi Tim. Now that billing is an option, we are asking users to enable billing for their applications. We granted selective quota increases in the past because there was no other way for developers to get additional quota for their apps. Billing provides this capability. - Jason On Sat, Apr 25,

[google-appengine] Re: Domain linked via Google Apps stopped working

2009-04-28 Thread Jason (Google)
Hi Amir. Were you able to resolve this issue yourself? I have no issues loading http://www.numbrosia.com/ today. - Jason On Sun, Apr 26, 2009 at 2:41 PM, Amir Michail amich...@gmail.com wrote: Hi, I'm getting this error: Firefox can't establish a connection to the server at

[google-appengine] Re: App Engine for Java - Custom Domain Name - Server not found

2009-04-28 Thread Jason (Google)
Hi danoro. I'm not familiar with this particular issue. Out of curiosity, are you changing your application's version each time you deploy your application? If not, why do you suspect the DNS entry is changing? I might be able to determine more information if you share your application ID and

[google-appengine] Re: Google Help: Index Rebuilding Forever

2009-04-28 Thread Jason (Google)
What is your application ID? - Jason On Sun, Apr 26, 2009 at 10:06 AM, Devel63 danstic...@gmail.com wrote: I have an app whose indexes have been building for days, with very little data. Can someone from Google please contact me so we can get this reset? Thanks!

[google-appengine] Transcript: App Engine chat time April 15

2009-04-16 Thread Jason (Google)
[09:05am] drome: Question about GAE-Java: I'm using SmartGWT + GWT in an application and I would like to use GAE-Java for the backend. But currently SmartGWT imposes me thousands of static files, and GAE only allows a maximum of 1000 files. How to solve this problem? [09:05am] drome: (Would this

[google-appengine] Re: database access by more than one application

2009-04-15 Thread Jason (Google)
I second Vaswani's suggestion. At this time, there is no way to directly access another application's datastore outside of setting up an interface yourself to retrieve and return data from a certain endpoint of one app for use with the other. - Jason On Tue, Apr 14, 2009 at 6:24 PM, Gopal

[google-appengine] Re: Get values by unique ID

2009-04-14 Thread Jason (Google)
If you know the key, you should be able to use Newsletter.get(key). Have you tried this? - Jason On Mon, Apr 13, 2009 at 9:05 PM, Wiiboy jordon...@gmail.com wrote: Are you referring to the filter('pk ='? If so, Quote from

[google-appengine] Re: 500 Internal Server Error while deploying using eclipse

2009-04-14 Thread Jason (Google)
Sudeep: I've seen this error before with users of a Google Apps domain? Is najanaja.com a Google Apps domain per chance? If so, try using a Gmail address or another account not associated with Google Apps. Don't forget to sign that account up for the Java early look at

[google-appengine] Re: Limit on the number of applications

2009-04-14 Thread Jason (Google)
Hi Jeremiah. Depending on your needs, we may be able to accommodate your request for additional applications. Please use the quota increase request form, linked below, and provide a description of what you're trying to build, and we'll reply to your request shortly.

[google-appengine] Re: Dynamically generated templates

2009-04-14 Thread Jason (Google)
I'm not positive about the Django template answer, but I did want to point out that something similar is already available in the Admin Console of an application (click the link called Data Viewer'). You can see all of your models and, for a selected model, all entities with their properties. You

[google-appengine] Re: Uploading Java Application

2009-04-13 Thread Jason (Google)
Did you receive an email indicating that your newly created account has been activated for the Java runtime? For now, you need to sign up to deploy your Java-based apps to App Engine. - Jason On Sun, Apr 12, 2009 at 11:40 AM, Jeffery jefferysam...@yahoo.com wrote: Hi All, I tried to

<    1   2   3   4   5