yesterday, all designs are loading ok, including the one saved in Google Cloud Storage.
On Thu, Oct 31, 2013 at 2:21 PM, Tapir <tapi...@gmail.com> 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 do this, go to the Google Cloud Console, click the cloud project being used, and click the Cloud Storage service. Then open up the bucket that stores your files.
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 "Cloud Storage service" listed in the Google Cloud Console.Before the Google Cloud Console was released, I check my buckets from another url entry, but now I can't find it in google's documents.The only entry I can find in the documents is Google Cloud Console.
On Thu, Oct 31, 2013 at 11:58 PM, Tapir <tapi...@gmail.com> 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 "Cloud Storage service" listed in the Google Cloud Console.Before the Google Cloud Console was released, I check my buckets from another url entry, but now I can't find it in google's documents.The only entry I can find in the documents is Google Cloud Console.You can also look into a Cloud Storage bucket using gsutil: https://developers.google.com/storage/docs/gsutil
--
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-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.
On Thu, Oct 31, 2013 at 11:58 PM, Tapir <tapi...@gmail.com> 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 "Cloud Storage service" listed in the Google Cloud Console.Before the Google Cloud Console was released, I check my buckets from another url entry, but now I can't find it in google's documents.The only entry I can find in the documents is Google Cloud Console.You can also look into a Cloud Storage bucket using gsutil: https://developers.google.com/storage/docs/gsutil
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 separate Cloud project, and then added your app engine's service account to the 'Teams' panel for that project, so that your app engine app could access the GCS bucket.So, the first step is to reconstruct which cloud project, and which GCS bucket in that project, your app is trying to connect to.
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.
Tapir,
I think the best way to diagnose is to use the web interface: start from your cloud console (cloud.google.com/console) and look at each of your existing projects in turn. Find the one that, in its Cloud Storage (GCS) panel, lists the bucket that you're using for your app. See what's in that bucket.
(If you have recently deleted some projects, and also your app has recently started to have GCS issues, then it does sound like you might have accidentally deleted the project that included the bucket you were using. But, go through each of your existing projects and check their GCS buckets, and that will give you more definitive info).
Tapir,
I think the best way to diagnose is to use the web interface: start from your cloud console (cloud.google.com/console) and look at each of your existing projects in turn. Find the one that, in its Cloud Storage (GCS) panel, lists the bucket that you're using for your app. See what's in that bucket.
(If you have recently deleted some projects, and also your app has recently started to have GCS issues, then it does sound like you might have accidentally deleted the project that included the bucket you were using. But, go through each of your existing projects and check their GCS buckets, and that will give you more definitive info).
Tapir,
The cloud console lists not only your app engine apps, but all your Cloud projects, including projects where you'd enabled Compute Engine or other cloud services (e.g. Cloud Storage, BigQuery, Cloud SQL, etc.).So that is why I suggested you just go systematically through that listing and see if you can find your bucket. (I understand that the appengine-only entries will not have Cloud Storage enabled).A Cloud project can have multiple services enabled. So, you could have enabled Cloud Storage in the *same* project where you'd enabled Compute Engine. (And, if you delete such a project, you're deleting not just your compute engine setup, but your setup for all the services you'd enabled in that project).Because you'd set things up a while ago, before app engine apps became integrated with cloud projects, I suspect that you set up a Cloud Storage bucket in one of your other cloud projects, then gave your app engine app permission to connect with it by adding its service account to the 'team' information in the project. From the error you're getting, I suspect this may have been one of your Compute Engine-enabled projects, that you've now deleted.
Tapir,
The cloud console lists not only your app engine apps, but all your Cloud projects, including projects where you'd enabled Compute Engine or other cloud services (e.g. Cloud Storage, BigQuery, Cloud SQL, etc.).So that is why I suggested you just go systematically through that listing and see if you can find your bucket. (I understand that the appengine-only entries will not have Cloud Storage enabled).A Cloud project can have multiple services enabled. So, you could have enabled Cloud Storage in the *same* project where you'd enabled Compute Engine. (And, if you delete such a project, you're deleting not just your compute engine setup, but your setup for all the services you'd enabled in that project).Because you'd set things up a while ago, before app engine apps became integrated with cloud projects, I suspect that you set up a Cloud Storage bucket in one of your other cloud projects, then gave your app engine app permission to connect with it by adding its service account to the 'team' information in the project. From the error you're getting, I suspect this may have been one of your Compute Engine-enabled projects, that you've now deleted.
On Friday, November 1, 2013 5:14:50 PM UTC+8, Amy Unruh wrote:Tapir,The cloud console lists not only your app engine apps, but all your Cloud projects, including projects where you'd enabled Compute Engine or other cloud services (e.g. Cloud Storage, BigQuery, Cloud SQL, etc.).So that is why I suggested you just go systematically through that listing and see if you can find your bucket. (I understand that the appengine-only entries will not have Cloud Storage enabled).A Cloud project can have multiple services enabled. So, you could have enabled Cloud Storage in the *same* project where you'd enabled Compute Engine. (And, if you delete such a project, you're deleting not just your compute engine setup, but your setup for all the services you'd enabled in that project).Because you'd set things up a while ago, before app engine apps became integrated with cloud projects, I suspect that you set up a Cloud Storage bucket in one of your other cloud projects, then gave your app engine app permission to connect with it by adding its service account to the 'team' information in the project. From the error you're getting, I suspect this may have been one of your Compute Engine-enabled projects, that you've now deleted.I can confirm:1. I have never connected Cloud Storage with any compute engine type projects. I only ever connected it to one my app engine style project. (100% for sure)2. before yesterday, the app engine project run well, which means the Cloud Storage connects with the app engine project for sure.
Ha Brian,just received your email and notice you can googler.
--
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/YxsTLbi55JI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.