API Docs / Schemas / UpsertBaseFolderRequest

UpsertBaseFolderRequest

Request DTO for upserting the base folder for a connection

Properties

Name Type Description
containerId*string

Provider-specific identifier for the folder/container.

  • Google Drive: The folder ID

Provider-specific identifier for the folder/container.

  • Google Drive: The folder ID
driveIdstring

Provider-specific drive identifier. Null when not applicable.

  • Google Drive: The Shared Drive ID if using a Shared Drive; null for "My Drive"

Provider-specific drive identifier. Null when not applicable.

  • Google Drive: The Shared Drive ID if using a Shared Drive; null for "My Drive"
siteIdstring

Provider-specific site identifier. Null when not applicable.

  • Google Drive: Not used

Provider-specific site identifier. Null when not applicable.

  • Google Drive: Not used
displayPath*string

Human-readable path for display in the UI only.
e.g., "My Drive/Sodium/Clients"

Human-readable path for display in the UI only.
e.g., "My Drive/Sodium/Clients"

externalUrlstring

URL to open this folder in the provider's web UI

URL to open this folder in the provider's web UI

JSON Example

{
  "containerId": "string",
  "driveId": "string",
  "siteId": "string",
  "displayPath": "string",
  "externalUrl": "string"
}

Used By Operations