Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions schemas/destinations/googleDriveDestination.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
default: google-drive
example: google-drive
options:
description: Additional Google Drive configuration and features.
description: >-
Additional Google Drive configuration and features. If omitted, files are saved to the root of
My Drive using the default Shotstack filename.
$ref: "./googleDriveDestinationOptions.yaml#/GoogleDriveDestinationOptions"
type: object
required:
- provider
- options
7 changes: 3 additions & 4 deletions schemas/destinations/googleDriveDestinationOptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
properties:
folderId:
description: >-
The Google Drive folder ID where asset will be stored. The folder ID is required and can be retrieved from
the URL when logged in to Google Drive, e.g. <a href="#">https://drive.google.com/drive/u/0/folders/1r-eTY6OLO8tzQRKwMyq-fIrQ_7AJEI6A</a>.
The Google Drive folder ID where the asset will be stored. If omitted, the asset is saved to the root of
My Drive. The folder ID can be retrieved from the URL when logged in to Google Drive,
e.g. <a href="#">https://drive.google.com/drive/u/0/folders/1r-eTY6OLO8tzQRKwMyq-fIrQ_7AJEI6A</a>.
type: string
example: 1r-eTY6OLO8tzQRKwMyq-fIrQ_7AJEI6A
filename:
Expand All @@ -15,5 +16,3 @@
and thumbnail images.
type: string
example: my-file
required:
- folderId
Loading