DriveDestination

  • Configuration for a Google Drive destination includes specifying a folder and an optional filename prefix.

  • The folder field is a string representing the target Google Drive destination folder.

  • The filenamePrefix field is a string used as a prefix for each output filename, influencing the naming convention of exported files.

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.