DriveDestination
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-24 UTC.
[null,null,["Last updated 2024-10-24 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."]]],[]]