1
0
mirror of synced 2026-01-06 06:04:16 -05:00
Files
airbyte/airbyte-integrations/connectors/source-google-sheets/integration_tests/invalid_config.json
Arthur Galuza bfe865aebf 🎉 Source Google Sheets: Support connecting via oAuth webflow (#6354)
* Add service account support

* Upd oauth support

* Upd auth creds selector
2021-10-13 23:02:22 +03:00

10 lines
207 B
JSON

{
"spreadsheet_id": "invalid_spreadsheet_id",
"credentials": {
"auth_type": "Client",
"client_id": "invalid_id",
"client_secret": "invalid_secret",
"refresh_token": "invalid_token"
}
}