- Создать проект в https://console.cloud.google.com/
- Включить Google Sheets API https://console.cloud.google.com/apis/library/sheets.googleapis.com
- Включить Google Drive API https://console.cloud.google.com/apis/library/drive.googleapis.com
- Создать Service Account Credentials
- Создать директорию в доступном Drive и предоставить Editor права Service account'у, указав его email
- Скачать ключи для Service Account credential в формате JSON, содержимое положить в dotnet secrets
как
GoogleIntegrationConfiguration:ClientSecrets
- Добавить в appsettings.json значение для
GoogleIntegrationConfiguration:GoogleDriveId
- id директории, которая будет использоваться для генерации в неё таблиц
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.