Aller au contenu principal

FILE_SOURCE_CONNECTOR_ONEDRIVE_INVALID_PATH error condition

SQLSTATE: 22K04

The path <path> is not a valid OneDrive path.

INCOMPLETE_PATH​

Path is incomplete, must include user id after '/personal/'.

INVALID_HOST​

Host '<host>' is not a valid OneDrive host, must end with '.sharepoint.com'.

INVALID_PATH_COMPONENT​

Path must be '/my', start with '/personal/', or be a valid share link, got '<pathComponent>'.

INVALID_SCHEME​

Scheme must be 'https' or 'http', got '<scheme>'.

NOT_PERSONAL_PATH​

Path extracted from the 'id' query parameter must start with '/personal/', got '<extractedPath>'.

NULL_OR_EMPTY​

Path cannot be null or empty.

RESOLUTION_FAILED​

Failed to resolve the path via the Microsoft Graph API: <error>

TENANT_ROOT_UNSUPPORTED​

The tenant root has no ingestion surface in OneDrive, use a '/me' or '/personal/' path instead.

URI_PARSE_FAILED​

Failed to parse URI.