[google-appengine] Re: gae urlfetch down

2013-07-28 Thread pdknsk
I can confirm. I had two types of errors. DeadlineExceededError: The API call urlfetch.Fetch() took too long to respond and was cancelled. DownloadError: Unable to fetch URL: http:// -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsu

[google-appengine] Re: gae urlfetch down

2013-07-28 Thread ARay Chen
url fetch on my apps seems to be abnormal as well. (12 hours ago was fine on mine but now is out of function.) Precisely for me, url fetch function is unstable for days. In many days ago, url fetch happened broken occasionally on my apps. Now seems becomes more critical. Adam Sah於 2013年7月28日星

[google-appengine] Re: Adding Custom Domain fails with "Invalid Request"

2013-07-28 Thread wim claeys
+1 I'm having the same problem. 1. Application Settings -> Add Domain ... 2. Provide domain and click on 'Add Domain ...' 3 Provide credentials 4. "invalid request" Op vrijdag 26 juli 2013 09:45:22 UTC+2 schreef Ryan Swart het volgende: > > I've been trying to add a custom domain to my app for t

Re: [google-appengine] GAE/J - Completely lost on migrating from Files API to GCS Client Library

2013-07-28 Thread alex
I think one could create their own "magic button" with just a couple piplines/mapreduces. Here's a sample I just did: https://github.com/crhym3/bs2gcs (though it's for python27) On Friday, July 26, 2013 12:35:40 AM UTC+2, Gilberto Torrezan Filho wrote: > > Hi Vinny P, > > Thank you for your re

[google-appengine] Android and Cloud Endpoints

2013-07-28 Thread Francois Masurel
Hi everybody, I can't understand why my endpoint works perfectly fine in Google APIs Explorer and not on Android. https://developers.google.com/apis-explorer/?base=https://prncts.appspot.com/_ah/api#p/contents/v1.0.30/contents.pronoCitiesContentsEndpoint.getContent?id=aghzfnBybmN0c3IJCxIBZBjpgQI

[google-appengine] Will the Datastore Admin Delete Backup feature delete Cloud Storage files someday?

2013-07-28 Thread Jason Collins
Currently, deleting backups stored in Cloud Storage via Datastore Admin tool does not actually delete the actual backup files (only Blobstore stored backup files). Will this be addressed soon? Or is the new Object Lifecycle Management feature of Cloud Storage the more appropriate way to manage

Re: [google-appengine] GAE/J - Completely lost on migrating from Files API to GCS Client Library

2013-07-28 Thread Kaan Soral
Nice project but I think the hardest part would be to refactor url references, an url might be used in thousands of PickleProperties etc. I don't know whether image urls keep serving after deleting a blob, however If I were to refactor any data, I would keep the old blobs for simplicity If the

[google-appengine] Re: Android and Cloud Endpoints

2013-07-28 Thread Francois Masurel
FYI a method without parameter works fine on Android even with authentication but doesn't work if I add one string parameter. Both work without problem on Google APIs Explorer. An idea anyone ? On Sunday, July 28, 2013 3:21:53 PM UTC+2, Francois Masurel wrote: > > Hi everybody, > > I can't und

[google-appengine] Re: Android and Cloud Endpoints

2013-07-28 Thread Francois Masurel
Tried to set an @ApiMethod name without success : New APIs Explorer address : https://developers.google.com/apis-explorer/?base=https://prncts.appspot.com/_ah/api#p/pronocities/v1.0.1/pronocities.content.get?id=aghzfnBybmN0c3IJCxIBZBj5zAMM&_h=1&; On Sunday, July 28, 2013 6:54:38 PM UTC+2, Franc

[google-appengine] Re: Adding Custom Domain fails with "Invalid Request"

2013-07-28 Thread Aleksei Rovenski
I had this problem recently. The only way i managed to add custom domain was by creating a new google apps account. If i'm adding new domain to my old apps account, it is not primary and i get the behaviour you described. This sucks as it means you have to pay for new apps account each time you

[google-appengine] Re: How do I redirect from https://example.com to https://www.example.com

2013-07-28 Thread James Mortensen
The easiest way is in your response, just redirect via JavaScript: window.location = "https://example.com";; But that's sort of sloppy and doesn't return 301 response codes to tell search engines to update their links. If it's not a website indexed by Google then this probably won't matter and

[google-appengine] IMAP using OAuth2 on App Engine

2013-07-28 Thread Glen Whitaker
I'm trying to implement a service on App Engine that interacts with an Gmail account using OAuth2, Java 7 and App Engine SDK 1.8.2. The problem being encountered is via the use of sample code provided by https://code.google.com/p/google-mail-oauth2-tools/wiki/JavaSampleCode the Security provide

Re: [google-appengine] Re: como hacer formularios en app engine y python, ademas usar una base de datos para almacenarlos

2013-07-28 Thread Moises Belchin
Hi Vinny, The translation is fine ! :D Saludos. Saludos. Moisés Belchín. 2013/7/26 Vinny P > On Friday, July 26, 2013 11:39:10 AM UTC-5, jose martinez wrote: > >> como hacer formularios en app engine y python, ademas usar una base de >> datos para almacenarlos > > > > I don't speak Spanish,

Re: [google-appengine] IMAP using OAuth2 on App Engine

2013-07-28 Thread Vinny P
On Sun, Jul 28, 2013 at 6:07 PM, Glen Whitaker wrote: > I'm trying to implement a service on App Engine that interacts with an > Gmail account using OAuth2, Java 7 and App Engine SDK 1.8.2. The problem > being encountered is via the use of sample code provided by > https://code.google.com/p/google