Re: [google-appengine] Re: Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Tapir
> > BTW, on the "Billing" page of the API console, it says "Billing is * > enabled* for all active". > > So I'm sure I have ever enabled billing for the Google Cloud Storage > service. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

Re: [google-appengine] Re: Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Tapir
It is very strange! When I click the "Team" link in API console, the browser will open the "Permission" page of my another newly created Compute Engine project, not the old app engine project I ever connected with the Cloud Storage service. -- You received this message because you are subscrib

Re: [google-appengine] Re: Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Tapir
On Friday, November 1, 2013 2:19:19 PM UTC+8, Amy Unruh wrote: > > Tapir, > > From your description, I am guessing that your app engine app was created > a while ago, and doesn't have an integrated cloud console project > automatically associated with it. > This means that when you set up you

Re: [google-appengine] Re: Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Tapir
On Friday, November 1, 2013 1:56:03 PM UTC+8, Vinny P wrote: > > On Thu, Oct 31, 2013 at 11:58 PM, Tapir > > wrote: > >> There is no "Cloud Storage service" listed in the Google Cloud Console >> for my this project. This project was created before the Google Cloud >> Console was released. >> A

Re: [google-appengine] Re: Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Amy Unruh
Tapir, >From your description, I am guessing that your app engine app was created a while ago, and doesn't have an integrated cloud console project automatically associated with it. This means that when you set up your use of Cloud Storage (GCS) for your app, you likely would have created a separa

Re: [google-appengine] Re: Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Tapir
On Friday, November 1, 2013 1:56:03 PM UTC+8, Vinny P wrote: > > On Thu, Oct 31, 2013 at 11:58 PM, Tapir > > wrote: > >> There is no "Cloud Storage service" listed in the Google Cloud Console >> for my this project. This project was created before the Google Cloud >> Console was released. >> A

Re: [google-appengine] Re: Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Vinny P
On Thu, Oct 31, 2013 at 11:58 PM, Tapir wrote: > There is no "Cloud Storage service" listed in the Google Cloud Console for > my this project. This project was created before the Google Cloud Console > was released. > All my projects created before the Google Cloud Console was released have > no

[google-appengine] Urgent! (to googlers).

2013-10-31 Thread Tapir
Please see this: https://groups.google.com/forum/#!msg/google-appengine/YxsTLbi55JI/NpP3v4a51y0J Thanks. -- 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 go

Re: [google-appengine] Re: Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Tapir
On Friday, November 1, 2013 12:58:46 PM UTC+8, Tapir wrote: > > > > On Friday, November 1, 2013 9:01:15 AM UTC+8, Vinny P wrote: >> >> On Thu, Oct 31, 2013 at 2:21 PM, Tapir wrote: >> >>> yesterday, all designs are loading ok, including the one saved in >>> Google Cloud Storage. >>> >>> >> >>

Re: [google-appengine] Re: Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Tapir
On Friday, November 1, 2013 9:01:15 AM UTC+8, Vinny P wrote: > > On Thu, Oct 31, 2013 at 2:21 PM, Tapir > > wrote: > >> yesterday, all designs are loading ok, including the one saved in >> Google Cloud Storage. >> >> > > Can you look into the Cloud Storage bucket and confirm that the files are

Re: [google-appengine] Any plan to allow a quick way to drop an entire search index?

2013-10-31 Thread husayt
Here is what we use: public static void removeAllIndex(Index idx) { try { while (true) { List docIds = Lists.newArrayList(); // Return a set of document IDs. GetRequest request = GetRequest.newBuilder().setReturningIdsOnly(true

Re: [google-appengine] Re: Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Vinny P
On Thu, Oct 31, 2013 at 2:21 PM, Tapir wrote: > yesterday, all designs are loading ok, including the one saved in > Google Cloud Storage. > > Can you look into the Cloud Storage bucket and confirm that the files are still there, and the bucket/files have the correct permissions configured? To d

Re: [google-appengine] OAuth, API Console and Google Contacts issues

2013-10-31 Thread Vinny P
Regarding the 401 Client error, that usually indicates that the request is incorrectly formatted (the wrong URL, improper access information). Unfortunately, there are so many variables at play (authentication, permissions, etc) that it's difficult to pin down an exact cause. Try using the OAuth Pl

[google-appengine] Re: Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Tapir
yesterday, all designs are loading ok, including the one saved in Google Cloud Storage. On Friday, November 1, 2013 3:20:19 AM UTC+8, Tapir wrote: > > Now, on my website, new designs saved in Google Cloud Storage are all > loading failed, but the old designs saved in bigtable are still ok. > ht

[google-appengine] Is Google Cloud Storage Java API broken now?

2013-10-31 Thread Tapir
Now, on my website, new designs saved in Google Cloud Storage are all loading failed, but the old designs saved in bigtable are still ok. http://www.phyard.com/profile/Tapir/designs But the document https://developers.google.com/appengine/docs/java/googlestorage/ doesn't confirm this. And Googl

[google-appengine] No more warmup requests!

2013-10-31 Thread Stefano Ciccarelli
In the last 24 hour I had no more warmup requests and *all* (I want to repeat *ALL*) the loading requests are user requests. What happened? -- Stefano -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

Re: [google-appengine] Re: Google-branded 503 error screens?

2013-10-31 Thread Jason Collins
https://code.google.com/p/googleappengine/issues/detail?id=10216 On Thursday, 31 October 2013 10:07:17 UTC-6, Vinny P wrote: > > On Wed, Oct 30, 2013 at 7:40 PM, Jason Collins > > > wrote: > >> I don't want _any_ branding. I realize that I won't be able to project my >> application branding th

Re: [google-appengine] OAuth, API Console and Google Contacts issues

2013-10-31 Thread Sérgio Silva
Hi Vinny! Thanks for your help. Inline On Thursday, October 31, 2013 3:51:36 PM UTC, Vinny P wrote: > > On Thu, Oct 31, 2013 at 8:32 AM, Sérgio Silva > > > wrote: > >> So here starts my problems: >> 1 - My Google Cloud Console lists the AppEngine App project. however I >> can't add an API pro

Re: [google-appengine] Re: Google-branded 503 error screens?

2013-10-31 Thread Vinny P
On Wed, Oct 30, 2013 at 7:40 PM, Jason Collins wrote: > I don't want _any_ branding. I realize that I won't be able to project my > application branding through the layers, but I want Google to replace their > branded error screen with a brandless, black-on-white-text error screen. > If you fi

Re: [google-appengine] OAuth, API Console and Google Contacts issues

2013-10-31 Thread Vinny P
On Thu, Oct 31, 2013 at 8:32 AM, Sérgio Silva wrote: > So here starts my problems: > 1 - My Google Cloud Console lists the AppEngine App project. however I > can't add an API project to it. I can create a new API project but I can't > seem to link it to the existing App. I'd like that the API u

[google-appengine] OAuth, API Console and Google Contacts issues

2013-10-31 Thread Sérgio Silva
My app is using Google Contacts API to access user contacts. I'm using the gdata library to access it and OpenID+OAuth1 to login and request authorisation. Google recently made some changes and now states: Warning: Due to enhanced securit

[google-appengine] Web site overload at http://www.HealthCare.gov?

2013-10-31 Thread Ian Marshall
Hello to all you Americans, I am hearing about teething problems for the new US federal health insurance market place (at http://www.HealthCare.gov) for states that have not set up their own, including that the web site has problems handling the volume of traffic. Can I take it that this web s

[google-appengine] Re: Google-branded 503 error screens?

2013-10-31 Thread timh
I was replying to Kaan, however I think you will be out of luck if you want google to replace the front end infrastructure branding - which has nothing to do with appengine and probably there is no facility to do what you ask. Though it's worth a try ;-) T On Thursday, October 31, 2013 8:40:0