If you have the writable file name you can use the datastore viewer to find the finalized file name. Go into the datastore viewer and enter the gql query: SELECT * FROM __BlobFileIndex__ This will show you the mapping. Then you can narrow it down by specifying the ID/Name as the writable file name.
On Sun, May 5, 2013 at 10:00 PM, Eric Jahn <[email protected]> wrote: > Tom, > This is great news. I have one lingering problem as a result of the Files > API Bug. Before the Files API fix, I had persisted the file service urls > whilst I had been writing to them, and then finalized them successfully. > But, because of this bug I couldn't retrieve a blobstore key by passing > these urls to BlobKey.getKeyString(). btw, I'm not using java MapReduce , > just the App Engine Files API and Blobstore). Is there a way I can somehow > retrieve my finalized blobstore files which aren't appearing in my App > Engine dashboard Blobstore viewer? If I start with a new file, I see them > appear, but this is now after the Files API bug fix, I presume. Thanks for > any thoughts. -Eric > > > > On Wednesday, May 1, 2013 5:42:53 PM UTC-4, Tom Kaitchuck wrote: >> >> This is something we are aware of and are working on for future releases. >> >> For this update we encourage you to download and deploy the new code >> right away. >> > -- > 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?hl=en. > > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
