mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-09 01:27:24 +08:00
feat: normalize adapter types and improve validation in adapters
This commit is contained in:
@@ -543,7 +543,7 @@ class GoogleDriveAdapter:
|
||||
return None
|
||||
|
||||
|
||||
ADAPTER_TYPE = "GoogleDrive"
|
||||
ADAPTER_TYPE = "googledrive"
|
||||
|
||||
CONFIG_SCHEMA = [
|
||||
{"key": "client_id", "label": "Client ID", "type": "string", "required": True},
|
||||
|
||||
Reference in New Issue
Block a user