Stay organized with collections
Save and categorize content based on your preferences.
Configuration for a destination in Google Drive.
JSON representation
{"folder": string,"filenamePrefix": string}
Fields
folder
string
The Google Drive destination folder.
filenamePrefix
string
The string used as the prefix for each output filename. 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 Drive destinations are configured using a JSON object with `folder` and `filenamePrefix` fields."],["The `folder` field specifies the destination folder within Google Drive for exported files."],["The `filenamePrefix` field determines the starting portion of the filenames for exported files, incorporating mosaic coordinates and file format extensions."]]],["The configuration for Google Drive destination involves two key fields: `folder` and `filenamePrefix`. `folder` specifies the target Google Drive folder for file storage. `filenamePrefix` determines the initial part of each output file's name. The complete filename will be built by combining this prefix with file coordinates and the appropriate file extension. The provided configuration uses a JSON structure with the specified fields to achieve the destination setup.\n"]]