[[["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."],[[["The Blobstore API module provides methods for interacting with Google's Blobstore service."],["This module defines several classes representing potential errors such as `BlobFetchSizeTooLargeError`, `BlobNotFoundError`, and others that inherit from the base `Error` class."],["Key functions are available for creating upload URLs, managing blobs (like deleting and fetching data), and handling Google Cloud Storage file keys."],["Asynchronous versions of functions like `create_upload_url`, `delete`, and `fetch_data` are also available for non-blocking operations."],["The module defines constants such as `MAX_BLOB_FETCH_SIZE` and various headers related to blob information and cloud storage object."]]],[]]