Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-08 Thread jon
I will migrate to GCS if: * All conditions stated by Chris Ramsdale are met * It is fully compatible with Blobstore's dynamic resize feature (eg the =s parameter still works) * It allows for a file upload (especially from mobile apps) to be completed in one HTTP request * It sets far future expir

[google-appengine] [Java] PutException: Failed to complete in the allocated time 4492ms

2013-06-08 Thread stephanos
Hi, I just found this error in my logs: java.util.concurrent.ExecutionException: com.google.appengine.api.search.PutException: Failed to complete in the allocated time 4492ms at com.google.appengine.api.utils.FutureWrapper.setExceptionResult(FutureWrapper.java:63) at com.goo

[google-appengine] Re: Why is only one of my instances taking all the traffic?

2013-06-08 Thread Vinny P
Hello Andrew, Here's a App Engine Groups discussion that is very similar to your question (I posted a detailed and cited comment in the replies): https://groups.google.com/forum/?fromgroups#!topic/google-appengine/5KRMpQ-9UQc The short version is, what you're seeing is intended behavior. The i

Re: [google-appengine] Re: Huge increase in datastore reads - hit $1,000 a day

2013-06-08 Thread Jeff Schnitzer
The more I think about this, the more I think the fundamental problem is the aggressive retry schedule on the task queue. This is really easy to fix in your own app. With the exception of the task queue, it seems like every GAE expense grows proportionally with user traffic. However, one coding er

[google-appengine] Re: server side vs client side

2013-06-08 Thread Vinny P
On Thursday, June 6, 2013 3:06:58 PM UTC-5, LC wrote: > > Well, my question is quite general... So, I want to write a web app that > every time the user clicks on a button it connects to 5 or 6 other > websites, reads 2 or 3 pages from each one, does some processing on the > data read from thes

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-08 Thread Jeff Schnitzer
On Fri, Jun 7, 2013 at 11:04 PM, Chris Ramsdale wrote: > hey Chris, et al.-- > > a bunch of great feedback that we'll continue to address. in regards to > timeline, we have no plans of decommissioning this API before end of year. > that said, assuming the following: > >- App Engine <=> Google

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-08 Thread Vinny P
Hi Chris, thanks for stopping by. *My need: Better libraries.* What I liked about the Files API (and particularly in regards to the Blobstore) is that it made writing files so unbelievably easy. For example, in Java all I needed to do was get an instance of FileService, then I could write and

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-08 Thread Alex Burgel
On Saturday, June 8, 2013 2:04:23 AM UTC-4, Chris Ramsdale wrote: > what would keep you from migrating over to a Cloud Storage-based solution? > 1. Its a bit of a pain to get set up with cloud storage, especially all the service name account and permissions stuff. Blobstore is nice because it j

[google-appengine] Re: App Engine to Calendar Authentication

2013-06-08 Thread Vinny P
On Thursday, June 6, 2013 2:29:32 AM UTC-5, James Gralton wrote: > This was a direct export from the API Access project using the 'Download > JSON' option. When I deploy my app engine application I get an error: > Error: redirect_uri_mismatch > The redirect URI in the request: http://myapp.appspo

[google-appengine] Re: Noobie: Sharing a collection of in-memory objects between instances.

2013-06-08 Thread Vinny P
On Thursday, June 6, 2013 4:27:59 AM UTC-5 wrote: > > My app is using a in-memory list that is accessed very often by font-end > clients, my solution before was to use a static list. After gaining more > info on GAE I know now that this wont be good because each instance would > have it's own l

Re: [google-appengine] Re: Deploy issues

2013-06-08 Thread Vinny P
Chris, I can +1 this as well. I was experiencing occasional difficulties with uploading my Go application this past week. The problem came and went; one minute I was unable to upload my app, the next minute the very same upload succeeded. All's fine now though. - -Vinny P Tec

Re: [google-appengine] App Engine to Calendar Authentication

2013-06-08 Thread Google Tasks Backup Moderator
Hi James, As pointed out by someone else earlier, the redirect URI needs to be https. Also, if you are using Python, I've found the easiest method to implement Oauth2 is to use the Oauth2Decorator supplied by Google. See https://developers.google.com/api-client-library/python/guide/google_app_eng

Re: [google-appengine] Error: Server Error The server encountered an error and could not complete your request.

2013-06-08 Thread Google Tasks Backup Moderator
Check the logs for your application at https://appengine.google.com/ The logs should give you some indication as to where the error is. On 8 June 2013 17:12, Peter Odhiambo wrote: > I really can't figured how to solve this error. every time i try to run my > app i get the error > Error: Server

[google-appengine] I have old app without any data saved in datastore, can I change its datastire type to HRD directly without migrating it to another app?

2013-06-08 Thread Tapir
-- 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@googlegr

[google-appengine] Error: Server Error The server encountered an error and could not complete your request.

2013-06-08 Thread Peter Odhiambo
I really can't figured how to solve this error. every time i try to run my app i get the error Error: Server ErrorThe server encountered an error and could not complete your request. If the problem persists, please report your problem and mentio