Re: [google-appengine] App Engine OAuth API versions supported

2011-06-12 Thread Ikai Lan (Google)
I know we want to support OAuth 2 at some point. I'm not aware of any differences between OAuth 1.0 and 1.0a - care to elaborate? You get a consumer key/secret here: https://www.google.com/accounts/ManageDomains Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine

Re: [google-appengine] Re: Charging for my app, user authentication and HTTP requests

2011-06-12 Thread Ikai Lan (Google)
Yes to everything. Welcome to App Engine! Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Mon, Jun 13, 2011 at 7:23 AM, Greg wrote: > You can charge anything y

[google-appengine] Re: High Replication Datastore move?

2011-06-12 Thread Casey Dwyer
You could convert the old one into a CDN of the new one. -- 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/-/5UIc0UaD494J. To post to this group, send

[google-appengine] Re: BadRequestError: query not found (occurring in the middle of a for loop)

2011-06-12 Thread Rhys !
I'm having a similar issue, but I only seem to get to 60 iterations. I've only had the problem once so that number might change. Traceback (most recent call last): File "/base/data/home/apps/4-2dev.351074813615198448/cron.py", line 95, in get for key in WithoutMbidQuery: File "/base/pyth

Re: [google-appengine] High replication data - Space freed after cache expiration?

2011-06-12 Thread Robert Kluin
Stored data is a cumulative quota; in other words, your total stored data gets counted not the daily increase. Deleting datastore entities, or blobs from the blobstore, will decrease stored data. However, there is a lag between when you delete the data and the quota updates. I'm not sure what you

Re: [google-appengine] GAE source code missing classes

2011-06-12 Thread Ikai Lan (Google)
Yeah, it's not complete. We're working on it. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Mon, Jun 13, 2011 at 10:13 AM, Alex Rykov wrote: > Just noticed i

[google-appengine] GAE source code missing classes

2011-06-12 Thread Alex Rykov
Just noticed inconsistency between appengine-api-1.0-sdk jar and source in SVN. Some classes appear to be missing from the source code repository. com.google.appengine.api.taskqueue.TaskQueuePb is one example. Am I missing something? Thanks, Alex. -- You received this message because you are

Re: [google-appengine] High Replication Datastore move?

2011-06-12 Thread Robert Kluin
The last I heard, you should submit a billing issue requesting they create an alias from the old appid to the new appid. http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupport Robert On Sat, Jun 11, 2011 at 16:11, m...@myfreeweb.ru wrote: > I have an applica

Re: [google-appengine] Cant verify my domain because i don't have a hosting plan

2011-06-12 Thread Robert Kluin
Yes, I would like this as well. I know more and more of my subdomains map to Google anyway. I'd still need (or *really* want) to be able to map subdomains to other services, but it would be nice. Robert On Sun, Jun 12, 2011 at 13:56, Jeff Schnitzer wrote: > Just thinking about this for a m

Re: [google-appengine] Re: Client Error (400)

2011-06-12 Thread Robert Kluin
The limit is 3,000 files. http://code.google.com/appengine/docs/java/runtime.html#Quotas_and_Limits http://code.google.com/appengine/docs/python/runtime.html#Quotas_and_Limits For Python apps, you can use zipimport to get around the limit. http://code.google.com/appengine/docs/python/tools/

Re: [google-appengine] Re: today is ipv6 day

2011-06-12 Thread Robert Kluin
http://code.google.com/p/googleappengine/issues/list On Sun, Jun 12, 2011 at 09:48, saintthor wrote: > where is the issue tracker? > > i want ipv6 to cross the gfw. > > On Jun 9, 9:27 pm, Barry Hunter wrote: >> If you really need it then you should add the suggestion to the issue >> tracke

Re: [google-appengine] Go Language

2011-06-12 Thread Ikai Lan (Google)
Depends on how much number crunching. I say just use the language you like the best. Unless you're doing some kind of non-linear ops (and a LOT of them) you might not get the efficiency you're looking for moving to Java. The number crunching would have to be very significant relative to the time it

Re: [google-appengine] Go Language

2011-06-12 Thread supercobra
Go is slower than Java and Java has all the libraries and tools (IDE, debuggers, refactoring, profiling, etc...) that you'll need. Here are the speed test results from a Google study: http://www.readwriteweb.com/hack/2011/06/cpp-go-java-scala-performance-benchmark.php -- superco...@gmail.com

[google-appengine] Go Language

2011-06-12 Thread jay
Hi All, Anybody had a chance to play around with Go yet? My games are CPU heavy because I do a lot of number crunching on game data every time a user requests the game page. This code really has nothing to do with app engine but is pure game code. I would image this code would be significantly fa

[google-appengine] Re: Charging for my app, user authentication and HTTP requests

2011-06-12 Thread Greg
You can charge anything you like for your apps. I have been running an app for 2.5 years for which I charge customers annually. I also use my own authentication scheme. It is harder than it sounds to do this securely, but it is perfectly possible. Finally, Appengine will service HTTP and HTTPS re

[google-appengine] App Engine OAuth API versions supported

2011-06-12 Thread ddelrivero
Hi App Engine team, it is not clear inside the current docs, I would like to know which OAuth version can I use for a client/ consumer to use the OAuth Provider functionality for my App Engine app., version 1.0, 1.0a or 2.0 ? where is the right place to get the consumer key/secret (api key/secret

Re: RE: [google-appengine] Cant verify my domain because i don't have a hosting plan

2011-06-12 Thread Casey Dwyer
Google gives you that option for verification. Bing and Yahoo don't. But yeah, wrong forum. -- 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/-/cNXcXi

[google-appengine] Re: Google plugin in MyEclipse 9 - Unable to sign in

2011-06-12 Thread Martin
Sorry to bump, but can anyone please help? I have genuinely tried everything and searched everywhere, but for whatever reason am unable to find an answer! On Jun 6, 9:35 pm, Martin wrote: > Hiya, > > I've got something very weird happening using the Google plugin with > MyEclipse 9, but I am out

Re: RE: [google-appengine] Charging for my app, user authentication and HTTP requests

2011-06-12 Thread Casey Dwyer
Can I add one more thing? Yes. -- 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/-/NOYrltyGAskJ. To post to this group, send email to google-appengine

[google-appengine] Re: New Bulkloader vs the deprecated Loader class

2011-06-12 Thread Casey Dwyer
I've tried it. I liked it. It's cleaner than the old loader. I ran into all the same problems as you as well as one with empty lists. The import transform I used for lists was "lambda x: x.splitlines() or None" which worked well for importing them, but when I'd try to access an entity with empt

RE: [google-appengine] Charging for my app, user authentication and HTTP requests

2011-06-12 Thread Brandon Wirtz
Yes. Yes. Yes. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Mark Young Sent: Sunday, June 12, 2011 10:38 AM To: google-appengine@googlegroups.com Subject: [google-appengine] Charging for my app, user authentication and HTTP requests

Re: [google-appengine] Cant verify my domain because i don't have a hosting plan

2011-06-12 Thread Jeff Schnitzer
Just thinking about this for a moment... wouldn't it be convenient if you could just use a couple of Google nameservers as your domain's authoritative nameservers with the result that *.yourdomain.com (and hey, also naked yourdomain.com) are automatically handled by Google Apps & Appengine? I gues

[google-appengine] Charging for my app, user authentication and HTTP requests

2011-06-12 Thread Mark Young
I have read quite a few articles on here about charging for your app. Quite simply, can I build an app, say that its hosted on Google App Engine and then charge for use of the app? The app would not show any of the Google admin panels or GAE interfaces, it would simply be something like a help

RE: [google-appengine] Cant verify my domain because i don't have a hosting plan

2011-06-12 Thread Brandon Wirtz
Wrong Forum. And the TXT entry to your DNS. No WebSite needed. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of googleappenginerocks Sent: Sunday, June 12, 2011 1:22 AM To: Google App Engine Subject: [google-appengine] Ca

[google-appengine] Re: Help on Fantasm Fan In

2011-06-12 Thread Mike_W
Hi, All. First off, I have to say I'm astounded by the quality of support I have got on this issue. I'm finding my way in Python and App Engine at the moment. I had no idea my question would generate so much work for you guys. Also, apologies for not having the time in the past week to track all

[google-appengine] Re: today is ipv6 day

2011-06-12 Thread saintthor
where is the issue tracker? i want ipv6 to cross the gfw. On Jun 9, 9:27 pm, Barry Hunter wrote: > If you really need it then you should add the suggestion to the issue > tracker - which will help see if anybody else needs it. > > What is your use case? > > Seems its a 'nice to have' but there i

[google-appengine] Cant verify my domain because i don't have a hosting plan

2011-06-12 Thread googleappenginerocks
Hi, I want to verify my domain address, but i am not able to do it because i just have domain name, do not have a hosting plan so i cant upload or edit any files. I have registered from mochahost.com and they do not provide anything if you do not have a hosting plan. Should i transfer my domain

[google-appengine] New Bulkloader vs the deprecated Loader class

2011-06-12 Thread Sylvain
Hi, I've tried to convert my "old" Loader class to the new Bulkloader. I must admit, I've failed ;) First, I've found that with the new Bulkloader, it's very easy to donwload datas. Uploading, is another story... particularly if you want to execute post functions on entities. Here is a list of

[google-appengine] Re: High replication data - Space freed after cache expiration?

2011-06-12 Thread Anders
In one of my apps I started deleting high replication data (entities stored in the datastore) and the quota started to decrease, so yes deleting entities will free up quota. The cache (memcache) is a separate function not affecting the datastore quota. Data in the datastore is stored permanently

[google-appengine] custom domains alias to a google apps domain running an app engine app

2011-06-12 Thread ddelrivero
Hi App Engine team!, I have an special requirement for my app engine app, it will be a consumer app where users will sign up and will be able to map their custom domain name (probably most of them none google apps users) to their own account inside my web app. let's say the web app's url is: www

[google-appengine] App Engine with GWT MPV pattern

2011-06-12 Thread Amir
Hi, I have started playing lately with the GWT's MPV pattern and it seems like a nice feature. For some reason the auto generated code option for MPV is not available with the eclipse plugin and one needs to download the GWT standalone tool bar app. The GAE page says that you do not need to instal

[google-appengine] Problem deploying Django app to GAE

2011-06-12 Thread Saleem
hello, i'm trying to deploying an update to my Django-based app to GAE, and the "manage.py deploy" seems to be getting stuck during the cloning phase of the update. i've uploaded one version of the app before and i followed all of the instructions at allbuttonspressed.com for how to setup the Dja

[google-appengine] High Replication Datastore move?

2011-06-12 Thread m...@myfreeweb.ru
I have an application that doesn't store any data at all. It was created before the introduction of HRD and written in Python. Now I rewrote it in Go and I want to deploy it on the same domain. And I can't, because Go requires the HRD :-( I've deployed it on another just to check that it works (I'

[google-appengine] Cant deploy App to AppEngine

2011-06-12 Thread Amir
Hi, I am having issues uploading to AppEngine even with the auto generated sample app. see log below. would appreciate some help with that one. Unable to update: java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=TestWebApp&version=1&; 400 Bad

[google-appengine] Re: how to change username for deployment in eclipse plugin

2011-06-12 Thread arjun
the plugin caches the username and password for some time like (may be a week). then prompts for the username and password wen u want to deploy again. ->try to clear the cache and try it ...when it prompts u can login with your new username and password. or ->you can copy the command show over the