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 2024-10-24 UTC."],[[["Defines the configuration required for exporting data to a Google Drive destination."],["Specifies a target folder (`folder`) and a filename prefix (`filenamePrefix`) for organizing output files."],["The `filenamePrefix` is combined with other relevant information to construct unique filenames for exported data."]]],[]]