We had a small stumble with Google Cloud Storage too, recently, but not calling from App Engine but from Compute. We tried to make a call to it but it returned that we were over quota on our first call. We could upload files from the web interface, so we were confused. Turns out that the JSON version of the API we were using is v1/experimental, and they start you off at 0 quota!
Something to keep in mind if you are using the Cloud Storage from outside of app engine and you turn on that "Google Cloud Storage" service in the console and then you turn on that "Google Cloud Storage JSON API" service right below it. Rock on, Hardwick We put in a request for quota and will wait a week (requesting more quota can take up to a week to be reviewed/approved...and make sure you give formulaic reasons behind the numbers you request). If we don't get approved, we'll do the XML approach. On Friday, August 30, 2013 2:27:07 AM UTC-4, Denis Sigov wrote: > > Vinny, > > Ultimately, as you adviced, I went to APIs console, selected my project > (created by integrating GAE app), and switched to ON Cloud Storage (it was > OFF). Now Cloud Storage buckets are creating fine. > > Answers for your questions: > >> When you tried another project, was that a project created by the "New >> Project" button on the Google Cloud Console, or by integrating an App >> Engine application into the console? > > By "New Project" button from Cloud Console. Now, I've tried to enable > billing for that project and everything works fine. > > Can you try this: Go to the cloud console and create a new project. Set up >> billing on that project. Then go to Cloud Storage and try to set up a >> bucket. > > Done. New project with billing enabled works fine. > > Thanks a lot for your help! > > Den > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
