revert Composio Drive to folder tree, harden Picker for native Drive

This commit is contained in:
CREDO23 2026-03-10 23:06:33 +02:00
parent 2c9d01ba2d
commit 3bda6c1679
5 changed files with 558 additions and 436 deletions

View file

@ -273,7 +273,7 @@ class ConnectorsApiService {
return baseApiService.get<{
access_token: string;
client_id: string;
picker_api_key: string;
picker_api_key: string | null;
}>(`/api/v1/connectors/${connectorId}/drive-picker-token`);
};