Currently the google credentials JSON file must be added to the bin directory of the add-on. This means that for Splunk Cloud the end user cannot complete the install.
It would be better if there was a way through the UI to copy and paste the contents of the credentials file, or provide all the keys so the code can then build the file. Writing a local file may fail Splunk Cloud validation however, so may need to be constructed in memory, if the API calls can handle that.
Currently the google credentials JSON file must be added to the bin directory of the add-on. This means that for Splunk Cloud the end user cannot complete the install. It would be better if there was a way through the UI to copy and paste the contents of the credentials file, or provide all the keys so the code can then build the file. Writing a local file may fail Splunk Cloud validation however, so may need to be constructed in memory, if the API calls can handle that.