1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/airbyte-integrations/connectors/source-youtube-data/integration_tests/invalid_config.json
2025-12-19 14:50:04 +02:00

12 lines
242 B
JSON

{
"start_date": "2020-01-01",
"end_date": "2020-01-02",
"account_ids": [],
"credentials": {
"auth_method": "oAuth2.0",
"client_id": "client_id",
"client_secret": "client_secret",
"refresh_token": "refresh_token"
}
}