How is listbucket not capable of listing files in your bucket ? https://developers.google.com/appengine/docs/python/googlecloudstorageclient/functions#listbucket
GCS works like S3, these are all read, write only and delete. Neither support append to a particular file. On Thursday, January 9, 2014 6:30:30 AM UTC+8, [email protected] wrote: > > The latest one killing me is the Google Cloud Storage client API. You can > write to a file (write only, not append), but there is no API to list or > search the files in your bucket. > > I don't understand how an API to store data ala a file system approach > would be produced without that. Really don't understand why you'd release > the API without it. > > (Yes, you can use the RESTful URL's and fiddle around to achieve the > purpose. I consider that a hack if you've chosen to use the GCS client API). > > > On Wednesday, December 4, 2013 5:59:31 AM UTC+11, kingofrockinsf wrote: >> >> >> Despite what Google claims ,you are not going to get an app up and >> running quickly on App Engine. >> >> Other than the crappy guestbook example ,the Java examples for app engine >> are missing a lot of explanation. >> >> I have been trying for two days to get the Tic Tac Toe (Java) example >> working . >> >> It took a long time to figure out how to see the API working as a test. >> The only part of it that works is when you manually put in a display >> board call in appspot API explorer. >> >> It still doesn't work when you try to access it as a normal web page >> directly from eclipse . >> >> The OAuth part of it is a joke . >> Even if you are already logged in to gmail and have the email address >> listed under permis(sions ,the authentication fails and it doesn't let you >> retry authentication. The Auth page only appears the first time you try it. >> >> For an example app ,the explanation and functionality is awful. >> This seem typical of the documentation for this service ,in general. >> >> -- 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.
