parent
29f3fcacd9
commit
99d9a52bd9
3 changed files with 3 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ class GoogleDriveComponent(Component):
|
|||
display_name = "Google Drive Loader"
|
||||
description = "Loads documents from Google Drive using provided credentials."
|
||||
icon = "Google"
|
||||
legacy: bool = True
|
||||
|
||||
inputs = [
|
||||
SecretStrInput(
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ class GoogleDriveSearchComponent(Component):
|
|||
display_name = "Google Drive Search"
|
||||
description = "Searches Google Drive files using provided credentials and query parameters."
|
||||
icon = "Google"
|
||||
legacy: bool = True
|
||||
|
||||
inputs = [
|
||||
SecretStrInput(
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ class GoogleOAuthToken(Component):
|
|||
documentation: str = "https://developers.google.com/identity/protocols/oauth2/web-server?hl=pt-br#python_1"
|
||||
icon = "Google"
|
||||
name = "GoogleOAuthToken"
|
||||
|
||||
legacy: bool = True
|
||||
inputs = [
|
||||
MultilineInput(
|
||||
name="scopes",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue