After reading the GCS/Blobstore/BlobInfo/FileInfo documents and experimenting on those methods, I decided to use FileInfo and store gcs file_name instead of blob_key's as the gcs file_name's can always be converted to blob_key's later with create_gs_key/_async
However the implementation part is unclear, also the documentation is a bit confusing, so here are two stack overflow questions: http://stackoverflow.com/questions/18116707/are-blob-keys-for-gcs-entities-safe-to-use-later http://stackoverflow.com/questions/18116672/how-to-get-fileinfo-gcs-file-name-for-files-uploaded-via-blobstoreuploadhandler Also a third question could be on, whether the create_gs_key is consuming or not, I wouldn't want to use create_gs_key, if at each time a new blobstore_key-like entity is created internally Would be great to get some insight on these issues -- 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.
