[google-appengine] Re: DataStore over quota with both billing and datastore API enabled

2015-03-23 Thread Stefano Baldo
Oh, and of course I am not over quota :-)

On Monday, March 23, 2015 at 10:47:39 AM UTC-3, Stefano Baldo wrote:

 I'm getting the following error when trying to put data:

 *Sorry, unexpected error: The API call datastore_v3.Put() required more 
 quota than is available*

 The problem is that I have both billing and Google Cloud Datastore API 
 enabled. What am I doing wrong?

 Project Number: 581107955325
 Project Number: 353918374538


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e03ec240-c857-4518-8270-47bebfe69922%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: DataStore over quota with both billing and datastore API enabled

2015-03-23 Thread Stefano Baldo
Oh, and of course I am not over quota :-)

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/86b2cc3e-b3ba-4853-b0a7-1828c841e8c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google App Engine Task Queue: googleapi: Error 500: Backend Error

2015-03-23 Thread Eric G
Hey, thanks for this Frank(s)!  Solved my problem too. I'm submitting a 
feedback request to Google's documentation on this.

One other thing I had to do was make sure my project in the URL was 
prefixed with s~, as suggested in responses to the SO question here:
http://stackoverflow.com/questions/20052778/google-app-engine-task-queue-googleapi-error-500-backend-error?rq=1

Eric

On Tuesday, August 26, 2014 at 8:47:50 PM UTC-4, Frank Ren wrote:

 Hi

 Did you solve your problem?

 I got the same problem... Just solved it by supplying to request body a 
 property, queueName, which is not documented.

 Frank, yet another :)

 On Tuesday, November 19, 2013 12:49:00 AM UTC+8, Frank Blechschmidt wrote:

 Hey :)

 I've defined a pull queue for my app engine application and want to fill 
 it from outside via the REST api. Unfortunately it doesn't work, I always 
 get an error 500: backend error. Even if I try to fill it with the api 
 explorer from thedocumentation.

 https://developers.google.com/appengine/docs/go/taskqueue/rest/tasks/insert

 It responses:

 500 Internal Server Error
 - Show headers -
 {
  error: {
   errors: [
{
 domain: global,
 reason: backendError,
 message: Backend Error
}
   ],
   code: 500,
   message: Backend Error
  }}

 Any idea how to solve it?

 Best regards Frank



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d0ef1c70-51be-4ee9-ab98-4d67e9775deb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] ThreadPool Executor not executing threads in GAE

2015-03-23 Thread Devesh Srivastava


I am trying to use executor framework in Google App engine. Bellow is the 
code that I am trying to run.

Thread thread = ThreadManager.createBackgroundThread(new Runnable(){
public void run(){
  try{
  LOGGER.info( Checking background thread);   
 
  Thread.sleep(10);
  }
  catch (InterruptedException ex){
   throw new 
RuntimeException(Exception:, ex);
  }
 }
});ScheduledThreadPoolExecutor executor = 
(ScheduledThreadPoolExecutor) Executors.newScheduledThreadPool(10, 
ThreadManager.backgroundThreadFactory());
executor.scheduleAtFixedRate(thread, 0, 30, TimeUnit.MINUTES);

But this doesn't start the thread. But if I use *thread.start()* it works 
properly. I have checkedWhitelisted Classes 
https://cloud.google.com/appengine/docs/java/jrewhitelist and it does 
provide Executor classes. So where I am doing it wrong ?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2aabf978-76be-4ed0-8490-4359ed47685f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] DataStore over quota with both billing and datastore API enabled

2015-03-23 Thread Stefano Baldo
I'm getting the following error when trying to put data:

*Sorry, unexpected error: The API call datastore_v3.Put() required more 
quota than is available*

The problem is that I have both billing and Google Cloud Datastore API 
enabled. What am I doing wrong?

Project Number: 581107955325
Project Number: 353918374538

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8ee49856-eca4-48b6-ae9d-28db45b2ad46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google Cloud Storage caching files despite disabling cache

2015-03-23 Thread Paul Canning
enable_cache has nothing to do with the Cache-Control headers

I get this. I fully understand they are two different things.

Again, I tried setting both, first one, then the other, then both. In all 
cases my objects were being cached.

On Sunday, March 22, 2015 at 2:42:15 AM UTC, Stuart Langley wrote:

 As Mars mentioned, enable_cache has nothing to do with the Cache-Control 
 headers that are used when serving objects from Google Cloud Storage.

 If controls the read-through cache that is used internally inside of app 
 engine.

 On Saturday, 21 March 2015 14:41:57 UTC-7, Paul Canning wrote:

 Again I understand, but it was still caching with it set to false



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d937b6d0-7ea0-49e2-b511-0ce63d793a5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: DataStore over quota with both billing and datastore API enabled

2015-03-23 Thread 'Josh Moore' via Google App Engine
Check your Daily Budget on the Developers Console (Compute  App Engine 
Settings); if it is set to zero, set it to a non-zero value.

On Mon, Mar 23, 2015 at 8:00 AM, Stefano Baldo stefano.ba...@i-value.com.br
 wrote:

 Oh, and of course I am not over quota :-)

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/86b2cc3e-b3ba-4853-b0a7-1828c841e8c8%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/86b2cc3e-b3ba-4853-b0a7-1828c841e8c8%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




-- 

Josh Moore | Cloud Solutions Engineer | joshu...@google.com |

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAOvpJmVM-EZUgPGggj8ziYvP%3DmfgDQjMy-NgoUZzHFL--ohzLg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Cloud Billing is enabled but isn't propogated to App Engine project

2015-03-23 Thread Rasmus Vernhamn
I disabled billing and enabled it again and it seems to work now. It's 
worth noting that I had already tried doing this 2-3 times before without 
success!

Den måndag 23 mars 2015 kl. 10:14:51 UTC+1 skrev Rasmus Vernhamn:

 Hey Vinny,

 It is active, it says:

 --
 Cloud Integration

 Create a Google Cloud project as well as a Google Cloud Storage bucket and 
 a new style service account for this application. Learn more 
 https://developers.google.com/appengine/kb/general#cloudintegration

 The project was created successfully. See the Basics section for more 
 details.

 ---

 Den måndag 23 mars 2015 kl. 07:40:18 UTC+1 skrev Vinny P:


 Hi Rasmus,

 Can you check that Cloud Integration is active? Go to the App Engine 
 console at appspot.com, click on the relevant application ID, click on 
 Application Settings (under the Admin header on the left side navigation 
 bar), then scroll all the way down until you hit the Cloud Integration 
 setting. Click the Create button if it exists: http://imgur.com/qpEs2ju
  
  
 -
 -Vinny P
 Technology  Media Consultant
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com
  
  

 On Fri, Mar 20, 2015 at 1:43 PM, Rasmus Vernhamn why...@gmail.com 
 wrote:

 Thank you, but the option isn't available. It seems the Cloud Project 
 doesn't recognize that this is an App Engine project somehow. See 
 screenshots below:

 Screenshot of the URL you linked: http://snag.gy/swskP.jpg
 Screenshot of Billing  Settings for *faulty *app: 
 http://snag.gy/qFuZR.jpg
 Screenshot of Billing  Settings for *working *app: 
 http://snag.gy/3RrJL.jpg

 In the last screenshot you can see that I'm missing a crucial part of 
 the page for some reason, for the project st-app.




  



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ebc8b20a-b047-4e64-bab3-fde5d4f7e10b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Cloud Billing is enabled but isn't propogated to App Engine project

2015-03-23 Thread Rasmus Vernhamn
Hey Vinny,

It is active, it says:

--
Cloud Integration

Create a Google Cloud project as well as a Google Cloud Storage bucket and 
a new style service account for this application. Learn more 
https://developers.google.com/appengine/kb/general#cloudintegration

The project was created successfully. See the Basics section for more 
details.

---

Den måndag 23 mars 2015 kl. 07:40:18 UTC+1 skrev Vinny P:


 Hi Rasmus,

 Can you check that Cloud Integration is active? Go to the App Engine 
 console at appspot.com, click on the relevant application ID, click on 
 Application Settings (under the Admin header on the left side navigation 
 bar), then scroll all the way down until you hit the Cloud Integration 
 setting. Click the Create button if it exists: http://imgur.com/qpEs2ju
  
  
 -
 -Vinny P
 Technology  Media Consultant
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com
  
  

 On Fri, Mar 20, 2015 at 1:43 PM, Rasmus Vernhamn why...@gmail.com 
 javascript: wrote:

 Thank you, but the option isn't available. It seems the Cloud Project 
 doesn't recognize that this is an App Engine project somehow. See 
 screenshots below:

 Screenshot of the URL you linked: http://snag.gy/swskP.jpg
 Screenshot of Billing  Settings for *faulty *app: 
 http://snag.gy/qFuZR.jpg
 Screenshot of Billing  Settings for *working *app: 
 http://snag.gy/3RrJL.jpg

 In the last screenshot you can see that I'm missing a crucial part of the 
 page for some reason, for the project st-app.




  


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/244e4327-ea20-44e8-88e9-db18022ba544%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] gae is setup to authenticate by google accounts but some google accounts will not authenticate

2015-03-23 Thread Vinny P
Hello,

Can you go to appspot.com, click on your application ID, then go to the
Application Settings page (the link is on the left hand side). Which option
is the Authentication Type dropdown set to? The options look like this:
http://imgur.com/ExLffeJ


-
-Vinny P
Technology  Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com



On Thu, Mar 19, 2015 at 1:43 AM, arex ar...@alpineconnectivity.com wrote:

 weird problem.
 We're using gae php for a simple web app and configured it to use the
 google account authentication options.
 We've had 4 users successfully authenticating to an using the app for some
 time.
 These users all happen to be using email addresses from the same google
 apps domain.
 Recently invited some users who have google accounts in in diff google
 apps domain or just plain gmail addresses to use the app.
 They cannot authenticate.
 They get redirected to choose a google account to authenticate with.
 When they do so, instead of being granted access, they are redirected back
 to the login page.
 Cannot figure out why this is happening.
 It works fine for the 4 of us that have been using the app for some time.
 I've looked all over the console and throughout the source code of the app
 and I can't see anything that might be responsible for this problem.
 Any ideas?


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALCLC2X6iQu-2T77DjJ5iuRJCq-Ew%2BF3ixZztuzsuTFFhw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Getting lot of InternalError on Datastore Operations

2015-03-23 Thread Vinny P
On Fri, Mar 20, 2015 at 7:31 AM, Muhammad Taiyab m.tai...@carameltec.com
 wrote:

 I am getting lot of InternalError on datastore get/put operations.

 Here is an exception trace.

 50.134.226.108 - - [20/Mar/2015:05:12:04 -0700] GET 
 /profile?version=2.11deviceOs=02_AND HTTP/1.1 500 1113 - Blades RPG 
 (gzip) bob-live.appspot.com ms=2416 cpu_ms=257 cpm_usd=0.000124 
 app_engine_release=1.9.18 instance=00c61b117c3d24569be886499b98d02451a93e
 W 2015-03-20 17:12:04.916
 suspended generator run_to_queue(query.py:938) raised InternalError(internal 
 error.)




Hi,

Can you  post an AppStats (
https://cloud.google.com/appengine/docs/java/tools/appstats) profile of a
successful version of this request? Also, can you discuss the datastore
operations that take place before and during this error (for instance,
using batch calls or one-entity calls, the size of the entities. etc)?



-
-Vinny P
Technology  Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALBKa9kffpfKvdde5oUBqzU%3DxDPSt%2B-A4L9FBPhEx9NxYA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Cloud Billing is enabled but isn't propogated to App Engine project

2015-03-23 Thread Vinny P
Hi Rasmus,

Can you check that Cloud Integration is active? Go to the App Engine
console at appspot.com, click on the relevant application ID, click on
Application Settings (under the Admin header on the left side navigation
bar), then scroll all the way down until you hit the Cloud Integration
setting. Click the Create button if it exists: http://imgur.com/qpEs2ju


-
-Vinny P
Technology  Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com



On Fri, Mar 20, 2015 at 1:43 PM, Rasmus Vernhamn why...@gmail.com wrote:

 Thank you, but the option isn't available. It seems the Cloud Project
 doesn't recognize that this is an App Engine project somehow. See
 screenshots below:

 Screenshot of the URL you linked: http://snag.gy/swskP.jpg
 Screenshot of Billing  Settings for *faulty *app:
 http://snag.gy/qFuZR.jpg
 Screenshot of Billing  Settings for *working *app:
 http://snag.gy/3RrJL.jpg

 In the last screenshot you can see that I'm missing a crucial part of the
 page for some reason, for the project st-app.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALBnGUj%3DqfJnpALTftSxYmZD%2Br0mO3zFbTLF6u2W14B3mg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Unable to use gsutil despite doing authentication steps

2015-03-23 Thread Vinny P
Hi Paul,

After you authenticate, can you look in gsutil's config file and see if any
changes were made? If you move the configuration file setting, does it
start to work? Here's how to locate the config file:
https://cloud.google.com/storage/docs/gsutil/commands/config#configuration-file-selection-procedure



-
-Vinny P
Technology  Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com



On Fri, Mar 20, 2015 at 7:08 AM, Paul Canning p...@drawandcode.com wrote:

 As per the title, I am unable to use gsutil CLI despite running gcloud
 auth login and trying gsutil config

 It seems to let me authenticate, but when I try to run a command such as
 gsutil ls I get:

 You are attempting to access protected data with no configured
 credentials. Please visit https://cloud.google.com/console#/project
 and sign up for an account, and then run the gcloud auth login
 command to configure gsutil to use these credentials.


 But these steps I've already done.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALDkG_OA511gA6WJgUo9qM3T_%2BPiUvEiYLHFerxyzj4qzA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Unable to use gsutil despite doing authentication steps

2015-03-23 Thread Paul Canning
Turns out it was due to a current bug where you can't run it from any
driver other then C:
On 23 Mar 2015 06:40, Vinny P vinny...@gmail.com wrote:

 Hi Paul,

 After you authenticate, can you look in gsutil's config file and see if
 any changes were made? If you move the configuration file setting, does it
 start to work? Here's how to locate the config file:
 https://cloud.google.com/storage/docs/gsutil/commands/config#configuration-file-selection-procedure



 -
 -Vinny P
 Technology  Media Consultant
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com



 On Fri, Mar 20, 2015 at 7:08 AM, Paul Canning p...@drawandcode.com
 wrote:

 As per the title, I am unable to use gsutil CLI despite running gcloud
 auth login and trying gsutil config

 It seems to let me authenticate, but when I try to run a command such as
 gsutil ls I get:

 You are attempting to access protected data with no configured
 credentials. Please visit https://cloud.google.com/console#/project
 and sign up for an account, and then run the gcloud auth login
 command to configure gsutil to use these credentials.


 But these steps I've already done.





 --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/0a_opNjZ5ZY/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CALSvALDkG_OA511gA6WJgUo9qM3T_%2BPiUvEiYLHFerxyzj4qzA%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CALSvALDkG_OA511gA6WJgUo9qM3T_%2BPiUvEiYLHFerxyzj4qzA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAH%2B40aNV5mqa9R_bbTGh3r3FLSydiNpJ7%3D-sFcENV0fGKs%3D_Xg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain DNS setup changed, probably

2015-03-23 Thread Adam
This domain is hosted on Google's Cloud DNS?

On Sunday, March 22, 2015 at 3:59:33 PM UTC-4, Kaan Soral wrote:

 I have a domain/app that's 3-4 years old, I didn't make any modifications 
 recently

 This was one of the domains that experienced the whois privacy violation, 
 I also received a $10 courtesy credit recently

 I've noticed today that my naked domain isn't accessible, I remember 
 setting up the DNS/Domain to handle the naked domain, yet when I look at 
 the ruleset now, the solution I applied isn't there (I even forgot what it 
 was, it was a long time ago)

 Anyone else experiencing a similar issue?

 Basically, my naked domain was working, now it isn't


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e6702c29-718d-4c44-a7c6-9c1c30f539d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.