At the moment every time the page is loaded, the API key is fetched from GCS and stored as a json file. This json file remains there until manually deleted/ over-written. This needs to be changed so that when the file has been dealt with and all the required information for the web application has been fetched/processed, the file needs to be removed so that it is not stored permanently.
At the moment every time the page is loaded, the API key is fetched from GCS and stored as a json file. This json file remains there until manually deleted/ over-written. This needs to be changed so that when the file has been dealt with and all the required information for the web application has been fetched/processed, the file needs to be removed so that it is not stored permanently.