45 lines
810 B
JSON
45 lines
810 B
JSON
{
|
|
"apiKeys": [
|
|
{
|
|
"key": "YOUR_API_KEY_1",
|
|
"rateLimitPerMinute": 50
|
|
},
|
|
{
|
|
"key": "YOUR_API_KEY_2",
|
|
"rateLimitPerMinute": 50
|
|
}
|
|
],
|
|
"serviceAccounts": [
|
|
{
|
|
"path": "credentials.json",
|
|
"rateLimitPerMinute": 50
|
|
},
|
|
{
|
|
"path": "credentials_2.json",
|
|
"rateLimitPerMinute": 50
|
|
}
|
|
],
|
|
"documents": [
|
|
{
|
|
"documentId": "YOUR_SPREADSHEET_ID",
|
|
"outputDir": "output/your-document",
|
|
"sheets": [
|
|
{
|
|
"name": "Sheet1",
|
|
"outputFilename": "sheet1.csv"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"documentId": "YOUR_SPREADSHEET_ID_2",
|
|
"outputDir": "output/your-document-2",
|
|
"sheets": [
|
|
{
|
|
"name": "Sheet1",
|
|
"outputFilename": "sheet1.csv"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|