Closed sjcqs closed 4 years ago
Related issue: #27
Making a spreadsheet public in order to be able to download it from adlocalize, might not be ideal.
Instead, we could use a GCloud service provider which would be invited to the spreadsheet to export.
To use a service account:
client_secret.json
This won't be a good solution for manual exports as this would require users to get the client_secret.json and setting it as environment variable,
Related issue: #27
Making a spreadsheet public in order to be able to download it from adlocalize, might not be ideal.
Instead, we could use a GCloud service provider which would be invited to the spreadsheet to export.
To use a service account:
client_secret.json
file securely (password manager for ex.).client_secret.json
as an environment variable. (this could be done using Jenkins credentials, Githubs secret, etc)This won't be a good solution for manual exports as this would require users to get the
client_secret.json
and setting it as environment variable,