[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This function, `parse_blob_info`, extracts a `BlobInfo` record from a file upload's `field_storage`."],["The function accepts a `cgi.FieldStorage` object representing the uploaded blob as its sole argument."],["It returns a `BlobInfo` record if successful or `None` if `field_storage` is not defined."],["It will raise a `BlobInfoParseError` if the provided `field_storage` lacks sufficient information to create a `BlobInfo` object."],["`google.appengine.ext.blobstore.blobstore.parse_blob_info` is also an alias for the function."]]],[]]