The string used as the prefix for each output file. A trailing "/" indicates a path. The filenames of the exported files will be constructed from this prefix, the coordinates of each file in a mosaic (if any), and a file extension corresponding to the file format.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["Google Cloud Storage can be configured as a destination for Earth Engine exports, allowing users to store their exported data in a specified bucket."],["Users can define a filename prefix, tile permissions (public, default, or unspecified), and optional CORS settings for web access."],["The bucket's default object ACL is used for tile permissions unless otherwise specified, and the filename prefix helps organize the exported files based on coordinates and format."],["If public access to the exported tiles is desired, the user must be an owner of the bucket."]]],["This content defines the configuration for exporting data to Google Cloud Storage. Key information includes the `bucket` name, and a `filenamePrefix` for organizing output files. `Permissions` control access to exported tiles, with options like `PUBLIC` or `DEFAULT_OBJECT_ACL`. An optional list of `bucketCorsUris` can be specified for enabling cross-origin resource sharing, permitting websites to access exported data via JavaScript.\n"]]