fix google icon
This commit is contained in:
parent
2dfc8faaac
commit
a808f0a3f5
1 changed files with 5 additions and 0 deletions
|
|
@ -69,6 +69,11 @@ class GoogleDriveConnector(BaseConnector):
|
||||||
CLIENT_ID_ENV_VAR: str = "GOOGLE_OAUTH_CLIENT_ID"
|
CLIENT_ID_ENV_VAR: str = "GOOGLE_OAUTH_CLIENT_ID"
|
||||||
CLIENT_SECRET_ENV_VAR: str = "GOOGLE_OAUTH_CLIENT_SECRET"
|
CLIENT_SECRET_ENV_VAR: str = "GOOGLE_OAUTH_CLIENT_SECRET"
|
||||||
|
|
||||||
|
# Connector metadata
|
||||||
|
CONNECTOR_NAME = "Google Drive"
|
||||||
|
CONNECTOR_DESCRIPTION = "Connect your Google Drive to automatically sync documents"
|
||||||
|
CONNECTOR_ICON = "google-drive"
|
||||||
|
|
||||||
# Supported alias keys coming from various frontends / pickers
|
# Supported alias keys coming from various frontends / pickers
|
||||||
_FILE_ID_ALIASES = ("file_ids", "selected_file_ids", "selected_files")
|
_FILE_ID_ALIASES = ("file_ids", "selected_file_ids", "selected_files")
|
||||||
_FOLDER_ID_ALIASES = ("folder_ids", "selected_folder_ids", "selected_folders")
|
_FOLDER_ID_ALIASES = ("folder_ids", "selected_folder_ids", "selected_folders")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue