Accounts in this organizational directory only
option for the Supported account types field.Files.Read
permission and select it.client_id
parameter, and copy the Directory (tenant) ID and record it as the tenant_id
parameter.client_secret
parameter./verify-auth
in the Redirect URIs field. For example, if you are running MindsDB locally (on https://localhost:47334
), enter https://localhost:47334/verify-auth
in the Redirect URIs field.client_id
: The client ID of the registered application.client_secret
: The client secret of the registered application.tenant_id
: The tenant ID of the registered application.my-folder/my-file.csv
.At the moment, the supported file formats are CSV, TSV, JSON, and Parquet.one_drive_datasource
as the datasource name, which is defined in the CREATE DATABASE
command.files
table can be used to list the files available in Microsoft OneDrive:
content
column. This column is empty by default to avoid unnecessary data transfer:
Database Connection Error
client_id
, client_secret
and tenant_id
parameters are correctly provided.SQL statement cannot be parsed by mindsdb_sql