mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-21 18:55:16 +02:00
revert Composio Drive to folder tree, harden Picker for native Drive
This commit is contained in:
parent
2c9d01ba2d
commit
3bda6c1679
5 changed files with 558 additions and 436 deletions
|
|
@ -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`);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue