[[["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 API module is dedicated to the Blobstore service, providing functionalities for managing large, immutable blobs of data within the Google App Engine environment."],["It includes several submodules like `blob_storage`, `blobstore`, `blobstore_stub`, `dict_blob_storage`, and `file_blob_storage` which handle different aspects of blob management and storage, including base classes and stub implementations."],["The module defines specific error classes such as `BlobFetchSizeTooLargeError`, `BlobNotFoundError`, `DataIndexOutOfRangeError`, `Error`, `InternalError`, and `PermissionDeniedError` to manage various exceptions that can occur during blob operations."],["It provides functions to create URLs for uploading blobs (`create_upload_url`, `create_upload_url_async`), create keys for Google Cloud Storage files (`create_gs_key`, `create_gs_key_async`), and manage blobs (`delete`, `delete_async`, `fetch_data`, `fetch_data_async`)."],["There are several important constants defined, such as `MAX_BLOB_FETCH_SIZE` representing the maximum size of a blob that can be fetched, as well as headers and prefixes for interacting with the Blobstore service."]]],[]]