surveilr_udi_dal_gdrive()

Registers a virtual table module surveilr_udi_dal_gdrive that interacts with files from Google Drive.This virtual table allows structured querying of file metadata, such as name, path, size, content, and other details,for files within a specified directory.The virtual table exposes the following columns:- name: TEXT - The name of the file- path: TEXT - The full path of the file- last_modified: TEXT - The last modified timestamp in ISO 8601 format- content: BLOB - The binary content of the file (optional)- size: INTEGER - The size in bytes- content_type: TEXT - The file extension- digest: TEXT - The MD5 hash of the file content (optional)- access_token: HIDDEN TEXT - Google Drive OAuth access token- path_filter: HIDDEN TEXT - The path to filter results

Introduced in version .

Parameters