List files in Google Drive folder for preview.
Shows a preview of files in the selected folder when configuring sync operations. Only available for Google Drive connections.
Use Cases:
Example:
curl -X GET "http://localhost:8000/v1/organizations/connections/conn_abc123/files?path=/Marketing&max_results=20" \
-H "Authorization: Bearer YOUR_API_KEY"
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
Connection identifier - either connection ID (conn_...) or name. The system will automatically resolve names to IDs.
Folder path to list files from
Maximum number of files to return
1 <= x <= 100Successful Response
The response is of type Response List Google Drive Files V1 Organizations Connections Connection Identifier Files Get · object.